[INFO] fetching crate napi_async_local 0.2.0...
[INFO] testing napi_async_local-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate napi_async_local 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate napi_async_local 0.2.0
[INFO] finished tweaking crates.io crate napi_async_local 0.2.0
[INFO] tweaked toml for crates.io crate napi_async_local 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate napi_async_local 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding napi v2.16.17 (available: v3.3.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 303efa00cb32d1345c15e0078165c13a11f8bdb0533cb6f59f81033246a8c750
[INFO] running `Command { std: "docker" "start" "-a" "303efa00cb32d1345c15e0078165c13a11f8bdb0533cb6f59f81033246a8c750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "303efa00cb32d1345c15e0078165c13a11f8bdb0533cb6f59f81033246a8c750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "303efa00cb32d1345c15e0078165c13a11f8bdb0533cb6f59f81033246a8c750", kill_on_drop: false }`
[INFO] [stdout] 303efa00cb32d1345c15e0078165c13a11f8bdb0533cb6f59f81033246a8c750
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20366010bb0231440929572d2ed276c301e9a463ec10c771ec1b67f01335884e
[INFO] running `Command { std: "docker" "start" "-a" "20366010bb0231440929572d2ed276c301e9a463ec10c771ec1b67f01335884e", kill_on_drop: false }`
[INFO] [stderr]    Compiling napi-sys v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling napi v2.16.17
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling napi_async_local v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Object` is never constructed
[INFO] [stdout]   --> src/js_rc/root.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum RootObjectType {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] 17 |   Object,
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `count` is never read
[INFO] [stdout]   --> src/js_rc/root.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct RootRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 23 |   pub raw_ref: sys::napi_ref,
[INFO] [stdout] 24 |   pub count: Arc<AtomicU32>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RootRef` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_object`, `clone`, and `get` are never used
[INFO] [stdout]    --> src/js_rc/root.rs:33:10
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl RootRef {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  33 |   pub fn new_object(env: &Env) -> napi::Result<RootRef> {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |   pub fn clone(
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |   pub fn get(
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
[INFO] running `Command { std: "docker" "inspect" "20366010bb0231440929572d2ed276c301e9a463ec10c771ec1b67f01335884e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20366010bb0231440929572d2ed276c301e9a463ec10c771ec1b67f01335884e", kill_on_drop: false }`
[INFO] [stdout] 20366010bb0231440929572d2ed276c301e9a463ec10c771ec1b67f01335884e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 229c1e85ce062a1a9e85109f6a7bd054b989255ee4ba81e50e12a5e6110966e7
[INFO] running `Command { std: "docker" "start" "-a" "229c1e85ce062a1a9e85109f6a7bd054b989255ee4ba81e50e12a5e6110966e7", kill_on_drop: false }`
[INFO] [stdout] warning: variant `Object` is never constructed
[INFO] [stdout]   --> src/js_rc/root.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum RootObjectType {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] 17 |   Object,
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling napi_async_local v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `count` is never read
[INFO] [stdout]   --> src/js_rc/root.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct RootRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 23 |   pub raw_ref: sys::napi_ref,
[INFO] [stdout] 24 |   pub count: Arc<AtomicU32>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RootRef` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_object`, `clone`, and `get` are never used
[INFO] [stdout]    --> src/js_rc/root.rs:33:10
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl RootRef {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  33 |   pub fn new_object(env: &Env) -> napi::Result<RootRef> {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |   pub fn clone(
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |   pub fn get(
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Object` is never constructed
[INFO] [stdout]   --> src/js_rc/root.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum RootObjectType {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] 17 |   Object,
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `count` is never read
[INFO] [stdout]   --> src/js_rc/root.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct RootRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 23 |   pub raw_ref: sys::napi_ref,
[INFO] [stdout] 24 |   pub count: Arc<AtomicU32>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RootRef` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_object`, `clone`, and `get` are never used
[INFO] [stdout]    --> src/js_rc/root.rs:33:10
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl RootRef {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  33 |   pub fn new_object(env: &Env) -> napi::Result<RootRef> {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |   pub fn clone(
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |   pub fn get(
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "229c1e85ce062a1a9e85109f6a7bd054b989255ee4ba81e50e12a5e6110966e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "229c1e85ce062a1a9e85109f6a7bd054b989255ee4ba81e50e12a5e6110966e7", kill_on_drop: false }`
[INFO] [stdout] 229c1e85ce062a1a9e85109f6a7bd054b989255ee4ba81e50e12a5e6110966e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a697eaee2ed15004c5d9c7f7851aaa1a89f83852b88f0a69ea28a5c201b8048c
[INFO] running `Command { std: "docker" "start" "-a" "a697eaee2ed15004c5d9c7f7851aaa1a89f83852b88f0a69ea28a5c201b8048c", kill_on_drop: false }`
[INFO] [stderr] warning: variant `Object` is never constructed
[INFO] [stderr]   --> src/js_rc/root.rs:17:3
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub enum RootObjectType {
[INFO] [stderr]    |          -------------- variant in this enum
[INFO] [stderr] 17 |   Object,
[INFO] [stderr]    |   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `count` is never read
[INFO] [stderr]   --> src/js_rc/root.rs:24:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct RootRef {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 23 |   pub raw_ref: sys::napi_ref,
[INFO] [stderr] 24 |   pub count: Arc<AtomicU32>,
[INFO] [stderr]    |       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RootRef` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new_object`, `clone`, and `get` are never used
[INFO] [stderr]    --> src/js_rc/root.rs:33:10
[INFO] [stderr]     |
[INFO] [stderr]  28 | impl RootRef {
[INFO] [stderr]     | ------------ associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  33 |   pub fn new_object(env: &Env) -> napi::Result<RootRef> {
[INFO] [stderr]     |          ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  92 |   pub fn clone(
[INFO] [stderr]     |          ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 |   pub fn get(
[INFO] [stderr]     |          ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `napi_async_local` (lib) generated 3 warnings
[INFO] [stderr] warning: `napi_async_local` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/napi_async_local-e1cdee44d49443c9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests napi_async_local
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local_promise (line 110) ... FAILED
[INFO] [stdout] test src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 43) ... FAILED
[INFO] [stdout] test src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 26) ... FAILED
[INFO] [stdout] test src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 49) ... FAILED
[INFO] [stdout] test src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 62) ... FAILED
[INFO] [stdout] test src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 27) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local_promise (line 110) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:114:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:115:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_std`
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:117:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use async_std::task;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_std`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_std`, use `cargo add async_std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:120:20
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn my_js_func(env: Env) -> napi::Result<JsObject> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `JsObject` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:120:41
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn my_js_func(env: Env) -> napi::Result<JsObject> {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::JsObject;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 43) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/js_rc/js_rc.rs:45:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_async_local::UtilsExt`
[INFO] [stdout]  --> src/js_rc/js_rc.rs:48:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_async_local::UtilsExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UtilsExt` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_async_local::utils::UtilsExt;
[INFO] [stdout]   |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/js_rc/js_rc.rs:46:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/js_rc/js_rc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn my_js_func(env: Env) -> napi::Result<()> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> src/js_rc/js_rc.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let value_ref = JsRc::new(value)?;
[INFO] [stdout]    |                   ^^^^^^^^^------- argument #2 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/js_rc/js_rc.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |   pub fn new(
[INFO] [stdout]    |          ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let value_ref = JsRc::new(value, /* value */)?;
[INFO] [stdout]    |                                  +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 26) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/js_rc/js_rc.rs:28:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/js_rc/js_rc.rs:29:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/js_rc/js_rc.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `JsFunction` in this scope
[INFO] [stdout]   --> src/js_rc/js_rc.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::JsFunction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 49) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:54:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:55:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_std`
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use async_std::channel;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_std`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_std`, use `cargo add async_std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `JsFunction` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:62:40
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::JsFunction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 62) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/js_rc/js_rc.rs:64:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_async_local::UtilsExt`
[INFO] [stdout]  --> src/js_rc/js_rc.rs:67:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_async_local::UtilsExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UtilsExt` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_async_local::utils::UtilsExt;
[INFO] [stdout]   |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/js_rc/js_rc.rs:65:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/js_rc/js_rc.rs:70:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn my_js_func(env: Env) -> napi::Result<()> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 27) stdout ----
[INFO] [stdout] error: cannot determine resolution for the import
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:31:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use napi::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `napi_derive`
[INFO] [stdout]  --> src/spawn_local/spawn_local_ext.rs:32:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use napi_derive::napi;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `napi_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `napi_derive`, use `cargo add napi_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `async_std`
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use async_std::task;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_std`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_std`, use `cargo add async_std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Env` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                    ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::Env;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `JsFunction` in this scope
[INFO] [stdout]   --> src/spawn_local/spawn_local_ext.rs:39:40
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn my_js_func(env: Env, callback: JsRc<JsFunction>) -> napi::Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use napi::JsFunction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 26)
[INFO] [stdout]     src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 43)
[INFO] [stdout]     src/js_rc/js_rc.rs - js_rc::js_rc::JsRc (line 62)
[INFO] [stdout]     src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 27)
[INFO] [stdout]     src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local (line 49)
[INFO] [stdout]     src/spawn_local/spawn_local_ext.rs - spawn_local::spawn_local_ext::SpawnLocalExt::spawn_local_promise (line 110)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a697eaee2ed15004c5d9c7f7851aaa1a89f83852b88f0a69ea28a5c201b8048c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a697eaee2ed15004c5d9c7f7851aaa1a89f83852b88f0a69ea28a5c201b8048c", kill_on_drop: false }`
[INFO] [stdout] a697eaee2ed15004c5d9c7f7851aaa1a89f83852b88f0a69ea28a5c201b8048c
