[INFO] cloning repository https://github.com/nebelgrau77/SSD1306test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nebelgrau77/SSD1306test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnebelgrau77%2FSSD1306test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnebelgrau77%2FSSD1306test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3229c63c3341f8f186b881327b2adc0c118f7907 [INFO] testing nebelgrau77/SSD1306test against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnebelgrau77%2FSSD1306test" "/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/nebelgrau77/SSD1306test on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/.cargo/config [INFO] started tweaking git repo https://github.com/nebelgrau77/SSD1306test [INFO] finished tweaking git repo https://github.com/nebelgrau77/SSD1306test [INFO] tweaked toml for git repo https://github.com/nebelgrau77/SSD1306test written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/nebelgrau77/SSD1306test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", 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] a14d7a8af33b78d3ffe099f40cf710cb73cfa0def6129de45264402597eb97f9 [INFO] running `Command { std: "docker" "start" "-a" "a14d7a8af33b78d3ffe099f40cf710cb73cfa0def6129de45264402597eb97f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a14d7a8af33b78d3ffe099f40cf710cb73cfa0def6129de45264402597eb97f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a14d7a8af33b78d3ffe099f40cf710cb73cfa0def6129de45264402597eb97f9", kill_on_drop: false }` [INFO] [stdout] a14d7a8af33b78d3ffe099f40cf710cb73cfa0def6129de45264402597eb97f9 [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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 664d54d0de2f72be463a5b8e03e9cd0410dd338e9f413a189199088dee4ca5a9 [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" "664d54d0de2f72be463a5b8e03e9cd0410dd338e9f413a189199088dee4ca5a9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling stm32f4 v0.10.0 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling ssd1306 v0.2.6 [INFO] [stderr] Compiling stm32f4 v0.9.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling embedded-graphics v0.6.0 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling as-slice v0.1.2 [INFO] [stderr] Compiling tinytga v0.1.0 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling tinybmp v0.1.1 [INFO] [stderr] Compiling tinybmp v0.2.2 [INFO] [stderr] Compiling embedded-graphics v0.4.9 [INFO] [stderr] Compiling stm32f4xx-hal v0.7.0 [INFO] [stderr] Compiling images v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `tinybmp::Bmp` [INFO] [stdout] --> src/main.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use tinybmp::Bmp; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `images` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "664d54d0de2f72be463a5b8e03e9cd0410dd338e9f413a189199088dee4ca5a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664d54d0de2f72be463a5b8e03e9cd0410dd338e9f413a189199088dee4ca5a9", kill_on_drop: false }` [INFO] [stdout] 664d54d0de2f72be463a5b8e03e9cd0410dd338e9f413a189199088dee4ca5a9