[INFO] cloning repository https://github.com/plorefice/datalogger [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/plorefice/datalogger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Fdatalogger", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Fdatalogger'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef3c4a62b66910a7095b237853c81d9748a45d5e [INFO] testing plorefice/datalogger against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Fdatalogger" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/plorefice/datalogger on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/plorefice/datalogger [INFO] finished tweaking git repo https://github.com/plorefice/datalogger [INFO] tweaked toml for git repo https://github.com/plorefice/datalogger written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/plorefice/datalogger already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f1fd6f9eef6d97886c2bdd1a0fff2b4674c0d94dd03898f1da15e31cf29943e [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" "1f1fd6f9eef6d97886c2bdd1a0fff2b4674c0d94dd03898f1da15e31cf29943e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f1fd6f9eef6d97886c2bdd1a0fff2b4674c0d94dd03898f1da15e31cf29943e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f1fd6f9eef6d97886c2bdd1a0fff2b4674c0d94dd03898f1da15e31cf29943e", kill_on_drop: false }` [INFO] [stdout] 1f1fd6f9eef6d97886c2bdd1a0fff2b4674c0d94dd03898f1da15e31cf29943e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0de8a1134fe22068fbc23fa32b8333dfa0954fb933f28e971a3a937e01fae575 [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" "0de8a1134fe22068fbc23fa32b8333dfa0954fb933f28e971a3a937e01fae575", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling syn v1.0.22 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling stm32f4 v0.11.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling managed v0.7.1 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.5 [INFO] [stderr] Compiling heapless v0.5.5 [INFO] [stderr] Compiling cortex-m-rtfm v0.5.1 [INFO] [stderr] Compiling rtfm-core v0.3.0 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling hash32 v0.1.1 [INFO] [stderr] Compiling smoltcp v0.6.0 [INFO] [stderr] Compiling embedded-sdmmc v0.3.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling smolapps v0.1.4 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling dht11 v0.3.1 [INFO] [stderr] Compiling panic-semihosting v0.5.3 [INFO] [stderr] Compiling rtfm-syntax v0.4.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling cortex-m-rtfm-macros v0.5.0 [INFO] [stderr] Compiling stm32f4xx-hal v0.8.1 [INFO] [stderr] Compiling stm32f4xx-hal v0.8.1 (https://github.com/stm32-rs/stm32f4xx-hal?branch=master#7b619fa3) [INFO] [stderr] Compiling stm32-eth v0.1.2 (https://github.com/plorefice/stm32-eth?branch=rework-smoltcp#401d9fd1) [INFO] [stderr] Compiling datalogger v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `datalogger` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "0de8a1134fe22068fbc23fa32b8333dfa0954fb933f28e971a3a937e01fae575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de8a1134fe22068fbc23fa32b8333dfa0954fb933f28e971a3a937e01fae575", kill_on_drop: false }` [INFO] [stdout] 0de8a1134fe22068fbc23fa32b8333dfa0954fb933f28e971a3a937e01fae575