[INFO] fetching crate guuid 1.0.0...
[INFO] testing guuid-1.0.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate guuid 1.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate guuid 1.0.0
[INFO] finished tweaking crates.io crate guuid 1.0.0
[INFO] tweaked toml for crates.io crate guuid 1.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate guuid 1.0.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding base32 v0.4.0 (available: v0.5.1)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded base32 v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48aa4f3c7e095acb710b17592768c1424b1a1916c74108eb55f93b297db48463
[INFO] running `Command { std: "docker" "start" "-a" "48aa4f3c7e095acb710b17592768c1424b1a1916c74108eb55f93b297db48463", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48aa4f3c7e095acb710b17592768c1424b1a1916c74108eb55f93b297db48463", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48aa4f3c7e095acb710b17592768c1424b1a1916c74108eb55f93b297db48463", kill_on_drop: false }`
[INFO] [stdout] 48aa4f3c7e095acb710b17592768c1424b1a1916c74108eb55f93b297db48463
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c48d1d62451b22b8abd1978108a7efc6bf85b31a4655d19de358773f5520bfb3
[INFO] running `Command { std: "docker" "start" "-a" "c48d1d62451b22b8abd1978108a7efc6bf85b31a4655d19de358773f5520bfb3", kill_on_drop: false }`
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling guuid v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/lib.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 - #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout] 7 + #![cfg_attr(any(feature = "no_std",feature = "alloc"), no_std)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 15 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 18 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 18 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
[INFO] running `Command { std: "docker" "inspect" "c48d1d62451b22b8abd1978108a7efc6bf85b31a4655d19de358773f5520bfb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c48d1d62451b22b8abd1978108a7efc6bf85b31a4655d19de358773f5520bfb3", kill_on_drop: false }`
[INFO] [stdout] c48d1d62451b22b8abd1978108a7efc6bf85b31a4655d19de358773f5520bfb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ebd5413558225eb0d05521edae9cd862c179a47acc79142249aea3244aba9ce
[INFO] running `Command { std: "docker" "start" "-a" "9ebd5413558225eb0d05521edae9cd862c179a47acc79142249aea3244aba9ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling guuid v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/lib.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 - #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout] 7 + #![cfg_attr(any(feature = "no_std",feature = "alloc"), no_std)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 15 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 18 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 18 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/lib.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 - #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stdout] 7 + #![cfg_attr(any(feature = "no_std",feature = "alloc"), no_std)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 15 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/lib.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 18 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stdout] 18 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "9ebd5413558225eb0d05521edae9cd862c179a47acc79142249aea3244aba9ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ebd5413558225eb0d05521edae9cd862c179a47acc79142249aea3244aba9ce", kill_on_drop: false }`
[INFO] [stdout] 9ebd5413558225eb0d05521edae9cd862c179a47acc79142249aea3244aba9ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98dfa2ab5846fc1bcdb1c361447443402acaaf2494ad8d041fd862062016ec36
[INFO] running `Command { std: "docker" "start" "-a" "98dfa2ab5846fc1bcdb1c361447443402acaaf2494ad8d041fd862062016ec36", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/lib.rs:7:36
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stderr]   |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 7 - #![cfg_attr(any(feature = "no_std",features = "alloc"), no_std)]
[INFO] [stderr] 7 + #![cfg_attr(any(feature = "no_std",feature = "alloc"), no_std)]
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/lib.rs:15:34
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 15 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stderr] 15 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/lib.rs:18:34
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 18 - #[cfg(not(any(feature = "no_std",features = "alloc")))]
[INFO] [stderr] 18 + #[cfg(not(any(feature = "no_std",feature = "alloc")))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `guuid` (lib) generated 3 warnings
[INFO] [stderr] warning: `guuid` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/guuid-28bc454bfc153739)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::eq_test_from_str ... ok
[INFO] [stderr]    Doc-tests guuid
[INFO] [stdout] test tests::eq_test_new ... ok
[INFO] [stdout] test tests::eq_test_from_u128 ... ok
[INFO] [stdout] test tests::eq_test_from_bytes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "98dfa2ab5846fc1bcdb1c361447443402acaaf2494ad8d041fd862062016ec36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98dfa2ab5846fc1bcdb1c361447443402acaaf2494ad8d041fd862062016ec36", kill_on_drop: false }`
[INFO] [stdout] 98dfa2ab5846fc1bcdb1c361447443402acaaf2494ad8d041fd862062016ec36
