[INFO] fetching crate simple-logging 2.0.2... [INFO] testing simple-logging-2.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate simple-logging 2.0.2 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate simple-logging 2.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple-logging 2.0.2 [INFO] finished tweaking crates.io crate simple-logging 2.0.2 [INFO] tweaked toml for crates.io crate simple-logging 2.0.2 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bec5ceaf1ffe0b099a8b9d25e228cb16b0054bdc7c94b55a8a6b780d6491bbac [INFO] running `Command { std: "docker" "start" "-a" "bec5ceaf1ffe0b099a8b9d25e228cb16b0054bdc7c94b55a8a6b780d6491bbac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bec5ceaf1ffe0b099a8b9d25e228cb16b0054bdc7c94b55a8a6b780d6491bbac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bec5ceaf1ffe0b099a8b9d25e228cb16b0054bdc7c94b55a8a6b780d6491bbac", kill_on_drop: false }` [INFO] [stdout] bec5ceaf1ffe0b099a8b9d25e228cb16b0054bdc7c94b55a8a6b780d6491bbac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8df3466b35cc75bdde604597195cbc1dc187c6434c7e7e7288f7f491d525f911 [INFO] running `Command { std: "docker" "start" "-a" "8df3466b35cc75bdde604597195cbc1dc187c6434c7e7e7288f7f491d525f911", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling simple-logging v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | sink: Box, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - sink: Box, [INFO] [stdout] 138 + sink: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:40 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const dyn Log, &*LOGGER as *const Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:64 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const Log, &*LOGGER as *const dyn Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `Command { std: "docker" "inspect" "8df3466b35cc75bdde604597195cbc1dc187c6434c7e7e7288f7f491d525f911", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8df3466b35cc75bdde604597195cbc1dc187c6434c7e7e7288f7f491d525f911", kill_on_drop: false }` [INFO] [stdout] 8df3466b35cc75bdde604597195cbc1dc187c6434c7e7e7288f7f491d525f911 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6dc2e80a7e615aea9c91b412963c67d909b3e8cb900952928d99932d4244e89c [INFO] running `Command { std: "docker" "start" "-a" "6dc2e80a7e615aea9c91b412963c67d909b3e8cb900952928d99932d4244e89c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | sink: Box, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - sink: Box, [INFO] [stdout] 138 + sink: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:40 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const dyn Log, &*LOGGER as *const Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:64 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const Log, &*LOGGER as *const dyn Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling simple-logging v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | sink: Box, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - sink: Box, [INFO] [stdout] 138 + sink: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:40 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const dyn Log, &*LOGGER as *const Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:226:64 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stdout] 226 + assert_eq!(log::logger() as *const Log, &*LOGGER as *const dyn Log); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.49s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_logging-bae4c3411fbb39c2) [INFO] running `Command { std: "docker" "inspect" "6dc2e80a7e615aea9c91b412963c67d909b3e8cb900952928d99932d4244e89c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dc2e80a7e615aea9c91b412963c67d909b3e8cb900952928d99932d4244e89c", kill_on_drop: false }` [INFO] [stdout] 6dc2e80a7e615aea9c91b412963c67d909b3e8cb900952928d99932d4244e89c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d40bb520241cdb7cb68d24feb18d8434ef70087d0017dd316127507aadde2a1 [INFO] running `Command { std: "docker" "start" "-a" "6d40bb520241cdb7cb68d24feb18d8434ef70087d0017dd316127507aadde2a1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:138:15 [INFO] [stderr] | [INFO] [stderr] 138 | sink: Box, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 138 - sink: Box, [INFO] [stderr] 138 + sink: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:226:40 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stderr] 226 + assert_eq!(log::logger() as *const dyn Log, &*LOGGER as *const Log); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:226:64 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 226 - assert_eq!(log::logger() as *const Log, &*LOGGER as *const Log); [INFO] [stderr] 226 + assert_eq!(log::logger() as *const Log, &*LOGGER as *const dyn Log); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `simple-logging` (lib) generated 3 warnings [INFO] [stderr] warning: `simple-logging` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_logging-bae4c3411fbb39c2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] Doc-tests simple-logging [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/lib.rs - log_to (line 210) ... ok [INFO] [stdout] test src/lib.rs - (line 38) ... ok [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/lib.rs - log_to_stderr (line 192) ... ok [INFO] [stdout] test src/lib.rs - log_to_file (line 168) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6d40bb520241cdb7cb68d24feb18d8434ef70087d0017dd316127507aadde2a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d40bb520241cdb7cb68d24feb18d8434ef70087d0017dd316127507aadde2a1", kill_on_drop: false }` [INFO] [stdout] 6d40bb520241cdb7cb68d24feb18d8434ef70087d0017dd316127507aadde2a1