[INFO] fetching crate tractor-macros 0.0.6...
[INFO] testing tractor-macros-0.0.6 against 1.91.0 for beta-1.92-2
[INFO] extracting crate tractor-macros 0.0.6 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate tractor-macros 0.0.6
[INFO] finished tweaking crates.io crate tractor-macros 0.0.6
[INFO] tweaked toml for crates.io crate tractor-macros 0.0.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tractor-macros 0.0.6 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] [stderr]       Adding heck v0.3.3 (available: v0.5.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.108)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9873c526dc88f000df3c9e09707f35629883a2df12f7e7dae856e16941e79a56
[INFO] running `Command { std: "docker" "start" "-a" "9873c526dc88f000df3c9e09707f35629883a2df12f7e7dae856e16941e79a56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9873c526dc88f000df3c9e09707f35629883a2df12f7e7dae856e16941e79a56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9873c526dc88f000df3c9e09707f35629883a2df12f7e7dae856e16941e79a56", kill_on_drop: false }`
[INFO] [stdout] 9873c526dc88f000df3c9e09707f35629883a2df12f7e7dae856e16941e79a56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4bac071396a1980e933fd06c6a0658e2c514bbee3e47600da47c9045d4db2994
[INFO] running `Command { std: "docker" "start" "-a" "4bac071396a1980e933fd06c6a0658e2c514bbee3e47600da47c9045d4db2994", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling tractor-macros v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ImplActorHooksAsync` is never constructed
[INFO] [stdout]    --> src/lib.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | struct ImplActorHooksAsync<'a>(&'a ItemImpl);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
[INFO] running `Command { std: "docker" "inspect" "4bac071396a1980e933fd06c6a0658e2c514bbee3e47600da47c9045d4db2994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bac071396a1980e933fd06c6a0658e2c514bbee3e47600da47c9045d4db2994", kill_on_drop: false }`
[INFO] [stdout] 4bac071396a1980e933fd06c6a0658e2c514bbee3e47600da47c9045d4db2994
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd36cdfd8ddf27f3160f55caa5a5a412a6dc9ce5d9902bcd1245db74aa63157b
[INFO] running `Command { std: "docker" "start" "-a" "cd36cdfd8ddf27f3160f55caa5a5a412a6dc9ce5d9902bcd1245db74aa63157b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tractor-macros v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ImplActorHooksAsync` is never constructed
[INFO] [stdout]    --> src/lib.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | struct ImplActorHooksAsync<'a>(&'a ItemImpl);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tractor`
[INFO] [stdout]  --> tests/test_actor_macro.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tractor::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `tractor`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tractor`, use `cargo add tractor` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `tractor` in the list of imported crates
[INFO] [stdout]   --> tests/test_actor_macro.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ could not find `tractor` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `tractor` in the list of imported crates
[INFO] [stdout]   --> tests/test_actor_macro.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ could not find `tractor` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `tractor` in the list of imported crates
[INFO] [stdout]   --> tests/test_actor_macro.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ could not find `tractor` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `tractor` in the list of imported crates
[INFO] [stdout]    --> tests/test_actor_macro.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[actor(derive_hooks)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ could not find `tractor` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImplActorHooksAsync` is never constructed
[INFO] [stdout]    --> src/lib.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | struct ImplActorHooksAsync<'a>(&'a ItemImpl);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `tractor` in the list of imported crates
[INFO] [stdout]    --> tests/test_actor_macro.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[actor]
[INFO] [stdout]     |     ^^^^^^^^ could not find `tractor` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ActorHooks` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     impl ActorHooks for Adder {}
[INFO] [stdout]    |          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ActorHooks` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 |     impl ActorHooks for Adder {}
[INFO] [stdout]    |          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[actor]
[INFO] [stdout]    |     ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ActorHooks` in this scope
[INFO] [stdout]   --> tests/test_actor_macro.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 95 |     impl ActorHooks for Adder {}
[INFO] [stdout]    |          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]    --> tests/test_actor_macro.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[actor(derive_hooks)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]    --> tests/test_actor_macro.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[actor]
[INFO] [stdout]     |     ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `actor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ActorHooks` in this scope
[INFO] [stdout]    --> tests/test_actor_macro.rs:182:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |     impl ActorHooks for Adder {}
[INFO] [stdout]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope
[INFO] [stdout]    --> tests/test_actor_macro.rs:214:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub struct Adder {
[INFO] [stdout]     |     ---------------- similarly named struct `Adder` defined here
[INFO] [stdout] ...
[INFO] [stdout] 214 |         let adder: Addr<Adder> = Adder { sum: 123 }.start();
[INFO] [stdout]     |                    ^^^^ help: a struct with a similar name exists: `Adder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ActorSystem`
[INFO] [stdout]    --> tests/test_actor_macro.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     ActorSystem::wait_for_completion().await;
[INFO] [stdout]     |     ^^^^^^^^^^^ use of undeclared type `ActorSystem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ActorSystem`
[INFO] [stdout]    --> tests/test_actor_macro.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 |     ActorSystem::wait_for_completion().await;
[INFO] [stdout]     |     ^^^^^^^^^^^ use of undeclared type `ActorSystem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ActorSystem`
[INFO] [stdout]    --> tests/test_actor_macro.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |     ActorSystem::wait_for_completion().await;
[INFO] [stdout]     |     ^^^^^^^^^^^ use of undeclared type `ActorSystem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tractor-macros` (test "test_actor_macro") due to 19 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cd36cdfd8ddf27f3160f55caa5a5a412a6dc9ce5d9902bcd1245db74aa63157b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd36cdfd8ddf27f3160f55caa5a5a412a6dc9ce5d9902bcd1245db74aa63157b", kill_on_drop: false }`
[INFO] [stdout] cd36cdfd8ddf27f3160f55caa5a5a412a6dc9ce5d9902bcd1245db74aa63157b
