[INFO] fetching crate guuid 1.0.0... [INFO] testing guuid-1.0.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate guuid 1.0.0 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate guuid 1.0.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cc1df8628efad0197195dcea32f27d847740b3de53f3c2d94702565fc7bf35e [INFO] running `Command { std: "docker" "start" "-a" "9cc1df8628efad0197195dcea32f27d847740b3de53f3c2d94702565fc7bf35e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cc1df8628efad0197195dcea32f27d847740b3de53f3c2d94702565fc7bf35e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc1df8628efad0197195dcea32f27d847740b3de53f3c2d94702565fc7bf35e", kill_on_drop: false }` [INFO] [stdout] 9cc1df8628efad0197195dcea32f27d847740b3de53f3c2d94702565fc7bf35e [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b48e772c426a0b3c68269d1286d570c0f6142ce63dc8cbab044d2b91e8e716c [INFO] running `Command { std: "docker" "start" "-a" "7b48e772c426a0b3c68269d1286d570c0f6142ce63dc8cbab044d2b91e8e716c", 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.29s [INFO] running `Command { std: "docker" "inspect" "7b48e772c426a0b3c68269d1286d570c0f6142ce63dc8cbab044d2b91e8e716c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b48e772c426a0b3c68269d1286d570c0f6142ce63dc8cbab044d2b91e8e716c", kill_on_drop: false }` [INFO] [stdout] 7b48e772c426a0b3c68269d1286d570c0f6142ce63dc8cbab044d2b91e8e716c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cecf4beade4bd6d11e05d32a10d88536cb8200a48d3af9645922d6390e483f67 [INFO] running `Command { std: "docker" "start" "-a" "cecf4beade4bd6d11e05d32a10d88536cb8200a48d3af9645922d6390e483f67", 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] [stderr] Compiling guuid v1.0.0 (/opt/rustwide/workdir) [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] [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.49s [INFO] running `Command { std: "docker" "inspect" "cecf4beade4bd6d11e05d32a10d88536cb8200a48d3af9645922d6390e483f67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cecf4beade4bd6d11e05d32a10d88536cb8200a48d3af9645922d6390e483f67", kill_on_drop: false }` [INFO] [stdout] cecf4beade4bd6d11e05d32a10d88536cb8200a48d3af9645922d6390e483f67 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 082e0f6ea6b9624d2da63339c745944aaa388451e6eb00714e0cd6b4ee146fac [INFO] running `Command { std: "docker" "start" "-a" "082e0f6ea6b9624d2da63339c745944aaa388451e6eb00714e0cd6b4ee146fac", 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-e756912dee8441b6) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::eq_test_from_u128 ... ok [INFO] [stdout] test tests::eq_test_from_str ... ok [INFO] [stdout] test tests::eq_test_new ... 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] [stderr] Doc-tests guuid [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" "082e0f6ea6b9624d2da63339c745944aaa388451e6eb00714e0cd6b4ee146fac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "082e0f6ea6b9624d2da63339c745944aaa388451e6eb00714e0cd6b4ee146fac", kill_on_drop: false }` [INFO] [stdout] 082e0f6ea6b9624d2da63339c745944aaa388451e6eb00714e0cd6b4ee146fac