[INFO] fetching crate libwgetj 1.0.5... [INFO] checking libwgetj-1.0.5 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate libwgetj 1.0.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate libwgetj 1.0.5 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 libwgetj 1.0.5 [INFO] finished tweaking crates.io crate libwgetj 1.0.5 [INFO] tweaked toml for crates.io crate libwgetj 1.0.5 written to /workspace/builds/worker-6/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 518f7377213269be3576e32307e2bfb3862e8325debcd816b1751680de18e8d4 [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" "518f7377213269be3576e32307e2bfb3862e8325debcd816b1751680de18e8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "518f7377213269be3576e32307e2bfb3862e8325debcd816b1751680de18e8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "518f7377213269be3576e32307e2bfb3862e8325debcd816b1751680de18e8d4", kill_on_drop: false }` [INFO] [stdout] 518f7377213269be3576e32307e2bfb3862e8325debcd816b1751680de18e8d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 9dd24168bb2716dc2437770830955c0f6c3bc6d064cc0bf45fad8e2c5c1fc469 [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" "9dd24168bb2716dc2437770830955c0f6c3bc6d064cc0bf45fad8e2c5c1fc469", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking commandext v0.1.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling vergen v0.1.1 [INFO] [stderr] Compiling libwgetj v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | try!(fs::remove_file(&tmpfile)); [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/cookies.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(delete_tmp_file(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:180:27 [INFO] [stdout] | [INFO] [stdout] 180 | let mut cookie_file = try!(File::create(tmpfile.as_path())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | try!(cookie_file.write_all(cookies)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:188:32 [INFO] [stdout] | [INFO] [stdout] 188 | (::Seven, ::JDK) => Ok(try!(write_file("cookies_7_jdk", COOKIES_7_JDK))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:189:32 [INFO] [stdout] | [INFO] [stdout] 189 | (::Seven, ::JRE) => Ok(try!(write_file("cookies_7_jre", COOKIES_7_JRE))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:190:32 [INFO] [stdout] | [INFO] [stdout] 190 | (::Eight, ::JDK) => Ok(try!(write_file("cookies_8_jdk", COOKIES_8_JDK))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:191:32 [INFO] [stdout] | [INFO] [stdout] 191 | (::Eight, ::JRE) => Ok(try!(write_file("cookies_8_jre", COOKIES_8_JRE))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:390:19 [INFO] [stdout] | [INFO] [stdout] 390 | let url = try!(build_url(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:466:5 [INFO] [stdout] | [INFO] [stdout] 466 | try!(cfg.check_config()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | try!(fs::remove_file(&tmpfile)); [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/cookies.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(delete_tmp_file(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:180:27 [INFO] [stdout] | [INFO] [stdout] 180 | let mut cookie_file = try!(File::create(tmpfile.as_path())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | try!(cookie_file.write_all(cookies)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:188:32 [INFO] [stdout] | [INFO] [stdout] 188 | (::Seven, ::JDK) => Ok(try!(write_file("cookies_7_jdk", COOKIES_7_JDK))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:189:32 [INFO] [stdout] | [INFO] [stdout] 189 | (::Seven, ::JRE) => Ok(try!(write_file("cookies_7_jre", COOKIES_7_JRE))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:190:32 [INFO] [stdout] | [INFO] [stdout] 190 | (::Eight, ::JDK) => Ok(try!(write_file("cookies_8_jdk", COOKIES_8_JDK))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/cookies.rs:191:32 [INFO] [stdout] | [INFO] [stdout] 191 | (::Eight, ::JRE) => Ok(try!(write_file("cookies_8_jre", COOKIES_8_JRE))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:390:19 [INFO] [stdout] | [INFO] [stdout] 390 | let url = try!(build_url(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:466:5 [INFO] [stdout] | [INFO] [stdout] 466 | try!(cfg.check_config()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.02s [INFO] running `Command { std: "docker" "inspect" "9dd24168bb2716dc2437770830955c0f6c3bc6d064cc0bf45fad8e2c5c1fc469", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd24168bb2716dc2437770830955c0f6c3bc6d064cc0bf45fad8e2c5c1fc469", kill_on_drop: false }` [INFO] [stdout] 9dd24168bb2716dc2437770830955c0f6c3bc6d064cc0bf45fad8e2c5c1fc469