[INFO] fetching crate serde-bytes-repr 0.3.0... [INFO] testing serde-bytes-repr-0.3.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate serde-bytes-repr 0.3.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-bytes-repr 0.3.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 14 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31ec18ca766bf822a45c05f1aaede856cd4e1858b4d02ae89a7ce8aeafc1b7e7 [INFO] running `Command { std: "docker" "start" "-a" "31ec18ca766bf822a45c05f1aaede856cd4e1858b4d02ae89a7ce8aeafc1b7e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31ec18ca766bf822a45c05f1aaede856cd4e1858b4d02ae89a7ce8aeafc1b7e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31ec18ca766bf822a45c05f1aaede856cd4e1858b4d02ae89a7ce8aeafc1b7e7", kill_on_drop: false }` [INFO] [stdout] 31ec18ca766bf822a45c05f1aaede856cd4e1858b4d02ae89a7ce8aeafc1b7e7 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89c76920e438a209878a20f6e120d8ba7c2c34e78bc24efa87e944f1a6940b80 [INFO] running `Command { std: "docker" "start" "-a" "89c76920e438a209878a20f6e120d8ba7c2c34e78bc24efa87e944f1a6940b80", kill_on_drop: false }` [INFO] [stderr] Compiling serde-bytes-repr v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | serde_if_integer128, Serialize, Serializer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "89c76920e438a209878a20f6e120d8ba7c2c34e78bc24efa87e944f1a6940b80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89c76920e438a209878a20f6e120d8ba7c2c34e78bc24efa87e944f1a6940b80", kill_on_drop: false }` [INFO] [stdout] 89c76920e438a209878a20f6e120d8ba7c2c34e78bc24efa87e944f1a6940b80 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67fe0469abc464674cb1826e0e90fa0bce05a5207027f0cd6f64c238bfcc2e6e [INFO] running `Command { std: "docker" "start" "-a" "67fe0469abc464674cb1826e0e90fa0bce05a5207027f0cd6f64c238bfcc2e6e", kill_on_drop: false }` [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | serde_if_integer128, Serialize, Serializer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde-bytes-repr v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | serde_if_integer128! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: [INFO] [stdout] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stdout] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stdout] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stdout] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stdout] integers are always supported. [INFO] [stdout] --> src/serializer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | serde_if_integer128, Serialize, Serializer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "67fe0469abc464674cb1826e0e90fa0bce05a5207027f0cd6f64c238bfcc2e6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67fe0469abc464674cb1826e0e90fa0bce05a5207027f0cd6f64c238bfcc2e6e", kill_on_drop: false }` [INFO] [stdout] 67fe0469abc464674cb1826e0e90fa0bce05a5207027f0cd6f64c238bfcc2e6e [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4121598a0f3c00779f9d67b9fdd86b33394f0011ab5b764924693719a64c0444 [INFO] running `Command { std: "docker" "start" "-a" "4121598a0f3c00779f9d67b9fdd86b33394f0011ab5b764924693719a64c0444", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stderr] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stderr] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stderr] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stderr] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stderr] integers are always supported. [INFO] [stderr] --> src/serializer.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | serde_if_integer128! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `serde_if_integer128`: [INFO] [stderr] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stderr] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stderr] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stderr] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stderr] integers are always supported. [INFO] [stderr] --> src/serializer.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | serde_if_integer128! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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: use of deprecated macro `serde::serde_if_integer128`: [INFO] [stderr] This macro has no effect on any version of Serde released in the past 2 years. [INFO] [stderr] It was used long ago in crates that needed to support Rustc older than 1.26.0, [INFO] [stderr] or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer [INFO] [stderr] support. These days Serde requires a Rust compiler newer than that so 128-bit [INFO] [stderr] integers are always supported. [INFO] [stderr] --> src/serializer.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | serde_if_integer128, Serialize, Serializer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `serde-bytes-repr` (lib) generated 7 warnings [INFO] [stderr] warning: `serde-bytes-repr` (lib test) generated 7 warnings (7 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/serde_bytes_repr-9c0dc45129161823) [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-2104fa908d737d19) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test deserialize_invalid_struct_hex ... ok [INFO] [stdout] test deserialize_invalid_struct_base64 ... ok [INFO] [stdout] test deserialize_option_hex ... ok [INFO] [stdout] test deserialize_seq_base64 ... ok [INFO] [stdout] test deserialize_struct_base64 ... ok [INFO] [stdout] test serialize_seq_hex ... ok [INFO] [stdout] test deserialize_struct_hex ... ok [INFO] [stdout] test deserialize_option_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-16ed2f4e2e670973) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test serialize_newtype_base64 ... ok [INFO] [stdout] test serialize_newtype_variant_base64 ... ok [INFO] [stdout] test serialize_option_hex ... ok [INFO] [stdout] test serialize_option_base64 ... ok [INFO] [stdout] test serialize_seq_base64 ... ok [INFO] [stdout] test serialize_seq_hex ... ok [INFO] [stdout] test serialize_struct_base64 ... ok [INFO] [stdout] test serialize_struct_hex ... ok [INFO] [stderr] Doc-tests serde_bytes_repr [INFO] [stdout] test serialize_struct_variant_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] [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.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4121598a0f3c00779f9d67b9fdd86b33394f0011ab5b764924693719a64c0444", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4121598a0f3c00779f9d67b9fdd86b33394f0011ab5b764924693719a64c0444", kill_on_drop: false }` [INFO] [stdout] 4121598a0f3c00779f9d67b9fdd86b33394f0011ab5b764924693719a64c0444