[INFO] updating cached repository https://github.com/cauebs/clavier-a-lumieres [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d27d77d0281c3a284542bc89ff2b2b374a27d715 [INFO] testing cauebs/clavier-a-lumieres against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcauebs%2Fclavier-a-lumieres" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cauebs/clavier-a-lumieres on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cauebs/clavier-a-lumieres [INFO] finished tweaking git repo https://github.com/cauebs/clavier-a-lumieres [INFO] tweaked toml for git repo https://github.com/cauebs/clavier-a-lumieres written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/cauebs/clavier-a-lumieres already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b4e489fbe81909192252f789b72169fa3c6557edf50008e260a2e12570d9fa51 [INFO] running `"docker" "start" "-a" "b4e489fbe81909192252f789b72169fa3c6557edf50008e260a2e12570d9fa51"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling wmidi v1.1.0 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling alsa v0.2.1 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling rs_ws281x v0.2.3 [INFO] [stderr] Compiling clavier-à-lumières v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/piano.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::colors::{ColorRGB, CHROMATIC_RAINBOW, RAINBOW_OF_FIFTHS}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/colors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub const CHROMATIC_RAINBOW: [ColorRGB; 12] = [ [INFO] [stderr] 4 | | (0xff, 0x00, 0x00), [INFO] [stderr] 5 | | (0xff, 0x80, 0x00), [INFO] [stderr] 6 | | (0xff, 0xff, 0x00), [INFO] [stderr] ... | [INFO] [stderr] 15 | | (0xff, 0x00, 0x80), [INFO] [stderr] 16 | | ]; [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.65s [INFO] running `"docker" "inspect" "b4e489fbe81909192252f789b72169fa3c6557edf50008e260a2e12570d9fa51"` [INFO] running `"docker" "rm" "-f" "b4e489fbe81909192252f789b72169fa3c6557edf50008e260a2e12570d9fa51"` [INFO] [stdout] b4e489fbe81909192252f789b72169fa3c6557edf50008e260a2e12570d9fa51 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 747e91cd573cbf1f74b4d43fc30b4ebd8b39b45196227dd8757c16f7a37c138e [INFO] running `"docker" "start" "-a" "747e91cd573cbf1f74b4d43fc30b4ebd8b39b45196227dd8757c16f7a37c138e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling clavier-à-lumières v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/piano.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::colors::{ColorRGB, CHROMATIC_RAINBOW, RAINBOW_OF_FIFTHS}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/colors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub const CHROMATIC_RAINBOW: [ColorRGB; 12] = [ [INFO] [stderr] 4 | | (0xff, 0x00, 0x00), [INFO] [stderr] 5 | | (0xff, 0x80, 0x00), [INFO] [stderr] 6 | | (0xff, 0xff, 0x00), [INFO] [stderr] ... | [INFO] [stderr] 15 | | (0xff, 0x00, 0x80), [INFO] [stderr] 16 | | ]; [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `"docker" "inspect" "747e91cd573cbf1f74b4d43fc30b4ebd8b39b45196227dd8757c16f7a37c138e"` [INFO] running `"docker" "rm" "-f" "747e91cd573cbf1f74b4d43fc30b4ebd8b39b45196227dd8757c16f7a37c138e"` [INFO] [stdout] 747e91cd573cbf1f74b4d43fc30b4ebd8b39b45196227dd8757c16f7a37c138e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f6c6e3bd0de85863ccf70f07815481c5a4c4d8dcee4cdad16c3a38e2f52f5356 [INFO] running `"docker" "start" "-a" "f6c6e3bd0de85863ccf70f07815481c5a4c4d8dcee4cdad16c3a38e2f52f5356"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/piano.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::colors::{ColorRGB, CHROMATIC_RAINBOW, RAINBOW_OF_FIFTHS}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CHROMATIC_RAINBOW` [INFO] [stderr] --> src/colors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub const CHROMATIC_RAINBOW: [ColorRGB; 12] = [ [INFO] [stderr] 4 | | (0xff, 0x00, 0x00), [INFO] [stderr] 5 | | (0xff, 0x80, 0x00), [INFO] [stderr] 6 | | (0xff, 0xff, 0x00), [INFO] [stderr] ... | [INFO] [stderr] 15 | | (0xff, 0x00, 0x80), [INFO] [stderr] 16 | | ]; [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/clavier_à_lumières-0c6e0aac2fe0ac68 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "f6c6e3bd0de85863ccf70f07815481c5a4c4d8dcee4cdad16c3a38e2f52f5356"` [INFO] running `"docker" "rm" "-f" "f6c6e3bd0de85863ccf70f07815481c5a4c4d8dcee4cdad16c3a38e2f52f5356"` [INFO] [stdout] f6c6e3bd0de85863ccf70f07815481c5a4c4d8dcee4cdad16c3a38e2f52f5356