[INFO] cloning repository https://github.com/Lama3L9R/logoimg_gen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lama3L9R/logoimg_gen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLama3L9R%2Flogoimg_gen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLama3L9R%2Flogoimg_gen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e5ed08669d0bfdd0a63aeda9e4bfa942e77904a7 [INFO] testing Lama3L9R/logoimg_gen against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLama3L9R%2Flogoimg_gen" "/workspace/builds/worker-53/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-53/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lama3L9R/logoimg_gen 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 git repo https://github.com/Lama3L9R/logoimg_gen [INFO] finished tweaking git repo https://github.com/Lama3L9R/logoimg_gen [INFO] tweaked toml for git repo https://github.com/Lama3L9R/logoimg_gen written to /workspace/builds/worker-53/source/Cargo.toml [INFO] crate git repo https://github.com/Lama3L9R/logoimg_gen already has a lockfile, it will not be regenerated [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-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 1717c79db3951f1804f4be2ed1c832faa43ec0b7d986da93f94f7e7d4774d011 [INFO] running `Command { std: "docker" "start" "-a" "1717c79db3951f1804f4be2ed1c832faa43ec0b7d986da93f94f7e7d4774d011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1717c79db3951f1804f4be2ed1c832faa43ec0b7d986da93f94f7e7d4774d011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1717c79db3951f1804f4be2ed1c832faa43ec0b7d986da93f94f7e7d4774d011", kill_on_drop: false }` [INFO] [stdout] 1717c79db3951f1804f4be2ed1c832faa43ec0b7d986da93f94f7e7d4774d011 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] bcda2c938e5fac066604d00caa9c36a8e94609adc3547c7dcf686be740f3a5ce [INFO] running `Command { std: "docker" "start" "-a" "bcda2c938e5fac066604d00caa9c36a8e94609adc3547c7dcf686be740f3a5ce", kill_on_drop: false }` [INFO] [stderr] Compiling logoimg_gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/main.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | return if let picture = Path::new(image) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MI_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const MI_LOGO_OFFSET: i32 = 7602176; // + 1 Should be the first byte of Fastboot logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FASTBOOT_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const FASTBOOT_LOGO_OFFSET: i32 = 15183872; // + 1 Should be the first byte of Unlocked logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UNLOCKED_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const UNLOCKED_LOGO_OFFSET: i32 = 22765568; // + 1 Should be the first byte of 'the system has been destroyed' logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "bcda2c938e5fac066604d00caa9c36a8e94609adc3547c7dcf686be740f3a5ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcda2c938e5fac066604d00caa9c36a8e94609adc3547c7dcf686be740f3a5ce", kill_on_drop: false }` [INFO] [stdout] bcda2c938e5fac066604d00caa9c36a8e94609adc3547c7dcf686be740f3a5ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] e2029b034d897d484480796c93340e25f35fb3146d6f5f86d257c9ee70813821 [INFO] running `Command { std: "docker" "start" "-a" "e2029b034d897d484480796c93340e25f35fb3146d6f5f86d257c9ee70813821", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling logoimg_gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/main.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | return if let picture = Path::new(image) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MI_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const MI_LOGO_OFFSET: i32 = 7602176; // + 1 Should be the first byte of Fastboot logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FASTBOOT_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const FASTBOOT_LOGO_OFFSET: i32 = 15183872; // + 1 Should be the first byte of Unlocked logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UNLOCKED_LOGO_OFFSET` [INFO] [stdout] --> src/main.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const UNLOCKED_LOGO_OFFSET: i32 = 22765568; // + 1 Should be the first byte of 'the system has been destroyed' logo [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.81s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/logoimg_gen-d799cadad9338b4f) [INFO] running `Command { std: "docker" "inspect" "e2029b034d897d484480796c93340e25f35fb3146d6f5f86d257c9ee70813821", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2029b034d897d484480796c93340e25f35fb3146d6f5f86d257c9ee70813821", kill_on_drop: false }` [INFO] [stdout] e2029b034d897d484480796c93340e25f35fb3146d6f5f86d257c9ee70813821 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 7f879c9368cb5add850e5bc1bc66d42d11151ad1a5e92d8def5ce963c4b75628 [INFO] running `Command { std: "docker" "start" "-a" "7f879c9368cb5add850e5bc1bc66d42d11151ad1a5e92d8def5ce963c4b75628", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: irrefutable `if let` pattern [INFO] [stdout] [INFO] [stderr] --> src/main.rs:51:15 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 51 | return if let picture = Path::new(image) { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stderr] = note: this pattern will always match, so the `if let` is useless [INFO] [stderr] = help: consider replacing the `if let` with a `let` [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `MI_LOGO_OFFSET` [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | const MI_LOGO_OFFSET: i32 = 7602176; // + 1 Should be the first byte of Fastboot logo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `FASTBOOT_LOGO_OFFSET` [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | const FASTBOOT_LOGO_OFFSET: i32 = 15183872; // + 1 Should be the first byte of Unlocked logo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `UNLOCKED_LOGO_OFFSET` [INFO] [stderr] --> src/main.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const UNLOCKED_LOGO_OFFSET: i32 = 22765568; // + 1 Should be the first byte of 'the system has been destroyed' logo [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `logoimg_gen` (bin "logoimg_gen" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 39s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/logoimg_gen-d799cadad9338b4f) [INFO] running `Command { std: "docker" "inspect" "7f879c9368cb5add850e5bc1bc66d42d11151ad1a5e92d8def5ce963c4b75628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f879c9368cb5add850e5bc1bc66d42d11151ad1a5e92d8def5ce963c4b75628", kill_on_drop: false }` [INFO] [stdout] 7f879c9368cb5add850e5bc1bc66d42d11151ad1a5e92d8def5ce963c4b75628