[INFO] fetching crate reki3 0.0.2... [INFO] checking reki3-0.0.2 against beta for pr-78714 [INFO] extracting crate reki3 0.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate reki3 0.0.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate reki3 0.0.2 [INFO] finished tweaking crates.io crate reki3 0.0.2 [INFO] tweaked toml for crates.io crate reki3 0.0.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] ec906b180f3ec86c4d879c15c2c285021bfad343370dd64dad316db7b0ab9fb8 [INFO] running `Command { std: "docker" "start" "-a" "ec906b180f3ec86c4d879c15c2c285021bfad343370dd64dad316db7b0ab9fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec906b180f3ec86c4d879c15c2c285021bfad343370dd64dad316db7b0ab9fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec906b180f3ec86c4d879c15c2c285021bfad343370dd64dad316db7b0ab9fb8", kill_on_drop: false }` [INFO] [stdout] ec906b180f3ec86c4d879c15c2c285021bfad343370dd64dad316db7b0ab9fb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] 7440dcac7258e3200e00d76672773341f0e9d17a7df58b4ceae9244f212f6e61 [INFO] running `Command { std: "docker" "start" "-a" "7440dcac7258e3200e00d76672773341f0e9d17a7df58b4ceae9244f212f6e61", kill_on_drop: false }` [INFO] [stderr] Checking traitobject v0.0.1 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking unicode-bidi v0.2.6 [INFO] [stderr] Checking num_cpus v0.2.13 [INFO] [stderr] Checking hpack v0.2.0 [INFO] [stderr] Checking cookie v0.2.5 [INFO] [stderr] Checking sha1 v0.1.1 [INFO] [stderr] Checking uuid v0.2.3 [INFO] [stderr] Checking redis v0.5.4 [INFO] [stderr] Checking url v0.5.10 [INFO] [stderr] Checking solicit v0.4.4 [INFO] [stderr] Checking hyper v0.8.1 [INFO] [stderr] Checking reki3 v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let info_hash = try!(query_hashmap.get("info_hash") [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let info_hash = try!(query_hashmap.get("info_hash") [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | let port = try!(query_hashmap.get("port") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:49:16 [INFO] [stdout] | [INFO] [stdout] 49 | let left = try!(query_hashmap.get("left") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | let compact = try!(query_hashmap.get("compact") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | let numwant = try!(query_hashmap.get("numwant") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | let port = try!(query_hashmap.get("port") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | results = try!(pipe.query(&(*r)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:49:16 [INFO] [stdout] | [INFO] [stdout] 49 | let left = try!(query_hashmap.get("left") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | let compact = try!(query_hashmap.get("compact") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/common.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | let info_hash_binary = try!(percent_decode(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | let numwant = try!(query_hashmap.get("numwant") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/announce.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | results = try!(pipe.query(&(*r)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/common.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | let info_hash_binary = try!(percent_decode(input)); [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/announce.rs:159:55 [INFO] [stdout] | [INFO] [stdout] 159 | .map_err(|e| format!("Redis error: {}", e.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/announce.rs:159:55 [INFO] [stdout] | [INFO] [stdout] 159 | .map_err(|e| format!("Redis error: {}", e.description()))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.32s [INFO] running `Command { std: "docker" "inspect" "7440dcac7258e3200e00d76672773341f0e9d17a7df58b4ceae9244f212f6e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7440dcac7258e3200e00d76672773341f0e9d17a7df58b4ceae9244f212f6e61", kill_on_drop: false }` [INFO] [stdout] 7440dcac7258e3200e00d76672773341f0e9d17a7df58b4ceae9244f212f6e61