[INFO] fetching crate libgerrit 0.2.8... [INFO] checking libgerrit-0.2.8 against beta for pr-78714 [INFO] extracting crate libgerrit 0.2.8 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate libgerrit 0.2.8 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 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-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] 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] [stdout] f2e303a0b4030970c74bbf92e11b0e67283835f2722395a5e200dba151f9f43c [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" "f2e303a0b4030970c74bbf92e11b0e67283835f2722395a5e200dba151f9f43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2e303a0b4030970c74bbf92e11b0e67283835f2722395a5e200dba151f9f43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2e303a0b4030970c74bbf92e11b0e67283835f2722395a5e200dba151f9f43c", kill_on_drop: false }` [INFO] [stdout] f2e303a0b4030970c74bbf92e11b0e67283835f2722395a5e200dba151f9f43c [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] c9552337fa4e0eeb72b06266863e0a1bc3250e7cbba0d72fd020690ebcbba026 [INFO] running `Command { std: "docker" "start" "-a" "c9552337fa4e0eeb72b06266863e0a1bc3250e7cbba0d72fd020690ebcbba026", kill_on_drop: false }` [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Checking libz-sys v1.1.2 [INFO] [stderr] Checking openssl-sys v0.9.58 [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 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 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 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_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: 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 32.33s [INFO] running `Command { std: "docker" "inspect" "c9552337fa4e0eeb72b06266863e0a1bc3250e7cbba0d72fd020690ebcbba026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9552337fa4e0eeb72b06266863e0a1bc3250e7cbba0d72fd020690ebcbba026", kill_on_drop: false }` [INFO] [stdout] c9552337fa4e0eeb72b06266863e0a1bc3250e7cbba0d72fd020690ebcbba026