[INFO] cloning repository https://github.com/bvanrijn/image-to-mc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bvanrijn/image-to-mc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbvanrijn%2Fimage-to-mc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbvanrijn%2Fimage-to-mc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92f135a078a4ba84d2feeab336071f889d66d1a1 [INFO] testing bvanrijn/image-to-mc 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%2Fbvanrijn%2Fimage-to-mc" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bvanrijn/image-to-mc 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/bvanrijn/image-to-mc [INFO] finished tweaking git repo https://github.com/bvanrijn/image-to-mc [INFO] tweaked toml for git repo https://github.com/bvanrijn/image-to-mc written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/bvanrijn/image-to-mc 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 rprompt v1.0.3 [INFO] [stderr] Downloaded enigo v0.0.11 [INFO] [stderr] Downloaded image v0.12.4 [INFO] [stderr] Downloaded color-thief v0.1.0 [INFO] [stderr] Downloaded rgb v0.7.2 [INFO] [stderr] Downloaded gif-dispose v1.0.2 [INFO] [stderr] Downloaded image-utils v0.2.0 [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2183d208dec9f169cb5660e9faee8d4d557a848cebd451d4437fb924117c094e [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" "2183d208dec9f169cb5660e9faee8d4d557a848cebd451d4437fb924117c094e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2183d208dec9f169cb5660e9faee8d4d557a848cebd451d4437fb924117c094e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2183d208dec9f169cb5660e9faee8d4d557a848cebd451d4437fb924117c094e", kill_on_drop: false }` [INFO] [stdout] 2183d208dec9f169cb5660e9faee8d4d557a848cebd451d4437fb924117c094e [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=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] 5c6798aea8113b65a7149bfc28c859baa03a65423ae8f92c25a523edb1e70f42 [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" "5c6798aea8113b65a7149bfc28c859baa03a65423ae8f92c25a523edb1e70f42", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling rgb v0.7.2 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling rgb v0.8.11 [INFO] [stderr] Compiling rprompt v1.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling inflate v0.4.2 [INFO] [stderr] Compiling gif v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling color-thief v0.1.0 [INFO] [stderr] Compiling gif-dispose v1.0.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling enigo v0.0.11 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling image-utils v0.2.0 [INFO] [stderr] Compiling image-to-minecraft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `send_command` [INFO] [stdout] --> src/keyboard/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn send_command(command: String) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_block` [INFO] [stdout] --> src/keyboard/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn set_block(x: i32, y: i32, z: i32, block: String, data_value: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "5c6798aea8113b65a7149bfc28c859baa03a65423ae8f92c25a523edb1e70f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c6798aea8113b65a7149bfc28c859baa03a65423ae8f92c25a523edb1e70f42", kill_on_drop: false }` [INFO] [stdout] 5c6798aea8113b65a7149bfc28c859baa03a65423ae8f92c25a523edb1e70f42 [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=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] cb16eb83623f23316fe985e55462be632c6d962ca287cabb41512266d8f3085a [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" "cb16eb83623f23316fe985e55462be632c6d962ca287cabb41512266d8f3085a", kill_on_drop: false }` [INFO] [stderr] Compiling image-to-minecraft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `send_command` [INFO] [stdout] --> src/keyboard/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn send_command(command: String) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_block` [INFO] [stdout] --> src/keyboard/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn set_block(x: i32, y: i32, z: i32, block: String, data_value: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `Command { std: "docker" "inspect" "cb16eb83623f23316fe985e55462be632c6d962ca287cabb41512266d8f3085a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb16eb83623f23316fe985e55462be632c6d962ca287cabb41512266d8f3085a", kill_on_drop: false }` [INFO] [stdout] cb16eb83623f23316fe985e55462be632c6d962ca287cabb41512266d8f3085a [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=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] 1b32c4315cba7aff6fdd17f1f5f7d1abe84bdbbd73184734c5e9af45e89e349c [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" "1b32c4315cba7aff6fdd17f1f5f7d1abe84bdbbd73184734c5e9af45e89e349c", kill_on_drop: false }` [INFO] [stderr] warning: function is never used: `send_command` [INFO] [stderr] --> src/keyboard/mod.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn send_command(command: String) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `set_block` [INFO] [stderr] --> src/keyboard/mod.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn set_block(x: i32, y: i32, z: i32, block: String, data_value: u32) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `image-to-minecraft` (bin "image-to-minecraft" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/image_to_minecraft-54049f12f9e88887) [INFO] [stdout] test util::tests::test_exclude_range_last_element ... ok [INFO] [stdout] test util::tests::test_exclude_range_len ... ok [INFO] [stdout] test util::tests::test_color_to_string ... ok [INFO] [stdout] test difference::tests::test_color_difference ... ok [INFO] [stderr] error: test failed, to rerun pass '--bin image-to-minecraft' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/image_to_minecraft-54049f12f9e88887` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "1b32c4315cba7aff6fdd17f1f5f7d1abe84bdbbd73184734c5e9af45e89e349c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b32c4315cba7aff6fdd17f1f5f7d1abe84bdbbd73184734c5e9af45e89e349c", kill_on_drop: false }` [INFO] [stdout] 1b32c4315cba7aff6fdd17f1f5f7d1abe84bdbbd73184734c5e9af45e89e349c