[INFO] fetching crate guuid 1.0.0... [INFO] testing guuid-1.0.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate guuid 1.0.0 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate guuid 1.0.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "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.10.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0a731f1cb9d95c0e8cc950fb926197b9733f8bce134f042cfd3cfb597288b82 [INFO] running `Command { std: "docker" "start" "-a" "e0a731f1cb9d95c0e8cc950fb926197b9733f8bce134f042cfd3cfb597288b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0a731f1cb9d95c0e8cc950fb926197b9733f8bce134f042cfd3cfb597288b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0a731f1cb9d95c0e8cc950fb926197b9733f8bce134f042cfd3cfb597288b82", kill_on_drop: false }` [INFO] [stdout] e0a731f1cb9d95c0e8cc950fb926197b9733f8bce134f042cfd3cfb597288b82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d164ec6454677cfc3d4e419b6d9293a59d909cc7ddf84fa26fbe57a055686301 [INFO] running `Command { std: "docker" "start" "-a" "d164ec6454677cfc3d4e419b6d9293a59d909cc7ddf84fa26fbe57a055686301", kill_on_drop: false }` [INFO] [stderr] Compiling base32 v0.4.0 [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 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 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 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 0.34s [INFO] running `Command { std: "docker" "inspect" "d164ec6454677cfc3d4e419b6d9293a59d909cc7ddf84fa26fbe57a055686301", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d164ec6454677cfc3d4e419b6d9293a59d909cc7ddf84fa26fbe57a055686301", kill_on_drop: false }` [INFO] [stdout] d164ec6454677cfc3d4e419b6d9293a59d909cc7ddf84fa26fbe57a055686301 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90d1a2c2bc6b6e25c6ef0d70c379105c3f0e1775c2dd80e6f9d63a34ef4663ca [INFO] running `Command { std: "docker" "start" "-a" "90d1a2c2bc6b6e25c6ef0d70c379105c3f0e1775c2dd80e6f9d63a34ef4663ca", kill_on_drop: false }` [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 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 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 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] 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 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 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 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.91s [INFO] running `Command { std: "docker" "inspect" "90d1a2c2bc6b6e25c6ef0d70c379105c3f0e1775c2dd80e6f9d63a34ef4663ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90d1a2c2bc6b6e25c6ef0d70c379105c3f0e1775c2dd80e6f9d63a34ef4663ca", kill_on_drop: false }` [INFO] [stdout] 90d1a2c2bc6b6e25c6ef0d70c379105c3f0e1775c2dd80e6f9d63a34ef4663ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8780b2f72cb6af85dbef0c041a4650f13ccbb1a8a344b8bca93a207d04df8568 [INFO] running `Command { std: "docker" "start" "-a" "8780b2f72cb6af85dbef0c041a4650f13ccbb1a8a344b8bca93a207d04df8568", 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 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 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 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/guuid-693a69f9528a2eaa) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::eq_test_from_bytes ... ok [INFO] [stderr] Doc-tests guuid [INFO] [stdout] test tests::eq_test_from_str ... ok [INFO] [stdout] test tests::eq_test_new ... ok [INFO] [stdout] test tests::eq_test_from_u128 ... 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" "8780b2f72cb6af85dbef0c041a4650f13ccbb1a8a344b8bca93a207d04df8568", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8780b2f72cb6af85dbef0c041a4650f13ccbb1a8a344b8bca93a207d04df8568", kill_on_drop: false }` [INFO] [stdout] 8780b2f72cb6af85dbef0c041a4650f13ccbb1a8a344b8bca93a207d04df8568