[INFO] fetching crate wrath-macros 0.1.0... [INFO] testing wrath-macros-0.1.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate wrath-macros 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate wrath-macros 0.1.0 [INFO] finished tweaking crates.io crate wrath-macros 0.1.0 [INFO] tweaked toml for crates.io crate wrath-macros 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wrath-macros 0.1.0 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] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding heck v0.4.1 (available: v0.5.0) [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] [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-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] fdce78032a2d4ef45f37e662ad6fbc6bd47ed8a6bba06f98a0af9b79f4f9c4b6 [INFO] running `Command { std: "docker" "start" "-a" "fdce78032a2d4ef45f37e662ad6fbc6bd47ed8a6bba06f98a0af9b79f4f9c4b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdce78032a2d4ef45f37e662ad6fbc6bd47ed8a6bba06f98a0af9b79f4f9c4b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdce78032a2d4ef45f37e662ad6fbc6bd47ed8a6bba06f98a0af9b79f4f9c4b6", kill_on_drop: false }` [INFO] [stdout] fdce78032a2d4ef45f37e662ad6fbc6bd47ed8a6bba06f98a0af9b79f4f9c4b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0cc343a8cd317564eb51efd112941623cd3040c80c306b28acc663e639c61a3e [INFO] running `Command { std: "docker" "start" "-a" "0cc343a8cd317564eb51efd112941623cd3040c80c306b28acc663e639c61a3e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling wrath-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dead_code` [INFO] [stdout] = note: requested on the command line with `-W unused_tuple_struct_fields` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W pointer_structural_match` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s [INFO] running `Command { std: "docker" "inspect" "0cc343a8cd317564eb51efd112941623cd3040c80c306b28acc663e639c61a3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc343a8cd317564eb51efd112941623cd3040c80c306b28acc663e639c61a3e", kill_on_drop: false }` [INFO] [stdout] 0cc343a8cd317564eb51efd112941623cd3040c80c306b28acc663e639c61a3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 464c39071825223ffa8220599ebb6304dea37fd941753330af3abfacb46434b5 [INFO] running `Command { std: "docker" "start" "-a" "464c39071825223ffa8220599ebb6304dea37fd941753330af3abfacb46434b5", kill_on_drop: false }` [INFO] [stderr] Compiling wrath-macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dead_code` [INFO] [stdout] = note: requested on the command line with `-W unused_tuple_struct_fields` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W pointer_structural_match` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dead_code` [INFO] [stdout] = note: requested on the command line with `-W unused_tuple_struct_fields` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W pointer_structural_match` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "464c39071825223ffa8220599ebb6304dea37fd941753330af3abfacb46434b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "464c39071825223ffa8220599ebb6304dea37fd941753330af3abfacb46434b5", kill_on_drop: false }` [INFO] [stdout] 464c39071825223ffa8220599ebb6304dea37fd941753330af3abfacb46434b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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", kill_on_drop: false }` [INFO] [stdout] fc4fba15e4eae4a265a8f88eee47929529743f967ba9f067cc47700832075641 [INFO] running `Command { std: "docker" "start" "-a" "fc4fba15e4eae4a265a8f88eee47929529743f967ba9f067cc47700832075641", kill_on_drop: false }` [INFO] [stderr] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stderr] | [INFO] [stderr] = help: use the new name `dead_code` [INFO] [stderr] = note: requested on the command line with `-W unused_tuple_struct_fields` [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-W pointer_structural_match` [INFO] [stderr] [INFO] [stderr] warning: `wrath-macros` (lib) generated 2 warnings [INFO] [stderr] warning: `wrath-macros` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wrath_macros-2610948c2def20b5) [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 wrath_macros [INFO] [stderr] warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code` [INFO] [stderr] | [INFO] [stderr] = help: use the new name `dead_code` [INFO] [stderr] = note: requested on the command line with `-W unused_tuple_struct_fields` [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 for more information [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-W pointer_structural_match` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/syn_ext.rs - syn_ext::attr_container_key_crate (line 47) ... ignored [INFO] [stdout] test src/syn_ext.rs - syn_ext::attr_container_key_error (line 35) ... ignored [INFO] [stdout] test src/syn_ext.rs - syn_ext::attr_name (line 23) ... ignored [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue::sep (line 147) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue (line 123) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue::sep (line 142) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue::value (line 158) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue (line 118) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue::key (line 132) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fc4fba15e4eae4a265a8f88eee47929529743f967ba9f067cc47700832075641", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc4fba15e4eae4a265a8f88eee47929529743f967ba9f067cc47700832075641", kill_on_drop: false }` [INFO] [stdout] fc4fba15e4eae4a265a8f88eee47929529743f967ba9f067cc47700832075641