[INFO] fetching crate libgerrit 0.2.8... [INFO] checking libgerrit-0.2.8 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate libgerrit 0.2.8 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate libgerrit 0.2.8 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libgerrit 0.2.8 [INFO] finished tweaking crates.io crate libgerrit 0.2.8 [INFO] tweaked toml for crates.io crate libgerrit 0.2.8 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad386b8090ca5c967a158981c1aa40fbc4c6be45b62ef19b2df2ec4d07a055d5 [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" "ad386b8090ca5c967a158981c1aa40fbc4c6be45b62ef19b2df2ec4d07a055d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad386b8090ca5c967a158981c1aa40fbc4c6be45b62ef19b2df2ec4d07a055d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad386b8090ca5c967a158981c1aa40fbc4c6be45b62ef19b2df2ec4d07a055d5", kill_on_drop: false }` [INFO] [stdout] ad386b8090ca5c967a158981c1aa40fbc4c6be45b62ef19b2df2ec4d07a055d5 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "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] 171ffa65376e3666439e9297e79473af0320802d3e9b881d30d52a951af4450f [INFO] running `Command { std: "docker" "start" "-a" "171ffa65376e3666439e9297e79473af0320802d3e9b881d30d52a951af4450f", kill_on_drop: false }` [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Checking libz-sys v1.1.2 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Checking curl-sys v0.4.38+curl-7.73.0 [INFO] [stderr] Checking libssh2-sys v0.2.19 [INFO] [stderr] Checking git2 v0.6.11 [INFO] [stderr] Checking libgerrit v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | try!(handle.cookie_session(true)); [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] --> call.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(handle.netrc(curl::easy::NetRc::Required)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | let mut call_request = try!(self.do_request(&method, &sendurl.to_owned().into_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | try!(call_request.handle.http_auth(am)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | CallMethod::Get => try!(handle.get(true)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:206:33 [INFO] [stdout] | [INFO] [stdout] 206 | CallMethod::Post => try!(handle.custom_request("POST")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | CallMethod::Put => try!(handle.custom_request("PUT")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:208:35 [INFO] [stdout] | [INFO] [stdout] 208 | CallMethod::Delete => try!(handle.custom_request("DELETE")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> call.rs:34:36 [INFO] [stdout] | [INFO] [stdout] 34 | read: &mut FnMut(&mut [u8]) -> usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [u8]) -> usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | try!(handle.cookie_session(true)); [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] --> call.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(handle.netrc(curl::easy::NetRc::Required)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:126:36 [INFO] [stdout] | [INFO] [stdout] 126 | let mut call_request = try!(self.do_request(&method, &sendurl.to_owned().into_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | try!(call_request.handle.http_auth(am)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | CallMethod::Get => try!(handle.get(true)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:206:33 [INFO] [stdout] | [INFO] [stdout] 206 | CallMethod::Post => try!(handle.custom_request("POST")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | CallMethod::Put => try!(handle.custom_request("PUT")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> call.rs:208:35 [INFO] [stdout] | [INFO] [stdout] 208 | CallMethod::Delete => try!(handle.custom_request("DELETE")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> call.rs:34:36 [INFO] [stdout] | [INFO] [stdout] 34 | read: &mut FnMut(&mut [u8]) -> usize) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut [u8]) -> usize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> call.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> call.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> changes.rs:39:45 [INFO] [stdout] | [INFO] [stdout] 39 | fragment = fragment.trim_right_matches(x).to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> changes.rs:39:45 [INFO] [stdout] | [INFO] [stdout] 39 | fragment = fragment.trim_right_matches(x).to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> entities.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | &self.reference.trim_left_matches("refs/changes/")[3..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> entities.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | &self.reference.trim_left_matches("refs/changes/")[3..] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> call.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> call.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.87s [INFO] running `Command { std: "docker" "inspect" "171ffa65376e3666439e9297e79473af0320802d3e9b881d30d52a951af4450f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "171ffa65376e3666439e9297e79473af0320802d3e9b881d30d52a951af4450f", kill_on_drop: false }` [INFO] [stdout] 171ffa65376e3666439e9297e79473af0320802d3e9b881d30d52a951af4450f