[INFO] cloning repository https://github.com/Hylian/rpi-ssd1306-example-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hylian/rpi-ssd1306-example-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHylian%2Frpi-ssd1306-example-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHylian%2Frpi-ssd1306-example-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 57fd7c63a4f704671ae0c3278bb6bee0e819cff9 [INFO] testing Hylian/rpi-ssd1306-example-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHylian%2Frpi-ssd1306-example-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Hylian/rpi-ssd1306-example-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking git repo https://github.com/Hylian/rpi-ssd1306-example-rs [INFO] finished tweaking git repo https://github.com/Hylian/rpi-ssd1306-example-rs [INFO] tweaked toml for git repo https://github.com/Hylian/rpi-ssd1306-example-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Hylian/rpi-ssd1306-example-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tinybmp v0.1.0 [INFO] [stderr] Downloaded embedded-graphics v0.4.7 [INFO] [stderr] Downloaded embedded-hal v0.2.2 [INFO] [stderr] Downloaded rppal v0.11.1 [INFO] [stderr] Downloaded ssd1306 v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f90476d5fba905bb98727b4bddc5f05d8409da30c500f4c6825eb0bdd3ccc12 [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" "5f90476d5fba905bb98727b4bddc5f05d8409da30c500f4c6825eb0bdd3ccc12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f90476d5fba905bb98727b4bddc5f05d8409da30c500f4c6825eb0bdd3ccc12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f90476d5fba905bb98727b4bddc5f05d8409da30c500f4c6825eb0bdd3ccc12", kill_on_drop: false }` [INFO] [stdout] 5f90476d5fba905bb98727b4bddc5f05d8409da30c500f4c6825eb0bdd3ccc12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4c7cda50cb7c8777c264b89b45f4f03c859ce230c9e29916469bdb569d1d8ed [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" "e4c7cda50cb7c8777c264b89b45f4f03c859ce230c9e29916469bdb569d1d8ed", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling nb v0.1.1 [INFO] [stderr] Compiling ssd1306 v0.2.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling embedded-hal v0.2.2 [INFO] [stderr] Compiling rppal v0.11.1 [INFO] [stderr] Compiling tinybmp v0.1.0 [INFO] [stderr] Compiling embedded-graphics v0.4.7 [INFO] [stderr] Compiling rpi-ssd1306-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.67s [INFO] running `Command { std: "docker" "inspect" "e4c7cda50cb7c8777c264b89b45f4f03c859ce230c9e29916469bdb569d1d8ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4c7cda50cb7c8777c264b89b45f4f03c859ce230c9e29916469bdb569d1d8ed", kill_on_drop: false }` [INFO] [stdout] e4c7cda50cb7c8777c264b89b45f4f03c859ce230c9e29916469bdb569d1d8ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d460c80abbf5caf6972dd53a4c49a7747755643be22c3504b271e72d80cb0b1 [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" "3d460c80abbf5caf6972dd53a4c49a7747755643be22c3504b271e72d80cb0b1", kill_on_drop: false }` [INFO] [stderr] Compiling rpi-ssd1306-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `Command { std: "docker" "inspect" "3d460c80abbf5caf6972dd53a4c49a7747755643be22c3504b271e72d80cb0b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d460c80abbf5caf6972dd53a4c49a7747755643be22c3504b271e72d80cb0b1", kill_on_drop: false }` [INFO] [stdout] 3d460c80abbf5caf6972dd53a4c49a7747755643be22c3504b271e72d80cb0b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 13c721af6c7aa71824e8e36f81e7b57cb1bbaed51173785fc00fc44152dfa77d [INFO] running `Command { std: "docker" "start" "-a" "13c721af6c7aa71824e8e36f81e7b57cb1bbaed51173785fc00fc44152dfa77d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rpi_ssd1306_example-e16415e83e19cdd5) [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" "13c721af6c7aa71824e8e36f81e7b57cb1bbaed51173785fc00fc44152dfa77d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c721af6c7aa71824e8e36f81e7b57cb1bbaed51173785fc00fc44152dfa77d", kill_on_drop: false }` [INFO] [stdout] 13c721af6c7aa71824e8e36f81e7b57cb1bbaed51173785fc00fc44152dfa77d