Dec 18 09:36:41.728 INFO checking varisat-0.1.3 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 09:36:41.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/varisat/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 09:36:42.180 INFO [stdout] b28092db73407dba07f8197d38731828ae268e17c3ce98043788d8dfb55f0905 Dec 18 09:36:42.188 INFO running `"docker" "start" "-a" "b28092db73407dba07f8197d38731828ae268e17c3ce98043788d8dfb55f0905"` Dec 18 09:36:43.813 INFO [stderr] Checking noisy_float v0.1.8 Dec 18 09:36:44.349 INFO [stderr] Checking varisat v0.1.3 (/opt/crater/workdir) Dec 18 09:36:45.172 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `alloc` Dec 18 09:36:45.172 INFO [stderr] --> src/clause/alloc.rs:1:5 Dec 18 09:36:45.172 INFO [stderr] | Dec 18 09:36:45.172 INFO [stderr] 1 | use alloc::raw_vec::RawVec; Dec 18 09:36:45.172 INFO [stderr] | ^^^^^ use of undeclared type or module `alloc` Dec 18 09:36:45.172 INFO [stderr] Dec 18 09:36:45.224 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `alloc` Dec 18 09:36:45.224 INFO [stderr] --> src/clause/alloc.rs:1:5 Dec 18 09:36:45.224 INFO [stderr] | Dec 18 09:36:45.224 INFO [stderr] 1 | use alloc::raw_vec::RawVec; Dec 18 09:36:45.224 INFO [stderr] | ^^^^^ use of undeclared type or module `alloc` Dec 18 09:36:45.224 INFO [stderr] Dec 18 09:36:45.376 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVec` Dec 18 09:36:45.376 INFO [stderr] --> src/clause/alloc.rs:34:21 Dec 18 09:36:45.376 INFO [stderr] | Dec 18 09:36:45.376 INFO [stderr] 34 | buffer: RawVec::new(), Dec 18 09:36:45.376 INFO [stderr] | ^^^^^^ use of undeclared type or module `RawVec` Dec 18 09:36:45.376 INFO [stderr] Dec 18 09:36:45.448 INFO [stderr] error[E0412]: cannot find type `RawVec` in this scope Dec 18 09:36:45.448 INFO [stderr] --> src/clause/alloc.rs:17:13 Dec 18 09:36:45.448 INFO [stderr] | Dec 18 09:36:45.448 INFO [stderr] 17 | buffer: RawVec, Dec 18 09:36:45.448 INFO [stderr] | ^^^^^^ not found in this scope Dec 18 09:36:45.448 INFO [stderr] Dec 18 09:36:45.484 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVec` Dec 18 09:36:45.484 INFO [stderr] --> src/clause/alloc.rs:34:21 Dec 18 09:36:45.484 INFO [stderr] | Dec 18 09:36:45.484 INFO [stderr] 34 | buffer: RawVec::new(), Dec 18 09:36:45.484 INFO [stderr] | ^^^^^^ use of undeclared type or module `RawVec` Dec 18 09:36:45.484 INFO [stderr] Dec 18 09:36:45.484 INFO [stderr] warning: unused `#[macro_use]` import Dec 18 09:36:45.484 INFO [stderr] --> src/lib.rs:14:1 Dec 18 09:36:45.484 INFO [stderr] | Dec 18 09:36:45.484 INFO [stderr] 14 | #[macro_use] Dec 18 09:36:45.484 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 09:36:45.485 INFO [stderr] | Dec 18 09:36:45.485 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 09:36:45.485 INFO [stderr] Dec 18 09:36:45.492 INFO [stderr] warning: unused import: `alloc::raw_vec::RawVec` Dec 18 09:36:45.492 INFO [stderr] --> src/clause/alloc.rs:1:5 Dec 18 09:36:45.492 INFO [stderr] | Dec 18 09:36:45.492 INFO [stderr] 1 | use alloc::raw_vec::RawVec; Dec 18 09:36:45.492 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 18 09:36:45.492 INFO [stderr] Dec 18 09:36:45.540 INFO [stderr] error[E0412]: cannot find type `RawVec` in this scope Dec 18 09:36:45.540 INFO [stderr] --> src/clause/alloc.rs:17:13 Dec 18 09:36:45.540 INFO [stderr] | Dec 18 09:36:45.540 INFO [stderr] 17 | buffer: RawVec, Dec 18 09:36:45.540 INFO [stderr] | ^^^^^^ not found in this scope Dec 18 09:36:45.540 INFO [stderr] Dec 18 09:36:45.592 INFO [stderr] warning: unused `#[macro_use]` import Dec 18 09:36:45.592 INFO [stderr] --> src/lib.rs:14:1 Dec 18 09:36:45.592 INFO [stderr] | Dec 18 09:36:45.592 INFO [stderr] 14 | #[macro_use] Dec 18 09:36:45.592 INFO [stderr] | ^^^^^^^^^^^^ Dec 18 09:36:45.592 INFO [stderr] | Dec 18 09:36:45.592 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 09:36:45.592 INFO [stderr] Dec 18 09:36:45.593 INFO [stderr] warning: unused import: `alloc::raw_vec::RawVec` Dec 18 09:36:45.593 INFO [stderr] --> src/clause/alloc.rs:1:5 Dec 18 09:36:45.593 INFO [stderr] | Dec 18 09:36:45.593 INFO [stderr] 1 | use alloc::raw_vec::RawVec; Dec 18 09:36:45.593 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 18 09:36:45.593 INFO [stderr] Dec 18 09:36:46.528 INFO [stderr] error: aborting due to 3 previous errors Dec 18 09:36:46.528 INFO [stderr] Dec 18 09:36:46.528 INFO [stderr] Some errors occurred: E0412, E0433. Dec 18 09:36:46.528 INFO [stderr] For more information about an error, try `rustc --explain E0412`. Dec 18 09:36:46.563 INFO [stderr] error: Could not compile `varisat`. Dec 18 09:36:46.563 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 09:36:46.652 INFO [stderr] error: aborting due to 3 previous errors Dec 18 09:36:46.652 INFO [stderr] Dec 18 09:36:46.652 INFO [stderr] Some errors occurred: E0412, E0433. Dec 18 09:36:46.652 INFO [stderr] For more information about an error, try `rustc --explain E0412`. Dec 18 09:36:46.672 INFO [stderr] error: Could not compile `varisat`. Dec 18 09:36:46.672 INFO [stderr] Dec 18 09:36:46.672 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 09:36:47.470 INFO running `"docker" "inspect" "b28092db73407dba07f8197d38731828ae268e17c3ce98043788d8dfb55f0905"` Dec 18 09:36:47.738 INFO running `"docker" "rm" "-f" "b28092db73407dba07f8197d38731828ae268e17c3ce98043788d8dfb55f0905"` Dec 18 09:36:48.104 INFO [stdout] b28092db73407dba07f8197d38731828ae268e17c3ce98043788d8dfb55f0905