[INFO] cloning repository https://github.com/KillerGodJ/log [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KillerGodJ/log" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillerGodJ%2Flog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillerGodJ%2Flog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ef5eae0cba0b84e76391e7c0a0ceae7aeb58fa3 [INFO] testing KillerGodJ/log against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKillerGodJ%2Flog" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KillerGodJ/log on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KillerGodJ/log [INFO] finished tweaking git repo https://github.com/KillerGodJ/log [INFO] tweaked toml for git repo https://github.com/KillerGodJ/log written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/KillerGodJ/log already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded const_fn v0.4.6 [INFO] [stderr] Downloaded lettre v0.9.5 [INFO] [stderr] Downloaded lettre_email v0.9.4 [INFO] [stderr] Downloaded ascii_utils v0.9.3 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] [stderr] Downloaded fast_chemail v0.9.6 [INFO] [stderr] Downloaded libc v0.2.92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2555fd7fdddc9ace622315e39cf97c1cdc0407856927c0cac2784e6a37b7561e [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" "2555fd7fdddc9ace622315e39cf97c1cdc0407856927c0cac2784e6a37b7561e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2555fd7fdddc9ace622315e39cf97c1cdc0407856927c0cac2784e6a37b7561e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2555fd7fdddc9ace622315e39cf97c1cdc0407856927c0cac2784e6a37b7561e", kill_on_drop: false }` [INFO] [stdout] 2555fd7fdddc9ace622315e39cf97c1cdc0407856927c0cac2784e6a37b7561e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7a86a0e083ad8b3025ca7c09be536c9550a43798a5da4d7750844d15be0f73c [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" "f7a86a0e083ad8b3025ca7c09be536c9550a43798a5da4d7750844d15be0f73c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling const_fn v0.4.6 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling time v0.2.26 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling serde-value v0.6.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling lettre v0.9.5 [INFO] [stderr] Compiling log4rs v0.10.0 [INFO] [stderr] Compiling lettre_email v0.9.4 [INFO] [stderr] Compiling log v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `out_time::Time::now`: This method returns a value that assumes an offset of UTC. [INFO] [stdout] --> src/main.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | let time = out_time::Time::now() ; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/main.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 17 | / loop{ [INFO] [stdout] 18 | | [INFO] [stdout] 19 | | let time = out_time::Time::now() ; [INFO] [stdout] 20 | | println!("hour{} minute{} sec{}",time.hour(),time.minute(),time.second() ); [INFO] [stdout] ... | [INFO] [stdout] 27 | | [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 29 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7` [INFO] running `Command { std: "docker" "inspect" "f7a86a0e083ad8b3025ca7c09be536c9550a43798a5da4d7750844d15be0f73c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a86a0e083ad8b3025ca7c09be536c9550a43798a5da4d7750844d15be0f73c", kill_on_drop: false }` [INFO] [stdout] f7a86a0e083ad8b3025ca7c09be536c9550a43798a5da4d7750844d15be0f73c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2332accd2f08bda296a62e276cb510169e014f8a25a79e4785130a3b69ffb244 [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" "2332accd2f08bda296a62e276cb510169e014f8a25a79e4785130a3b69ffb244", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `out_time::Time::now`: This method returns a value that assumes an offset of UTC. [INFO] [stdout] --> src/main.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | let time = out_time::Time::now() ; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/main.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 17 | / loop{ [INFO] [stdout] 18 | | [INFO] [stdout] 19 | | let time = out_time::Time::now() ; [INFO] [stdout] 20 | | println!("hour{} minute{} sec{}",time.hour(),time.minute(),time.second() ); [INFO] [stdout] ... | [INFO] [stdout] 27 | | [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 29 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.43s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8` [INFO] running `Command { std: "docker" "inspect" "2332accd2f08bda296a62e276cb510169e014f8a25a79e4785130a3b69ffb244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2332accd2f08bda296a62e276cb510169e014f8a25a79e4785130a3b69ffb244", kill_on_drop: false }` [INFO] [stdout] 2332accd2f08bda296a62e276cb510169e014f8a25a79e4785130a3b69ffb244 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c67f1a24d5b3cde21089f60b8254de7f5d8973049f0db7a218c6f6a2aa710969 [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" "c67f1a24d5b3cde21089f60b8254de7f5d8973049f0db7a218c6f6a2aa710969", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `out_time::Time::now`: This method returns a value that assumes an offset of UTC. [INFO] [stderr] --> src/main.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | let time = out_time::Time::now() ; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 17 | / loop{ [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | let time = out_time::Time::now() ; [INFO] [stderr] 20 | | println!("hour{} minute{} sec{}",time.hour(),time.minute(),time.second() ); [INFO] [stderr] ... | [INFO] [stderr] 27 | | [INFO] [stderr] 28 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 29 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `log` (bin "log" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: time-macros-impl v0.1.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9` [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/log-d55c976d64fc8f22) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c67f1a24d5b3cde21089f60b8254de7f5d8973049f0db7a218c6f6a2aa710969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c67f1a24d5b3cde21089f60b8254de7f5d8973049f0db7a218c6f6a2aa710969", kill_on_drop: false }` [INFO] [stdout] c67f1a24d5b3cde21089f60b8254de7f5d8973049f0db7a218c6f6a2aa710969