deno_http 0.106.0

HTTP server implementation for Deno
Build #860197 2023-07-12T23:50:11.450006+00:00
# rustc version
rustc 1.73.0-nightly (993deaa0b 2023-07-11)
# docs.rs version
docsrs 0.6.0 (84edb415 2023-07-07)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/deno_http-0.106.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/deno_http-0.106.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230711-1.73.0-nightly-993deaa0b\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2a1276261573f24b4359635af25b5d1ba4c4bf06b52e386120b8aa6bfce5b72a
[INFO] running `Command { std: "docker" "start" "-a" "2a1276261573f24b4359635af25b5d1ba4c4bf06b52e386120b8aa6bfce5b72a", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking deno_core v0.195.0
[INFO] [stderr]     Checking async-compression v0.3.15
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking fly-accept-encoding v0.2.0
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/lib.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub use deno_ops::op;
[INFO] [stderr]    |         ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/lib.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub use deno_ops::op2;
[INFO] [stderr]    |         ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use deno_ops::op;
[INFO] [stderr]    |     ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use deno_ops::op2;
[INFO] [stderr]    |     ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use deno_ops::op;
[INFO] [stderr]    |     ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `deno_ops`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use deno_ops::op2;
[INFO] [stderr]    |     ^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:87:3
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[op]
[INFO] [stderr]    |   ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:96:3
[INFO] [stderr]    |
[INFO] [stderr] 96 | #[op2(core, fast)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:102:3
[INFO] [stderr]     |
[INFO] [stderr] 102 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:107:3
[INFO] [stderr]     |
[INFO] [stderr] 107 | #[op2(core, fast)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:111:3
[INFO] [stderr]     |
[INFO] [stderr] 111 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:115:3
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:121:3
[INFO] [stderr]     |
[INFO] [stderr] 121 | #[op(deferred)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:127:3
[INFO] [stderr]     |
[INFO] [stderr] 127 | #[op(deferred)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:132:3
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:147:3
[INFO] [stderr]     |
[INFO] [stderr] 147 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:160:3
[INFO] [stderr]     |
[INFO] [stderr] 160 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:168:3
[INFO] [stderr]     |
[INFO] [stderr] 168 | #[op2(core, fast)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `string` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:169:19
[INFO] [stderr]     |
[INFO] [stderr] 169 | pub fn op_print(#[string] msg: &str, is_err: bool) -> Result<(), Error> {
[INFO] [stderr]     |                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:197:3
[INFO] [stderr]     |
[INFO] [stderr] 197 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:212:3
[INFO] [stderr]     |
[INFO] [stderr] 212 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:228:3
[INFO] [stderr]     |
[INFO] [stderr] 228 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:241:3
[INFO] [stderr]     |
[INFO] [stderr] 241 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:312:3
[INFO] [stderr]     |
[INFO] [stderr] 312 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:325:3
[INFO] [stderr]     |
[INFO] [stderr] 325 | #[op(fast)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:336:3
[INFO] [stderr]     |
[INFO] [stderr] 336 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:349:3
[INFO] [stderr]     |
[INFO] [stderr] 349 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:363:3
[INFO] [stderr]     |
[INFO] [stderr] 363 | #[op]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:372:3
[INFO] [stderr]     |
[INFO] [stderr] 372 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `string` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:373:3
[INFO] [stderr]     |
[INFO] [stderr] 373 | #[string]
[INFO] [stderr]     |   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `string` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:374:26
[INFO] [stderr]     |
[INFO] [stderr] 374 | fn op_format_file_name(#[string] file_name: &str) -> String {
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:379:3
[INFO] [stderr]     |
[INFO] [stderr] 379 | #[op(fast)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:384:3
[INFO] [stderr]     |
[INFO] [stderr] 384 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:26:3
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:32:3
[INFO] [stderr]    |
[INFO] [stderr] 32 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:38:3
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:52:3
[INFO] [stderr]    |
[INFO] [stderr] 52 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:57:3
[INFO] [stderr]    |
[INFO] [stderr] 57 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:64:3
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:84:3
[INFO] [stderr]    |
[INFO] [stderr] 84 | #[op2(core)]
[INFO] [stderr]    |   ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:85:3
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[serde]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `string` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:89:5
[INFO] [stderr]    |
[INFO] [stderr] 89 |   #[string] specifier: String,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:131:3
[INFO] [stderr]     |
[INFO] [stderr] 131 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:139:3
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:148:3
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:166:3
[INFO] [stderr]     |
[INFO] [stderr] 166 | #[op(v8)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:357:3
[INFO] [stderr]     |
[INFO] [stderr] 357 | #[op(v8)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:446:3
[INFO] [stderr]     |
[INFO] [stderr] 446 | #[op(v8)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:522:3
[INFO] [stderr]     |
[INFO] [stderr] 522 | #[op(v8)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:540:3
[INFO] [stderr]     |
[INFO] [stderr] 540 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:592:3
[INFO] [stderr]     |
[INFO] [stderr] 592 | #[op(v8)]
[INFO] [stderr]     |   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:606:3
[INFO] [stderr]     |
[INFO] [stderr] 606 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:647:3
[INFO] [stderr]     |
[INFO] [stderr] 647 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `string` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:648:3
[INFO] [stderr]     |
[INFO] [stderr] 648 | #[string]
[INFO] [stderr]     |   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:675:3
[INFO] [stderr]     |
[INFO] [stderr] 675 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:676:3
[INFO] [stderr]     |
[INFO] [stderr] 676 | #[serde]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:688:3
[INFO] [stderr]     |
[INFO] [stderr] 688 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:733:3
[INFO] [stderr]     |
[INFO] [stderr] 733 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:763:3
[INFO] [stderr]     |
[INFO] [stderr] 763 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:764:3
[INFO] [stderr]     |
[INFO] [stderr] 764 | #[serde]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:775:3
[INFO] [stderr]     |
[INFO] [stderr] 775 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:794:3
[INFO] [stderr]     |
[INFO] [stderr] 794 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:795:3
[INFO] [stderr]     |
[INFO] [stderr] 795 | #[serde]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:814:3
[INFO] [stderr]     |
[INFO] [stderr] 814 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:815:3
[INFO] [stderr]     |
[INFO] [stderr] 815 | #[serde]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `serde` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:818:5
[INFO] [stderr]     |
[INFO] [stderr] 818 |   #[serde] location: Location,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:852:3
[INFO] [stderr]     |
[INFO] [stderr] 852 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:867:3
[INFO] [stderr]     |
[INFO] [stderr] 867 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:872:3
[INFO] [stderr]     |
[INFO] [stderr] 872 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:887:3
[INFO] [stderr]     |
[INFO] [stderr] 887 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:900:3
[INFO] [stderr]     |
[INFO] [stderr] 900 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `op2`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin_v8.rs:914:3
[INFO] [stderr]     |
[INFO] [stderr] 914 | #[op2(core)]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking cache_control v0.2.0
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_ref_op` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |     ops_builtin_v8::op_ref_op,
[INFO] [stderr]    |                     ^^^^^^^^^ expected type, found function `op_ref_op` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_unref_op` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:51:21
[INFO] [stderr]    |
[INFO] [stderr] 51 |     ops_builtin_v8::op_unref_op,
[INFO] [stderr]    |                     ^^^^^^^^^^^ expected type, found function `op_unref_op` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_set_promise_reject_callback` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:52:21
[INFO] [stderr]    |
[INFO] [stderr] 52 |     ops_builtin_v8::op_set_promise_reject_callback,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_set_promise_reject_callback` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_run_microtasks` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:53:21
[INFO] [stderr]    |
[INFO] [stderr] 53 |     ops_builtin_v8::op_run_microtasks,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^ expected type, found function `op_run_microtasks` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_has_tick_scheduled` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:54:21
[INFO] [stderr]    |
[INFO] [stderr] 54 |     ops_builtin_v8::op_has_tick_scheduled,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_has_tick_scheduled` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_set_has_tick_scheduled` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:55:21
[INFO] [stderr]    |
[INFO] [stderr] 55 |     ops_builtin_v8::op_set_has_tick_scheduled,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_set_has_tick_scheduled` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_eval_context` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:56:21
[INFO] [stderr]    |
[INFO] [stderr] 56 |     ops_builtin_v8::op_eval_context,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^ expected type, found function `op_eval_context` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_queue_microtask` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |     ops_builtin_v8::op_queue_microtask,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^ expected type, found function `op_queue_microtask` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_create_host_object` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:58:21
[INFO] [stderr]    |
[INFO] [stderr] 58 |     ops_builtin_v8::op_create_host_object,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_create_host_object` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_encode` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:59:21
[INFO] [stderr]    |
[INFO] [stderr] 59 |     ops_builtin_v8::op_encode,
[INFO] [stderr]    |                     ^^^^^^^^^ expected type, found function `op_encode` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `op_decode` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:60:21
[INFO] [stderr]    |
[INFO] [stderr] 60 |     ops_builtin_v8::op_decode,
[INFO] [stderr]    |                     ^^^^^^^^^ could not find `op_decode` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr]     Checking memmem v0.1.1
[INFO] [stderr] error[E0433]: failed to resolve: could not find `op_serialize` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:61:21
[INFO] [stderr]    |
[INFO] [stderr] 61 |     ops_builtin_v8::op_serialize,
[INFO] [stderr]    |                     ^^^^^^^^^^^^
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     could not find `op_serialize` in `ops_builtin_v8`
[INFO] [stderr]    |                     help: a trait with a similar name exists: `Deserialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `op_deserialize` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:62:21
[INFO] [stderr]    |
[INFO] [stderr] 62 |     ops_builtin_v8::op_deserialize,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     could not find `op_deserialize` in `ops_builtin_v8`
[INFO] [stderr]    |                     help: a trait with a similar name exists: `Deserialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_set_promise_hooks` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:63:21
[INFO] [stderr]    |
[INFO] [stderr] 63 |     ops_builtin_v8::op_set_promise_hooks,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_set_promise_hooks` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `op_get_promise_details` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:64:21
[INFO] [stderr]    |
[INFO] [stderr] 64 |     ops_builtin_v8::op_get_promise_details,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^ could not find `op_get_promise_details` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `op_get_proxy_details` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:65:21
[INFO] [stderr]    |
[INFO] [stderr] 65 |     ops_builtin_v8::op_get_proxy_details,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^ could not find `op_get_proxy_details` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_get_non_index_property_names` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:66:21
[INFO] [stderr]    |
[INFO] [stderr] 66 |     ops_builtin_v8::op_get_non_index_property_names,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_get_non_index_property_names` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_get_constructor_name` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:67:21
[INFO] [stderr]    |
[INFO] [stderr] 67 |     ops_builtin_v8::op_get_constructor_name,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_get_constructor_name` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_memory_usage` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:68:21
[INFO] [stderr]    |
[INFO] [stderr] 68 |     ops_builtin_v8::op_memory_usage,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^ expected type, found function `op_memory_usage` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_set_wasm_streaming_callback` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:69:21
[INFO] [stderr]    |
[INFO] [stderr] 69 |     ops_builtin_v8::op_set_wasm_streaming_callback,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_set_wasm_streaming_callback` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_abort_wasm_streaming` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:70:21
[INFO] [stderr]    |
[INFO] [stderr] 70 |     ops_builtin_v8::op_abort_wasm_streaming,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_abort_wasm_streaming` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_destructure_error` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:71:21
[INFO] [stderr]    |
[INFO] [stderr] 71 |     ops_builtin_v8::op_destructure_error,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_destructure_error` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_dispatch_exception` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:72:21
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ops_builtin_v8::op_dispatch_exception,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_dispatch_exception` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_op_names` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:73:21
[INFO] [stderr]    |
[INFO] [stderr] 73 |     ops_builtin_v8::op_op_names,
[INFO] [stderr]    |                     ^^^^^^^^^^^ expected type, found function `op_op_names` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_apply_source_map` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:74:21
[INFO] [stderr]    |
[INFO] [stderr] 74 |     ops_builtin_v8::op_apply_source_map,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^ expected type, found function `op_apply_source_map` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_set_format_exception_callback` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:75:21
[INFO] [stderr]    |
[INFO] [stderr] 75 |     ops_builtin_v8::op_set_format_exception_callback,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_set_format_exception_callback` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_event_loop_has_more_work` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:76:21
[INFO] [stderr]    |
[INFO] [stderr] 76 |     ops_builtin_v8::op_event_loop_has_more_work,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_event_loop_has_more_work` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_store_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |     ops_builtin_v8::op_store_pending_promise_rejection,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_store_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_remove_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:78:21
[INFO] [stderr]    |
[INFO] [stderr] 78 |     ops_builtin_v8::op_remove_pending_promise_rejection,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_remove_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_has_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:79:21
[INFO] [stderr]    |
[INFO] [stderr] 79 |     ops_builtin_v8::op_has_pending_promise_rejection,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_has_pending_promise_rejection` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: expected type, found function `op_arraybuffer_was_detached` in `ops_builtin_v8`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:80:21
[INFO] [stderr]    |
[INFO] [stderr] 80 |     ops_builtin_v8::op_arraybuffer_was_detached,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type, found function `op_arraybuffer_was_detached` in `ops_builtin_v8`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_close`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 |     op_close,
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared crate or module `op_close`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_try_close`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 26 |     op_try_close,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_try_close`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_print`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     op_print,
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared crate or module `op_print`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_resources`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     op_resources,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_resources`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_wasm_streaming_feed`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     op_wasm_streaming_feed,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_wasm_streaming_feed`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_wasm_streaming_set_url`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     op_wasm_streaming_set_url,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_wasm_streaming_set_url`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_void_sync`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     op_void_sync,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_void_sync`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_error_async`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     op_error_async,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared crate or module `op_error_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_error_async_deferred`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 |     op_error_async_deferred,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_error_async_deferred`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_void_async`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     op_void_async,
[INFO] [stderr]    |     ^^^^^^^^^^^^^ use of undeclared crate or module `op_void_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_void_async_deferred`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     op_void_async_deferred,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_void_async_deferred`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_add`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 |     op_add,
[INFO] [stderr]    |     ^^^^^^ use of undeclared crate or module `op_add`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_add_async`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     op_add_async,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_add_async`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_read`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     op_read,
[INFO] [stderr]    |     ^^^^^^^ use of undeclared crate or module `op_read`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_read_all`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 |     op_read_all,
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared crate or module `op_read_all`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_write`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:41:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |     op_write,
[INFO] [stderr]    |     ^^^^^^^^ use of undeclared crate or module `op_write`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_read_sync`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:42:5
[INFO] [stderr]    |
[INFO] [stderr] 42 |     op_read_sync,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_read_sync`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_write_sync`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 |     op_write_sync,
[INFO] [stderr]    |     ^^^^^^^^^^^^^ use of undeclared crate or module `op_write_sync`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_write_all`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 44 |     op_write_all,
[INFO] [stderr]    |     ^^^^^^^^^^^^ use of undeclared crate or module `op_write_all`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_shutdown`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 |     op_shutdown,
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared crate or module `op_shutdown`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_metrics`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:46:5
[INFO] [stderr]    |
[INFO] [stderr] 46 |     op_metrics,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     use of undeclared crate or module `op_metrics`
[INFO] [stderr]    |     help: a struct with a similar name exists: `OpMetrics`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_format_file_name`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     op_format_file_name,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_format_file_name`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_is_proxy`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 48 |     op_is_proxy,
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared crate or module `op_is_proxy`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `op_str_byte_length`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.195.0/ops_builtin.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 |     op_str_byte_length,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `op_str_byte_length`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0463.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `deno_core` (lib) due to 127 previous errors
[INFO] running `Command { std: "docker" "inspect" "2a1276261573f24b4359635af25b5d1ba4c4bf06b52e386120b8aa6bfce5b72a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a1276261573f24b4359635af25b5d1ba4c4bf06b52e386120b8aa6bfce5b72a", kill_on_drop: false }`
[INFO] [stdout] 2a1276261573f24b4359635af25b5d1ba4c4bf06b52e386120b8aa6bfce5b72a