[INFO] fetching crate slog-syslog 0.12.0... [INFO] checking slog-syslog-0.12.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate slog-syslog 0.12.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate slog-syslog 0.12.0 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 slog-syslog 0.12.0 [INFO] finished tweaking crates.io crate slog-syslog 0.12.0 [INFO] tweaked toml for crates.io crate slog-syslog 0.12.0 written to /workspace/builds/worker-9/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", 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] 723a92b680e628dd70c45b5e3b911c93454fef79b53b0c95f0802511622adf65 [INFO] running `Command { std: "docker" "start" "-a" "723a92b680e628dd70c45b5e3b911c93454fef79b53b0c95f0802511622adf65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "723a92b680e628dd70c45b5e3b911c93454fef79b53b0c95f0802511622adf65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "723a92b680e628dd70c45b5e3b911c93454fef79b53b0c95f0802511622adf65", kill_on_drop: false }` [INFO] [stdout] 723a92b680e628dd70c45b5e3b911c93454fef79b53b0c95f0802511622adf65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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] e26b8bc69e28bee08d98f32e57298c7ce9f853033b58e8ec879188a2a15a0967 [INFO] running `Command { std: "docker" "start" "-a" "e26b8bc69e28bee08d98f32e57298c7ce9f853033b58e8ec879188a2a15a0967", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking unix_socket v0.5.0 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking syslog v3.3.0 [INFO] [stderr] Checking slog-syslog v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | try!(self.format.format(&mut *buf, info, logger_values)); [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] --> lib.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 90 | let io = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:101:37 [INFO] [stdout] | [INFO] [stdout] 101 | ... let n = try!(io.send_raw(&buf[pos..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | try!(write!(io, "{}", record.msg())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | try!(logger_kv.serialize(record, &mut ser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | try!(record.kv().serialize(record, &mut ser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lib.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | io: &mut io::Write, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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] --> lib.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(write!(self.io, ", {}: {}", key, val)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | try!(self.format.format(&mut *buf, info, logger_values)); [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] --> lib.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 90 | let io = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:101:37 [INFO] [stdout] | [INFO] [stdout] 101 | ... let n = try!(io.send_raw(&buf[pos..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | try!(write!(io, "{}", record.msg())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | try!(logger_kv.serialize(record, &mut ser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | try!(record.kv().serialize(record, &mut ser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lib.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | io: &mut io::Write, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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] --> lib.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(write!(self.io, ", {}: {}", key, val)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.77s [INFO] running `Command { std: "docker" "inspect" "e26b8bc69e28bee08d98f32e57298c7ce9f853033b58e8ec879188a2a15a0967", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e26b8bc69e28bee08d98f32e57298c7ce9f853033b58e8ec879188a2a15a0967", kill_on_drop: false }` [INFO] [stdout] e26b8bc69e28bee08d98f32e57298c7ce9f853033b58e8ec879188a2a15a0967