[INFO] fetching crate libmultilog 0.1.0... [INFO] building libmultilog-0.1.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate libmultilog 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate libmultilog 0.1.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libmultilog 0.1.0 [INFO] finished tweaking crates.io crate libmultilog 0.1.0 [INFO] tweaked toml for crates.io crate libmultilog 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8714c521ce38ae59ac0a749cdf937ac065816750824670a352bc706ca8e88da [INFO] running `Command { std: "docker" "start" "-a" "a8714c521ce38ae59ac0a749cdf937ac065816750824670a352bc706ca8e88da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8714c521ce38ae59ac0a749cdf937ac065816750824670a352bc706ca8e88da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8714c521ce38ae59ac0a749cdf937ac065816750824670a352bc706ca8e88da", kill_on_drop: false }` [INFO] [stdout] a8714c521ce38ae59ac0a749cdf937ac065816750824670a352bc706ca8e88da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 122f9775b142b2eaaf7357f13c35f028bd57139bc090f58bc92671d232c1fdef [INFO] running `Command { std: "docker" "start" "-a" "122f9775b142b2eaaf7357f13c35f028bd57139bc090f58bc92671d232c1fdef", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling blastfig v0.3.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling vergen v0.1.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling libmultilog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Log` [INFO] [stdout] --> src/multi.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use log::{self, Log, LogLevel, LogLevelFilter, LogMetadata, LogRecord, SetLoggerError}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude` [INFO] [stdout] --> src/file.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.83s [INFO] running `Command { std: "docker" "inspect" "122f9775b142b2eaaf7357f13c35f028bd57139bc090f58bc92671d232c1fdef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "122f9775b142b2eaaf7357f13c35f028bd57139bc090f58bc92671d232c1fdef", kill_on_drop: false }` [INFO] [stdout] 122f9775b142b2eaaf7357f13c35f028bd57139bc090f58bc92671d232c1fdef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bfa0e4d6a935189d9eb2c0eaf3d58dd8796620717a5143b89ff077f3aec4c5f [INFO] running `Command { std: "docker" "start" "-a" "1bfa0e4d6a935189d9eb2c0eaf3d58dd8796620717a5143b89ff077f3aec4c5f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libmultilog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Log` [INFO] [stdout] --> src/multi.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use log::{self, Log, LogLevel, LogLevelFilter, LogMetadata, LogRecord, SetLoggerError}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude` [INFO] [stdout] --> src/file.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/multi.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | / bitflags! { [INFO] [stdout] 25 | | #[derive(Default)] [INFO] [stdout] 26 | | /// Logger Bitflags [INFO] [stdout] 27 | | flags Loggers: u32 { [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Log` [INFO] [stdout] --> src/multi.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use log::{self, Log, LogLevel, LogLevelFilter, LogMetadata, LogRecord, SetLoggerError}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude` [INFO] [stdout] --> src/file.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "1bfa0e4d6a935189d9eb2c0eaf3d58dd8796620717a5143b89ff077f3aec4c5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bfa0e4d6a935189d9eb2c0eaf3d58dd8796620717a5143b89ff077f3aec4c5f", kill_on_drop: false }` [INFO] [stdout] 1bfa0e4d6a935189d9eb2c0eaf3d58dd8796620717a5143b89ff077f3aec4c5f