[INFO] fetching crate serde-bytes-repr 0.3.0... [INFO] testing serde-bytes-repr-0.3.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate serde-bytes-repr 0.3.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate serde-bytes-repr 0.3.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate serde-bytes-repr 0.3.0 [INFO] tweaked toml for crates.io crate serde-bytes-repr 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-bytes-repr 0.3.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f05bb2d090ce38173442de8c62a5b384067e5c887cbf43191ea8f8ecf145cabb [INFO] running `Command { std: "docker" "start" "-a" "f05bb2d090ce38173442de8c62a5b384067e5c887cbf43191ea8f8ecf145cabb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f05bb2d090ce38173442de8c62a5b384067e5c887cbf43191ea8f8ecf145cabb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f05bb2d090ce38173442de8c62a5b384067e5c887cbf43191ea8f8ecf145cabb", kill_on_drop: false }` [INFO] [stdout] f05bb2d090ce38173442de8c62a5b384067e5c887cbf43191ea8f8ecf145cabb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a231de886d992ed0cf01a04da2cbde32e6d226fe4c112f6a5433ef43baf19d7 [INFO] running `Command { std: "docker" "start" "-a" "8a231de886d992ed0cf01a04da2cbde32e6d226fe4c112f6a5433ef43baf19d7", kill_on_drop: false }` [INFO] [stderr] Compiling serde-bytes-repr v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` 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: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:247:19 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "8a231de886d992ed0cf01a04da2cbde32e6d226fe4c112f6a5433ef43baf19d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a231de886d992ed0cf01a04da2cbde32e6d226fe4c112f6a5433ef43baf19d7", kill_on_drop: false }` [INFO] [stdout] 8a231de886d992ed0cf01a04da2cbde32e6d226fe4c112f6a5433ef43baf19d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a38a5595975b937ddada9a5bc78b61867497cc077fad5a3f6fb9b998103f38e [INFO] running `Command { std: "docker" "start" "-a" "4a38a5595975b937ddada9a5bc78b61867497cc077fad5a3f6fb9b998103f38e", kill_on_drop: false }` [INFO] [stderr] Compiling serde_bytes v0.11.17 [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` 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: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:247:19 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde-bytes-repr v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:239:15 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` 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: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/serializer.rs:247:19 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `alloc` [INFO] [stdout] --> src/serializer.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "4a38a5595975b937ddada9a5bc78b61867497cc077fad5a3f6fb9b998103f38e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a38a5595975b937ddada9a5bc78b61867497cc077fad5a3f6fb9b998103f38e", kill_on_drop: false }` [INFO] [stdout] 4a38a5595975b937ddada9a5bc78b61867497cc077fad5a3f6fb9b998103f38e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 827cc8f2840fde1dbd739faee5104c38c0f57030e2a0198c1a8983ae4e528d8d [INFO] running `Command { std: "docker" "start" "-a" "827cc8f2840fde1dbd739faee5104c38c0f57030e2a0198c1a8983ae4e528d8d", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/serializer.rs:239:15 [INFO] [stderr] | [INFO] [stderr] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` 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: unexpected `cfg` condition value: `alloc` [INFO] [stderr] --> src/serializer.rs:239:32 [INFO] [stderr] | [INFO] [stderr] 239 | #[cfg(any(feature = "std", feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/serializer.rs:247:19 [INFO] [stderr] | [INFO] [stderr] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `alloc` [INFO] [stderr] --> src/serializer.rs:247:36 [INFO] [stderr] | [INFO] [stderr] 247 | #[cfg(not(any(feature = "std", feature = "alloc")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `alloc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `serde-bytes-repr` (lib) generated 4 warnings [INFO] [stderr] warning: `serde-bytes-repr` (lib test) generated 4 warnings (4 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/serde_bytes_repr-ffa538e7a0ae691f) [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] Running tests/deserialize.rs (/opt/rustwide/target/debug/deps/deserialize-2636b96899fb4882) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test serialize_seq_hex ... ok [INFO] [stdout] test deserialize_struct_hex ... ok [INFO] [stdout] test deserialize_invalid_struct_hex ... ok [INFO] [stdout] test deserialize_seq_base64 ... ok [INFO] [stdout] test deserialize_struct_base64 ... ok [INFO] [stdout] test deserialize_option_hex ... ok [INFO] [stdout] test deserialize_option_base64 ... ok [INFO] [stdout] test deserialize_invalid_struct_base64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/serialize.rs (/opt/rustwide/target/debug/deps/serialize-f03604d046d77c3b) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test serialize_newtype_base64 ... ok [INFO] [stdout] test serialize_option_base64 ... ok [INFO] [stdout] test serialize_newtype_variant_base64 ... ok [INFO] [stdout] test serialize_seq_base64 ... ok [INFO] [stdout] test serialize_option_hex ... ok [INFO] [stdout] test serialize_seq_hex ... ok [INFO] [stdout] test serialize_struct_variant_base64 ... ok [INFO] [stdout] test serialize_struct_hex ... ok [INFO] [stdout] test serialize_struct_base64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests serde_bytes_repr [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/lib.rs - (line 48) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "827cc8f2840fde1dbd739faee5104c38c0f57030e2a0198c1a8983ae4e528d8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "827cc8f2840fde1dbd739faee5104c38c0f57030e2a0198c1a8983ae4e528d8d", kill_on_drop: false }` [INFO] [stdout] 827cc8f2840fde1dbd739faee5104c38c0f57030e2a0198c1a8983ae4e528d8d