[INFO] fetching crate httptest_server 0.1.0... [INFO] testing httptest_server-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate httptest_server 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate httptest_server 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded httptest_core v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] fc33d3fe3da3ccc843530cf6f641ee017732273ca9e749e44c4e478cd289b2be [INFO] running `Command { std: "docker" "start" "-a" "fc33d3fe3da3ccc843530cf6f641ee017732273ca9e749e44c4e478cd289b2be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc33d3fe3da3ccc843530cf6f641ee017732273ca9e749e44c4e478cd289b2be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc33d3fe3da3ccc843530cf6f641ee017732273ca9e749e44c4e478cd289b2be", kill_on_drop: false }` [INFO] [stdout] fc33d3fe3da3ccc843530cf6f641ee017732273ca9e749e44c4e478cd289b2be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] 0cfa13ab998325511351bfad4560dae2e6c5b73b2eb03dcd3c29fc5b10a1fd21 [INFO] running `Command { std: "docker" "start" "-a" "0cfa13ab998325511351bfad4560dae2e6c5b73b2eb03dcd3c29fc5b10a1fd21", kill_on_drop: false }` [INFO] [stderr] Compiling httptest_core v0.1.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [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 34.15s [INFO] running `Command { std: "docker" "inspect" "0cfa13ab998325511351bfad4560dae2e6c5b73b2eb03dcd3c29fc5b10a1fd21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cfa13ab998325511351bfad4560dae2e6c5b73b2eb03dcd3c29fc5b10a1fd21", kill_on_drop: false }` [INFO] [stdout] 0cfa13ab998325511351bfad4560dae2e6c5b73b2eb03dcd3c29fc5b10a1fd21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 22ee539c9483d4e0f5d85fa4fb12698cee66009f938d4cef6a4e8f7873b888b0 [INFO] running `Command { std: "docker" "start" "-a" "22ee539c9483d4e0f5d85fa4fb12698cee66009f938d4cef6a4e8f7873b888b0", 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 1.48s [INFO] running `Command { std: "docker" "inspect" "22ee539c9483d4e0f5d85fa4fb12698cee66009f938d4cef6a4e8f7873b888b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22ee539c9483d4e0f5d85fa4fb12698cee66009f938d4cef6a4e8f7873b888b0", kill_on_drop: false }` [INFO] [stdout] 22ee539c9483d4e0f5d85fa4fb12698cee66009f938d4cef6a4e8f7873b888b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.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] e188ff159e0e119333a1b1117301eb41f1e6775bd79104704d47024f2f2ce0d1 [INFO] running `Command { std: "docker" "start" "-a" "e188ff159e0e119333a1b1117301eb41f1e6775bd79104704d47024f2f2ce0d1", 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.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/httptest_server-be46040bb519f02a) [INFO] [stdout] [INFO] [stderr] Doc-tests httptest_server [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] [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" "e188ff159e0e119333a1b1117301eb41f1e6775bd79104704d47024f2f2ce0d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e188ff159e0e119333a1b1117301eb41f1e6775bd79104704d47024f2f2ce0d1", kill_on_drop: false }` [INFO] [stdout] e188ff159e0e119333a1b1117301eb41f1e6775bd79104704d47024f2f2ce0d1