[INFO] fetching crate libwgetj 1.0.5... [INFO] checking libwgetj-1.0.5 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate libwgetj 1.0.5 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate libwgetj 1.0.5 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64e4bb04dec466886d2b8db344212411a2969a0f5abd52b9d65392421f5581bc [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" "64e4bb04dec466886d2b8db344212411a2969a0f5abd52b9d65392421f5581bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64e4bb04dec466886d2b8db344212411a2969a0f5abd52b9d65392421f5581bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64e4bb04dec466886d2b8db344212411a2969a0f5abd52b9d65392421f5581bc", kill_on_drop: false }` [INFO] [stdout] 64e4bb04dec466886d2b8db344212411a2969a0f5abd52b9d65392421f5581bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abff77ea3364420528a2c9aa8bad06878865a3de32ab33e6d1320e5d6cd3ae0b [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" "abff77ea3364420528a2c9aa8bad06878865a3de32ab33e6d1320e5d6cd3ae0b", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Checking commandext v0.1.0 [INFO] [stderr] Checking log v0.3.9 [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: 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: 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: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `Command { std: "docker" "inspect" "abff77ea3364420528a2c9aa8bad06878865a3de32ab33e6d1320e5d6cd3ae0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abff77ea3364420528a2c9aa8bad06878865a3de32ab33e6d1320e5d6cd3ae0b", kill_on_drop: false }` [INFO] [stdout] abff77ea3364420528a2c9aa8bad06878865a3de32ab33e6d1320e5d6cd3ae0b