[INFO] fetching crate httptest_server 0.1.0... [INFO] testing httptest_server-0.1.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate httptest_server 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate httptest_server 0.1.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate httptest_server 0.1.0 [INFO] finished tweaking crates.io crate httptest_server 0.1.0 [INFO] tweaked toml for crates.io crate httptest_server 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 653549e0201f4ce5c05fab85077bdd0afbe877cfab0ffd80d2d7177b492080f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "653549e0201f4ce5c05fab85077bdd0afbe877cfab0ffd80d2d7177b492080f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "653549e0201f4ce5c05fab85077bdd0afbe877cfab0ffd80d2d7177b492080f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "653549e0201f4ce5c05fab85077bdd0afbe877cfab0ffd80d2d7177b492080f6", kill_on_drop: false }` [INFO] [stdout] 653549e0201f4ce5c05fab85077bdd0afbe877cfab0ffd80d2d7177b492080f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6c4dc2ef2c6c18eae298dd4e610ffc56daaa22650067d0a2a8f25bf720f66ba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d6c4dc2ef2c6c18eae298dd4e610ffc56daaa22650067d0a2a8f25bf720f66ba", kill_on_drop: false }` [INFO] [stderr] Compiling httptest_core v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling httptest_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 139 | | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 138 ~ panic!( [INFO] [stdout] 139 | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.16s [INFO] running `Command { std: "docker" "inspect" "d6c4dc2ef2c6c18eae298dd4e610ffc56daaa22650067d0a2a8f25bf720f66ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c4dc2ef2c6c18eae298dd4e610ffc56daaa22650067d0a2a8f25bf720f66ba", kill_on_drop: false }` [INFO] [stdout] d6c4dc2ef2c6c18eae298dd4e610ffc56daaa22650067d0a2a8f25bf720f66ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fda73ef2bde945cd34097083e02e26741f786c1ae3cec8145fad97bfedae095 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7fda73ef2bde945cd34097083e02e26741f786c1ae3cec8145fad97bfedae095", kill_on_drop: false }` [INFO] [stderr] Compiling httptest_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 139 | | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 138 ~ panic!( [INFO] [stdout] 139 | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 139 | | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 138 ~ panic!( [INFO] [stdout] 139 | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stdout] 140 | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stdout] 141 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "7fda73ef2bde945cd34097083e02e26741f786c1ae3cec8145fad97bfedae095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fda73ef2bde945cd34097083e02e26741f786c1ae3cec8145fad97bfedae095", kill_on_drop: false }` [INFO] [stdout] 7fda73ef2bde945cd34097083e02e26741f786c1ae3cec8145fad97bfedae095 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cf16f51b103e5dca63fb340e3dc3503a25db822b5dbb50fe41461c53b1d94728 [INFO] running `Command { std: "docker" "start" "-a" "cf16f51b103e5dca63fb340e3dc3503a25db822b5dbb50fe41461c53b1d94728", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:138:24 [INFO] [stderr] | [INFO] [stderr] 138 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 139 | | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stderr] 140 | | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stderr] 141 | | )); [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 138 ~ panic!( [INFO] [stderr] 139 | "Unexpected number of requests for matcher '{:?}'; received {}; expected {:?}", [INFO] [stderr] 140 | &expectation.matcher, expectation.hit_count, &expectation.cardinality, [INFO] [stderr] 141 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `httptest_server` (lib) generated 1 warning [INFO] [stderr] warning: `httptest_server` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/httptest_server-1e939d250feaecf0) [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] Doc-tests httptest_server [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" "cf16f51b103e5dca63fb340e3dc3503a25db822b5dbb50fe41461c53b1d94728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf16f51b103e5dca63fb340e3dc3503a25db822b5dbb50fe41461c53b1d94728", kill_on_drop: false }` [INFO] [stdout] cf16f51b103e5dca63fb340e3dc3503a25db822b5dbb50fe41461c53b1d94728