[INFO] fetching crate wrath-macros 0.1.0... [INFO] testing wrath-macros-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate wrath-macros 0.1.0 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wrath-macros 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d51e47ec2523799a013b12f3818632307070dc8df34f834d521e0ee5c48e9008 [INFO] running `Command { std: "docker" "start" "-a" "d51e47ec2523799a013b12f3818632307070dc8df34f834d521e0ee5c48e9008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d51e47ec2523799a013b12f3818632307070dc8df34f834d521e0ee5c48e9008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d51e47ec2523799a013b12f3818632307070dc8df34f834d521e0ee5c48e9008", kill_on_drop: false }` [INFO] [stdout] d51e47ec2523799a013b12f3818632307070dc8df34f834d521e0ee5c48e9008 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58b1547630bba504bcee5c92ee4560c50137c3f4ef8fff29b8794fb28dc58dd3 [INFO] running `Command { std: "docker" "start" "-a" "58b1547630bba504bcee5c92ee4560c50137c3f4ef8fff29b8794fb28dc58dd3", kill_on_drop: false }` [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling syn v2.0.106 [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 4.19s [INFO] running `Command { std: "docker" "inspect" "58b1547630bba504bcee5c92ee4560c50137c3f4ef8fff29b8794fb28dc58dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58b1547630bba504bcee5c92ee4560c50137c3f4ef8fff29b8794fb28dc58dd3", kill_on_drop: false }` [INFO] [stdout] 58b1547630bba504bcee5c92ee4560c50137c3f4ef8fff29b8794fb28dc58dd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28fc04bd3fe7a53da1bae3838b949d9a3d6b53d2c56c18575fdde1e78b5b195f [INFO] running `Command { std: "docker" "start" "-a" "28fc04bd3fe7a53da1bae3838b949d9a3d6b53d2c56c18575fdde1e78b5b195f", 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 0.47s [INFO] running `Command { std: "docker" "inspect" "28fc04bd3fe7a53da1bae3838b949d9a3d6b53d2c56c18575fdde1e78b5b195f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28fc04bd3fe7a53da1bae3838b949d9a3d6b53d2c56c18575fdde1e78b5b195f", kill_on_drop: false }` [INFO] [stdout] 28fc04bd3fe7a53da1bae3838b949d9a3d6b53d2c56c18575fdde1e78b5b195f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b645c4cbcb23e02e914b2487390164961173e93a92f9b05fca9dd5d5830f58c [INFO] running `Command { std: "docker" "start" "-a" "3b645c4cbcb23e02e914b2487390164961173e93a92f9b05fca9dd5d5830f58c", 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wrath_macros-9fcca773d6ddb663) [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::key (line 132) ... 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 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::sep (line 147) ... ok [INFO] [stdout] test src/syn_ext.rs - syn_ext::AttrKeyValue (line 118) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.48s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b645c4cbcb23e02e914b2487390164961173e93a92f9b05fca9dd5d5830f58c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b645c4cbcb23e02e914b2487390164961173e93a92f9b05fca9dd5d5830f58c", kill_on_drop: false }` [INFO] [stdout] 3b645c4cbcb23e02e914b2487390164961173e93a92f9b05fca9dd5d5830f58c