[INFO] fetching crate clust_macros 0.9.0...
[INFO] checking clust_macros-0.9.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate clust_macros 0.9.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate clust_macros 0.9.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate clust_macros 0.9.0
[INFO] finished tweaking crates.io crate clust_macros 0.9.0
[INFO] tweaked toml for crates.io crate clust_macros 0.9.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 86 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c96c5038df15a2c94170c93f44944453bd2378e6086d3e4d62c613af85315bf2
[INFO] running `Command { std: "docker" "start" "-a" "c96c5038df15a2c94170c93f44944453bd2378e6086d3e4d62c613af85315bf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c96c5038df15a2c94170c93f44944453bd2378e6086d3e4d62c613af85315bf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c96c5038df15a2c94170c93f44944453bd2378e6086d3e4d62c613af85315bf2", kill_on_drop: false }`
[INFO] [stdout] c96c5038df15a2c94170c93f44944453bd2378e6086d3e4d62c613af85315bf2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f62e07de99735cfeca47f5215e1d3cfb3f3c162a227a447311874db762e558c
[INFO] running `Command { std: "docker" "start" "-a" "3f62e07de99735cfeca47f5215e1d3cfb3f3c162a227a447311874db762e558c", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking psl v2.1.55
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling valico v4.0.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking json-pointer v0.3.4
[INFO] [stderr]     Checking jsonway v2.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking addr v0.15.6
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking uritemplate-next v0.2.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]     Checking clust_macros v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type alias `TestResult` is never used
[INFO] [stdout]   --> src/return_type.rs:71:10
[INFO] [stdout]    |
[INFO] [stdout] 71 |     type TestResult = Result<i32, String>;
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_array_arg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_optional_arg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: The #[tokio::test] macro requires rt or rt-multi-thread.
[INFO] [stdout]   --> tests/tool_async_with_result.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[tokio::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_async_with_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{AsyncTool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: The #[tokio::test] macro requires rt or rt-multi-thread.
[INFO] [stdout]   --> tests/tool_async.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[tokio::test]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{AsyncTool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_multi_args.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_no_return_value.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clust::messages::{Tool, ToolUse};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]   --> tests/tool_async_with_result.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[clust_tool]
[INFO] [stdout]    | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_async.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[clust_tool]
[INFO] [stdout]   | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_array_arg.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[clust_tool]
[INFO] [stdout]   | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]   --> tests/tool_with_result.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[clust_tool]
[INFO] [stdout]    | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_no_return_value.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[clust_tool]
[INFO] [stdout]   | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool_with_optional_arg.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[clust_tool]
[INFO] [stdout]   | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]  --> tests/tool.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[clust_tool]
[INFO] [stdout]   | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `clust`
[INFO] [stdout]   --> tests/tool_with_multi_args.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[clust_tool]
[INFO] [stdout]    | ^^^^^^^^^^^^^ use of undeclared crate or module `clust`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `clust_tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_with_no_return_value") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_with_array_arg") due to 2 previous errors
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_async") due to 3 previous errors
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_with_optional_arg") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_async_with_result") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_with_result") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clust_macros` (test "tool") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clust_macros` (test "tool_with_multi_args") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "3f62e07de99735cfeca47f5215e1d3cfb3f3c162a227a447311874db762e558c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f62e07de99735cfeca47f5215e1d3cfb3f3c162a227a447311874db762e558c", kill_on_drop: false }`
[INFO] [stdout] 3f62e07de99735cfeca47f5215e1d3cfb3f3c162a227a447311874db762e558c
