[INFO] fetching crate hc 0.1.2... [INFO] checking hc-0.1.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate hc 0.1.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate hc 0.1.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hc 0.1.2 [INFO] finished tweaking crates.io crate hc 0.1.2 [INFO] tweaked toml for crates.io crate hc 0.1.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da93e3e11f28f5291945369f57a78d3775f1e159001977dab41e83e18f670a25 [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" "da93e3e11f28f5291945369f57a78d3775f1e159001977dab41e83e18f670a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da93e3e11f28f5291945369f57a78d3775f1e159001977dab41e83e18f670a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da93e3e11f28f5291945369f57a78d3775f1e159001977dab41e83e18f670a25", kill_on_drop: false }` [INFO] [stdout] da93e3e11f28f5291945369f57a78d3775f1e159001977dab41e83e18f670a25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb6407abaa61125bf188d281db368a299dca088d3386f591ceef5b54f716dab5 [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" "fb6407abaa61125bf188d281db368a299dca088d3386f591ceef5b54f716dab5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking bitflags v0.4.0 [INFO] [stderr] Checking encode_unicode v0.1.3 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Checking hc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | let lhs = try!(execute(ctx, &*l)); [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/executor.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:210:17 [INFO] [stdout] | [INFO] [stdout] 210 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:220:17 [INFO] [stdout] | [INFO] [stdout] 220 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | let lhs = try!(execute(ctx, &*l)); [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/executor.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:210:17 [INFO] [stdout] | [INFO] [stdout] 210 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:220:17 [INFO] [stdout] | [INFO] [stdout] 220 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.67s [INFO] running `Command { std: "docker" "inspect" "fb6407abaa61125bf188d281db368a299dca088d3386f591ceef5b54f716dab5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb6407abaa61125bf188d281db368a299dca088d3386f591ceef5b54f716dab5", kill_on_drop: false }` [INFO] [stdout] fb6407abaa61125bf188d281db368a299dca088d3386f591ceef5b54f716dab5