[INFO] fetching crate url_serde 0.2.0... [INFO] testing url_serde-0.2.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate url_serde 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate url_serde 0.2.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate url_serde 0.2.0 [INFO] finished tweaking crates.io crate url_serde 0.2.0 [INFO] tweaked toml for crates.io crate url_serde 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bd40a00341830fbf8074ed7cb1a1296bedb5dbea36ec2a29cbb8e15c5ab318e [INFO] running `Command { std: "docker" "start" "-a" "4bd40a00341830fbf8074ed7cb1a1296bedb5dbea36ec2a29cbb8e15c5ab318e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bd40a00341830fbf8074ed7cb1a1296bedb5dbea36ec2a29cbb8e15c5ab318e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bd40a00341830fbf8074ed7cb1a1296bedb5dbea36ec2a29cbb8e15c5ab318e", kill_on_drop: false }` [INFO] [stdout] 4bd40a00341830fbf8074ed7cb1a1296bedb5dbea36ec2a29cbb8e15c5ab318e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36dab3a9e86359a3d7dc0dc7decfd9f82b149d0a2e57f725ea0cdad2ff879286 [INFO] running `Command { std: "docker" "start" "-a" "36dab3a9e86359a3d7dc0dc7decfd9f82b149d0a2e57f725ea0cdad2ff879286", kill_on_drop: false }` [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url_serde v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:185:42 [INFO] [stdout] | [INFO] [stdout] 185 | serde::de::Error::custom(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:198:62 [INFO] [stdout] | [INFO] [stdout] 198 | .map_err(|err| {serde::de::Error::custom(err.description())}); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:209:42 [INFO] [stdout] | [INFO] [stdout] 209 | serde::de::Error::custom(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.26s [INFO] running `Command { std: "docker" "inspect" "36dab3a9e86359a3d7dc0dc7decfd9f82b149d0a2e57f725ea0cdad2ff879286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36dab3a9e86359a3d7dc0dc7decfd9f82b149d0a2e57f725ea0cdad2ff879286", kill_on_drop: false }` [INFO] [stdout] 36dab3a9e86359a3d7dc0dc7decfd9f82b149d0a2e57f725ea0cdad2ff879286 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72e830f014fa7a1a794bd67aa034b356741f416543ae5a8bd0a27572927e3814 [INFO] running `Command { std: "docker" "start" "-a" "72e830f014fa7a1a794bd67aa034b356741f416543ae5a8bd0a27572927e3814", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling url_serde v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:185:42 [INFO] [stdout] | [INFO] [stdout] 185 | serde::de::Error::custom(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:198:62 [INFO] [stdout] | [INFO] [stdout] 198 | .map_err(|err| {serde::de::Error::custom(err.description())}); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:209:42 [INFO] [stdout] | [INFO] [stdout] 209 | serde::de::Error::custom(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.25s [INFO] running `Command { std: "docker" "inspect" "72e830f014fa7a1a794bd67aa034b356741f416543ae5a8bd0a27572927e3814", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72e830f014fa7a1a794bd67aa034b356741f416543ae5a8bd0a27572927e3814", kill_on_drop: false }` [INFO] [stdout] 72e830f014fa7a1a794bd67aa034b356741f416543ae5a8bd0a27572927e3814 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eb398278eca41632b5d97784f22a715594832a2c6842a408fca4d8c5551c02dd [INFO] running `Command { std: "docker" "start" "-a" "eb398278eca41632b5d97784f22a715594832a2c6842a408fca4d8c5551c02dd", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] running 7 tests [INFO] [stderr] --> src/lib.rs:185:42 [INFO] [stdout] test test_derive_deserialize_with_for_option_url ... ok [INFO] [stderr] | [INFO] [stdout] test test_derive_with_for_url ... ok [INFO] [stderr] 185 | serde::de::Error::custom(err.description()) [INFO] [stdout] test test_derive_deserialize_with_for_url ... ok [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] test test_derive_serialize_with_for_url ... ok [INFO] [stderr] | [INFO] [stdout] test test_derive_serialize_with_for_option_url ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] test test_host ... ok [INFO] [stderr] [INFO] [stdout] test test_ser_de_url ... ok [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:198:62 [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 198 | .map_err(|err| {serde::de::Error::custom(err.description())}); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:209:42 [INFO] [stderr] | [INFO] [stderr] 209 | serde::de::Error::custom(err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/url_serde-f348d7558eaf0e53) [INFO] running `Command { std: "docker" "inspect" "eb398278eca41632b5d97784f22a715594832a2c6842a408fca4d8c5551c02dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb398278eca41632b5d97784f22a715594832a2c6842a408fca4d8c5551c02dd", kill_on_drop: false }` [INFO] [stdout] eb398278eca41632b5d97784f22a715594832a2c6842a408fca4d8c5551c02dd