[INFO] crate drv2605 0.1.0 is already in cache [INFO] testing drv2605-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate drv2605 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate drv2605 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate drv2605 0.1.0 [INFO] finished tweaking crates.io crate drv2605 0.1.0 [INFO] tweaked toml for crates.io crate drv2605 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] b708e5c234eb0a14c4fb9161f15bc0fcc065d9b78b31ad0e98f7442150f442fd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b708e5c234eb0a14c4fb9161f15bc0fcc065d9b78b31ad0e98f7442150f442fd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling drv2605 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `"docker" "inspect" "b708e5c234eb0a14c4fb9161f15bc0fcc065d9b78b31ad0e98f7442150f442fd"` [INFO] running `"docker" "rm" "-f" "b708e5c234eb0a14c4fb9161f15bc0fcc065d9b78b31ad0e98f7442150f442fd"` [INFO] [stdout] b708e5c234eb0a14c4fb9161f15bc0fcc065d9b78b31ad0e98f7442150f442fd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] af89ab07abe98d1622e0505439ea0cb73df2c0f01f8f6c09d9422e27162f8447 [INFO] running `"docker" "start" "-a" "af89ab07abe98d1622e0505439ea0cb73df2c0f01f8f6c09d9422e27162f8447"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling cortex-m v0.3.1 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling bare-metal v0.1.3 [INFO] [stderr] Compiling aligned v0.1.2 [INFO] [stderr] Compiling cortex-m v0.4.3 [INFO] [stderr] Compiling cortex-m-rt v0.4.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling untagged-option v0.1.1 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling jlink_rtt v0.1.0 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bare-metal-0.1.3/src/lib.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "const-fn", feature(const_fn))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/untagged-option-0.1.1/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(untagged_unions, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aligned-0.1.2/src/lib.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #![cfg_attr(feature = "const-fn", feature(const_fn))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error[E0740]: unions may not contain fields that need dropping [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/untagged-option-0.1.1/src/lib.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub some: T, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `std::mem::ManuallyDrop` can be used to wrap the type [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/untagged-option-0.1.1/src/lib.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub some: T, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `bare-metal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] Some errors have detailed explanations: E0554, E0740. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `untagged-option`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aligned`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "af89ab07abe98d1622e0505439ea0cb73df2c0f01f8f6c09d9422e27162f8447"` [INFO] running `"docker" "rm" "-f" "af89ab07abe98d1622e0505439ea0cb73df2c0f01f8f6c09d9422e27162f8447"` [INFO] [stdout] af89ab07abe98d1622e0505439ea0cb73df2c0f01f8f6c09d9422e27162f8447