[INFO] fetching crate specimen__yaml 0.1.0... [INFO] testing specimen__yaml-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate specimen__yaml 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate specimen__yaml 0.1.0 [INFO] finished tweaking crates.io crate specimen__yaml 0.1.0 [INFO] tweaked toml for crates.io crate specimen__yaml 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate specimen__yaml 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e92fa1877ccf035a3a001839da71de670bed1d185d16ac556ac269153a0917ef [INFO] running `Command { std: "docker" "start" "-a" "e92fa1877ccf035a3a001839da71de670bed1d185d16ac556ac269153a0917ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e92fa1877ccf035a3a001839da71de670bed1d185d16ac556ac269153a0917ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e92fa1877ccf035a3a001839da71de670bed1d185d16ac556ac269153a0917ef", kill_on_drop: false }` [INFO] [stdout] e92fa1877ccf035a3a001839da71de670bed1d185d16ac556ac269153a0917ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7e582186dfd700bc7235ec8b323ecd34e3659926d6df74ede215339a72f1383 [INFO] running `Command { std: "docker" "start" "-a" "c7e582186dfd700bc7235ec8b323ecd34e3659926d6df74ede215339a72f1383", kill_on_drop: false }` [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling specimen__yaml v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> yaml.rs:321:12 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `specimen__yaml` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `specimen_yaml` [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `Command { std: "docker" "inspect" "c7e582186dfd700bc7235ec8b323ecd34e3659926d6df74ede215339a72f1383", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7e582186dfd700bc7235ec8b323ecd34e3659926d6df74ede215339a72f1383", kill_on_drop: false }` [INFO] [stdout] c7e582186dfd700bc7235ec8b323ecd34e3659926d6df74ede215339a72f1383 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 410e3313e3f403d4ba0e39b0cbe45ce678762ac9ea12a0ac1a8b7e88b643cc23 [INFO] running `Command { std: "docker" "start" "-a" "410e3313e3f403d4ba0e39b0cbe45ce678762ac9ea12a0ac1a8b7e88b643cc23", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> yaml.rs:321:12 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling specimen__yaml v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `specimen__yaml` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = help: convert the identifier to snake case: `specimen_yaml` [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> yaml.rs:321:12 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "410e3313e3f403d4ba0e39b0cbe45ce678762ac9ea12a0ac1a8b7e88b643cc23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "410e3313e3f403d4ba0e39b0cbe45ce678762ac9ea12a0ac1a8b7e88b643cc23", kill_on_drop: false }` [INFO] [stdout] 410e3313e3f403d4ba0e39b0cbe45ce678762ac9ea12a0ac1a8b7e88b643cc23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 53c4a684cf160ecc3a8c6f0367f4f7c03da039385ea959ea910f5df01d2a01ca [INFO] running `Command { std: "docker" "start" "-a" "53c4a684cf160ecc3a8c6f0367f4f7c03da039385ea959ea910f5df01d2a01ca", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> yaml.rs:321:12 [INFO] [stderr] | [INFO] [stderr] 321 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `specimen__yaml` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = help: convert the identifier to snake case: `specimen_yaml` [INFO] [stderr] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `specimen__yaml` (lib) generated 2 warnings [INFO] [stderr] warning: `specimen__yaml` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests yaml.rs (/opt/rustwide/target/debug/deps/specimen__yaml-2996a60e8b545307) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test test::test_bad_anchor ... ok [INFO] [stdout] test test::test_anchor ... ok [INFO] [stdout] test test::test_bad_hyphen ... ok [INFO] [stdout] test test::test_coerce ... ok [INFO] [stdout] test test::test_github_27 ... ok [INFO] [stdout] test test::test_hash_order ... ok [INFO] [stdout] test test::test_integer_key ... ok [INFO] [stdout] test test::test_issue_65 ... ok [INFO] [stdout] test test::test_multi_doc ... ok [INFO] [stdout] test test::test_parser ... ok [INFO] [stdout] test test::test_plain_datatype ... ok [INFO] [stdout] test test::test_plain_datatype_with_into_methods ... ok [INFO] [stdout] test test::test_empty_doc ... ok [INFO] [stdout] test test::test_two_space_indentations ... ok [INFO] [stdout] test test::test_recursion_depth_check_arrays ... ok [INFO] [stdout] test test::test_recursion_depth_check_objects ... ok [INFO] [stdout] test test::test_bad_docstart ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests specimen__yaml [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test yaml.rs - YamlData (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "53c4a684cf160ecc3a8c6f0367f4f7c03da039385ea959ea910f5df01d2a01ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53c4a684cf160ecc3a8c6f0367f4f7c03da039385ea959ea910f5df01d2a01ca", kill_on_drop: false }` [INFO] [stdout] 53c4a684cf160ecc3a8c6f0367f4f7c03da039385ea959ea910f5df01d2a01ca