Dec 01 02:16:29.297 INFO checking aes-ctr-0.3.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Dec 01 02:16:29.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 01 02:16:29.675 INFO [stdout] 76dd46910f1d982bcbcf56c3f668218bcebd768b9eeebbe287e0d463b190d3c3 Dec 01 02:16:29.677 INFO running `"docker" "start" "-a" "76dd46910f1d982bcbcf56c3f668218bcebd768b9eeebbe287e0d463b190d3c3"` Dec 01 02:16:30.233 INFO [stderr] usermod: no changes Dec 01 02:16:30.308 INFO [stderr] Checking stream-cipher v0.3.0 Dec 01 02:16:30.308 INFO [stderr] Checking block-cipher-trait v0.6.2 Dec 01 02:16:30.592 INFO [stderr] Checking aes-soft v0.3.2 Dec 01 02:16:30.728 INFO [stderr] Checking ctr v0.3.0 Dec 01 02:16:31.788 INFO [stderr] Checking aes-ctr v0.3.0 (/source) Dec 01 02:16:36.752 INFO [stderr] error: cannot find macro `vec!` in this scope Dec 01 02:16:36.752 INFO [stderr] --> benches/aes256_ctr.rs:7:1 Dec 01 02:16:36.752 INFO [stderr] | Dec 01 02:16:36.752 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes128Ctr); Dec 01 02:16:36.752 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 01 02:16:36.752 INFO [stderr] | Dec 01 02:16:36.752 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.752 INFO [stderr] Dec 01 02:16:36.752 INFO [stderr] error: cannot find macro `vec!` in this scope Dec 01 02:16:36.752 INFO [stderr] --> benches/aes128_ctr.rs:7:1 Dec 01 02:16:36.752 INFO [stderr] | Dec 01 02:16:36.752 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes128Ctr); Dec 01 02:16:36.752 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 01 02:16:36.752 INFO [stderr] | Dec 01 02:16:36.752 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.752 INFO [stderr] Dec 01 02:16:36.776 INFO [stderr] error[E0412]: cannot find type `Vec` in this scope Dec 01 02:16:36.776 INFO [stderr] --> benches/aes256_ctr.rs:7:1 Dec 01 02:16:36.776 INFO [stderr] | Dec 01 02:16:36.776 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes128Ctr); Dec 01 02:16:36.776 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Dec 01 02:16:36.776 INFO [stderr] | Dec 01 02:16:36.776 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.776 INFO [stderr] Dec 01 02:16:36.776 INFO [stderr] error: aborting due to 2 previous errors Dec 01 02:16:36.776 INFO [stderr] Dec 01 02:16:36.776 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Dec 01 02:16:36.776 INFO [stderr] error: Could not compile `aes-ctr`. Dec 01 02:16:36.776 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 01 02:16:36.792 INFO [stderr] error[E0412]: cannot find type `Vec` in this scope Dec 01 02:16:36.792 INFO [stderr] --> benches/aes128_ctr.rs:7:1 Dec 01 02:16:36.792 INFO [stderr] | Dec 01 02:16:36.792 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes128Ctr); Dec 01 02:16:36.792 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Dec 01 02:16:36.792 INFO [stderr] | Dec 01 02:16:36.792 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.792 INFO [stderr] Dec 01 02:16:36.792 INFO [stderr] error: aborting due to 2 previous errors Dec 01 02:16:36.792 INFO [stderr] Dec 01 02:16:36.792 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Dec 01 02:16:36.800 INFO [stderr] error: cannot find macro `vec!` in this scope Dec 01 02:16:36.800 INFO [stderr] --> benches/aes192_ctr.rs:7:1 Dec 01 02:16:36.800 INFO [stderr] | Dec 01 02:16:36.800 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes192Ctr); Dec 01 02:16:36.800 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 01 02:16:36.800 INFO [stderr] | Dec 01 02:16:36.800 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.800 INFO [stderr] Dec 01 02:16:36.804 INFO [stderr] error: Could not compile `aes-ctr`. Dec 01 02:16:36.804 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 01 02:16:36.833 INFO [stderr] error[E0412]: cannot find type `Vec` in this scope Dec 01 02:16:36.833 INFO [stderr] --> benches/aes192_ctr.rs:7:1 Dec 01 02:16:36.833 INFO [stderr] | Dec 01 02:16:36.833 INFO [stderr] 7 | bench_sync!(aes_ctr::Aes192Ctr); Dec 01 02:16:36.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Dec 01 02:16:36.833 INFO [stderr] | Dec 01 02:16:36.833 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 01 02:16:36.833 INFO [stderr] Dec 01 02:16:36.833 INFO [stderr] error: aborting due to 2 previous errors Dec 01 02:16:36.833 INFO [stderr] Dec 01 02:16:36.833 INFO [stderr] For more information about this error, try `rustc --explain E0412`. Dec 01 02:16:36.838 INFO [stderr] error: Could not compile `aes-ctr`. Dec 01 02:16:36.838 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 01 02:16:36.900 INFO [stderr] error: build failed Dec 01 02:16:36.902 INFO [stderr] su: No module specific data is present Dec 01 02:16:37.354 INFO running `"docker" "inspect" "76dd46910f1d982bcbcf56c3f668218bcebd768b9eeebbe287e0d463b190d3c3"` Dec 01 02:16:37.515 INFO running `"docker" "rm" "-f" "76dd46910f1d982bcbcf56c3f668218bcebd768b9eeebbe287e0d463b190d3c3"` Dec 01 02:16:37.748 INFO [stdout] 76dd46910f1d982bcbcf56c3f668218bcebd768b9eeebbe287e0d463b190d3c3