[INFO] fetching crate riot-wrappers 0.7.21... [INFO] testing riot-wrappers-0.7.21 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate riot-wrappers 0.7.21 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate riot-wrappers 0.7.21 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate riot-wrappers 0.7.21 [INFO] finished tweaking crates.io crate riot-wrappers 0.7.21 [INFO] tweaked toml for crates.io crate riot-wrappers 0.7.21 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] bf7823e9ffb0e8eb09b2401fdb81af5887eed456d5850d9051427ef8be5e3fe2 [INFO] running `Command { std: "docker" "start" "-a" "bf7823e9ffb0e8eb09b2401fdb81af5887eed456d5850d9051427ef8be5e3fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf7823e9ffb0e8eb09b2401fdb81af5887eed456d5850d9051427ef8be5e3fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf7823e9ffb0e8eb09b2401fdb81af5887eed456d5850d9051427ef8be5e3fe2", kill_on_drop: false }` [INFO] [stdout] bf7823e9ffb0e8eb09b2401fdb81af5887eed456d5850d9051427ef8be5e3fe2 [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=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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18ec89fd25b9c99c8db8375c2a5cf306a13e15fcb900262965d631bf1207cee5 [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" "18ec89fd25b9c99c8db8375c2a5cf306a13e15fcb900262965d631bf1207cee5", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling c2rust-asm-casts v0.2.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling mutex-trait v0.2.0 [INFO] [stderr] Compiling embedded-graphics v0.6.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling cstr_core v0.2.5 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling c2rust-bitfields-derive v0.2.1 [INFO] [stderr] Compiling heapless v0.7.10 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:3:34 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(feature = "nightly", feature(const_raw_ptr_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(feature = "nightly", feature(const_slice_from_raw_parts))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(feature = "nightly", feature(const_str_from_utf8))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:6:34 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "nightly", feature(const_eval_select))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(feature = "nightly", feature(const_slice_from_raw_parts))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:5:42 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(feature = "nightly", feature(const_str_from_utf8))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.5/src/lib.rs:6:42 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "nightly", feature(const_eval_select))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cstr_core` due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "18ec89fd25b9c99c8db8375c2a5cf306a13e15fcb900262965d631bf1207cee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18ec89fd25b9c99c8db8375c2a5cf306a13e15fcb900262965d631bf1207cee5", kill_on_drop: false }` [INFO] [stdout] 18ec89fd25b9c99c8db8375c2a5cf306a13e15fcb900262965d631bf1207cee5