[INFO] updating cached repository https://github.com/lights0123/n-flashcards [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 02f89be2aaad202bdb4641ae47b2d9bb75b19748 [INFO] testing lights0123/n-flashcards against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flights0123%2Fn-flashcards" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lights0123/n-flashcards on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lights0123/n-flashcards [INFO] finished tweaking git repo https://github.com/lights0123/n-flashcards [INFO] tweaked toml for git repo https://github.com/lights0123/n-flashcards written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/lights0123/n-flashcards already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f77b21ee5d93343f47083288d60e584befee687428a0f318db0549da44355c74 [INFO] running `"docker" "start" "-a" "f77b21ee5d93343f47083288d60e584befee687428a0f318db0549da44355c74"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cty v0.1.5 [INFO] [stderr] Compiling cty v0.2.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling ndless-static-vars v1.0.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling ndless-sys v0.2.0 [INFO] [stderr] Compiling ndless-static-vars v2.0.1 [INFO] [stderr] Compiling embedded-freetype-sys v0.2.0 [INFO] [stderr] Compiling cstr_core v0.1.2 [INFO] [stderr] Compiling ndless-sys v0.1.3 [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ndless-static-vars-1.0.0/src/lib.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub static mut ARGUMENTS: Option> = None; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 5 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ndless-static-vars-1.0.0/src/lib.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | pub static mut ARGUMENTS: Option> = None; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 5 | use alloc::string::String; [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/ndless-static-vars-1.0.0/src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'alloc_prelude' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ndless-static-vars-1.0.0/src/lib.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #58935 for more information [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `ndless-static-vars`. [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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.1.2/src/lib.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | #![cfg_attr(feature = "alloc", feature(alloc))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [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 `cstr_core`. [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" "f77b21ee5d93343f47083288d60e584befee687428a0f318db0549da44355c74"` [INFO] running `"docker" "rm" "-f" "f77b21ee5d93343f47083288d60e584befee687428a0f318db0549da44355c74"` [INFO] [stdout] f77b21ee5d93343f47083288d60e584befee687428a0f318db0549da44355c74