[INFO] cloning repository https://github.com/ammoniak/sam3x8e [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ammoniak/sam3x8e" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fammoniak%2Fsam3x8e", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fammoniak%2Fsam3x8e'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98daa87233a2135b77dcd1457deeecb998a3f470 [INFO] checking ammoniak/sam3x8e against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fammoniak%2Fsam3x8e" "/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/ammoniak/sam3x8e on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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/ammoniak/sam3x8e [INFO] finished tweaking git repo https://github.com/ammoniak/sam3x8e [INFO] tweaked toml for git repo https://github.com/ammoniak/sam3x8e written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/ammoniak/sam3x8e already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.bench [INFO] [stderr] warning: unused manifest key: package.test [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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66dfedd673299bd81d1ae379b4384ec8e00cf7161c10f8a03964f5cce680abf0 [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" "66dfedd673299bd81d1ae379b4384ec8e00cf7161c10f8a03964f5cce680abf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66dfedd673299bd81d1ae379b4384ec8e00cf7161c10f8a03964f5cce680abf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66dfedd673299bd81d1ae379b4384ec8e00cf7161c10f8a03964f5cce680abf0", kill_on_drop: false }` [INFO] [stdout] 66dfedd673299bd81d1ae379b4384ec8e00cf7161c10f8a03964f5cce680abf0 [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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 270339c3025c353d3b37fbd31df00237eb269eee781fd2c1a467b2e0f13b42ae [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" "270339c3025c353d3b37fbd31df00237eb269eee781fd2c1a467b2e0f13b42ae", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.bench [INFO] [stderr] warning: unused manifest key: package.test [INFO] [stderr] Compiling cortex-m v0.5.8 [INFO] [stderr] Compiling sam3x8e v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(untagged_unions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(untagged_unions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sam3x8e` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sam3x8e --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5524698b0394da79 -C extra-filename=-5524698b0394da79 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bare_metal=/opt/rustwide/target/debug/deps/libbare_metal-db0d1680f39bcb7f.rmeta --extern cortex_m=/opt/rustwide/target/debug/deps/libcortex_m-f453cc36e5403531.rmeta --extern vcell=/opt/rustwide/target/debug/deps/libvcell-563ad38c55a2c007.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "270339c3025c353d3b37fbd31df00237eb269eee781fd2c1a467b2e0f13b42ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "270339c3025c353d3b37fbd31df00237eb269eee781fd2c1a467b2e0f13b42ae", kill_on_drop: false }` [INFO] [stdout] 270339c3025c353d3b37fbd31df00237eb269eee781fd2c1a467b2e0f13b42ae