[INFO] fetching crate httptin 0.2.3... [INFO] testing httptin-0.2.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate httptin 0.2.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate httptin 0.2.3 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate httptin 0.2.3 [INFO] finished tweaking crates.io crate httptin 0.2.3 [INFO] tweaked toml for crates.io crate httptin 0.2.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f4e27aa3f01ef868ae0c2f3e5d9aac02b473ec770ebb8669170f30ddffaeb7d [INFO] running `"docker" "start" "-a" "4f4e27aa3f01ef868ae0c2f3e5d9aac02b473ec770ebb8669170f30ddffaeb7d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling httptin v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | path.trim_left_matches("/response-headers") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | .trim_left_matches('?') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/status.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | match path.trim_left_matches("/status/").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.74s [INFO] running `"docker" "inspect" "4f4e27aa3f01ef868ae0c2f3e5d9aac02b473ec770ebb8669170f30ddffaeb7d"` [INFO] running `"docker" "rm" "-f" "4f4e27aa3f01ef868ae0c2f3e5d9aac02b473ec770ebb8669170f30ddffaeb7d"` [INFO] [stdout] 4f4e27aa3f01ef868ae0c2f3e5d9aac02b473ec770ebb8669170f30ddffaeb7d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f23bd4225ca5888036d4385d566b44b0425d68c79e888526cc03c76b13c851e9 [INFO] running `"docker" "start" "-a" "f23bd4225ca5888036d4385d566b44b0425d68c79e888526cc03c76b13c851e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling httptin v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | path.trim_left_matches("/response-headers") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | .trim_left_matches('?') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/status.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | match path.trim_left_matches("/status/").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `"docker" "inspect" "f23bd4225ca5888036d4385d566b44b0425d68c79e888526cc03c76b13c851e9"` [INFO] running `"docker" "rm" "-f" "f23bd4225ca5888036d4385d566b44b0425d68c79e888526cc03c76b13c851e9"` [INFO] [stdout] f23bd4225ca5888036d4385d566b44b0425d68c79e888526cc03c76b13c851e9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 00784f979e124436b778bd2267de3f2c69ab8fefdd2e452baca6708d4dd2a78f [INFO] running `"docker" "start" "-a" "00784f979e124436b778bd2267de3f2c69ab8fefdd2e452baca6708d4dd2a78f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | path.trim_left_matches("/response-headers") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/responseheaders.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | .trim_left_matches('?') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/get/status.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | match path.trim_left_matches("/status/").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/httptin-265048f3884d8978 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "00784f979e124436b778bd2267de3f2c69ab8fefdd2e452baca6708d4dd2a78f"` [INFO] running `"docker" "rm" "-f" "00784f979e124436b778bd2267de3f2c69ab8fefdd2e452baca6708d4dd2a78f"` [INFO] [stdout] 00784f979e124436b778bd2267de3f2c69ab8fefdd2e452baca6708d4dd2a78f