Oct 15 12:43:00.823 INFO testing Aloxaf/Rust-toys against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:43:00.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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"` Oct 15 12:43:01.019 INFO blam! cddc92a37384c8c3f4d3210e4bcbcf1592318539517a41677e4a9b88e7e5332e Oct 15 12:43:01.020 INFO running `"docker" "start" "-a" "cddc92a37384c8c3f4d3210e4bcbcf1592318539517a41677e4a9b88e7e5332e"` Oct 15 12:43:01.380 INFO kablam! usermod: no changes Oct 15 12:43:01.832 INFO kablam! Compiling ucd-trie v0.1.1 Oct 15 12:43:01.832 INFO kablam! Compiling maplit v1.0.1 Oct 15 12:43:01.832 INFO kablam! Compiling encoding_rs v0.8.9 Oct 15 12:43:01.855 INFO kablam! Compiling clap v2.32.0 Oct 15 12:43:01.855 INFO kablam! Compiling syn v0.15.9 Oct 15 12:43:01.874 INFO kablam! Compiling hmac v0.6.3 Oct 15 12:43:01.875 INFO kablam! Compiling sha-1 v0.7.0 Oct 15 12:43:01.875 INFO kablam! Compiling md-5 v0.7.0 Oct 15 12:43:02.687 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 12:43:02.931 INFO kablam! Compiling failure v0.1.2 Oct 15 12:43:05.667 INFO kablam! Compiling pest v2.0.1 Oct 15 12:43:11.565 INFO kablam! Compiling rayon v1.0.2 Oct 15 12:43:19.459 INFO kablam! Compiling reqwest v0.9.2 Oct 15 12:43:19.823 INFO kablam! Compiling pest_meta v2.0.3 Oct 15 12:43:34.584 INFO kablam! Compiling pest_generator v2.0.0 Oct 15 12:43:40.359 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 12:43:41.131 INFO kablam! Compiling num-derive v0.2.3 Oct 15 12:43:42.431 INFO kablam! Compiling crc32fix v1.0.0 (/source/crc32fix) Oct 15 12:43:54.855 INFO kablam! Compiling bitlogin v1.0.0 (/source/bitlogin) Oct 15 12:43:55.337 INFO kablam! Compiling pest_derive v2.0.1 Oct 15 12:44:02.204 INFO kablam! Compiling image v0.19.0 Oct 15 12:44:03.235 INFO kablam! Compiling brainfuck v0.1.0 (/source/brainfuck) Oct 15 12:44:06.316 INFO kablam! warning: unused import: `std::error::Error` Oct 15 12:44:06.316 INFO kablam! --> brainfuck/src/main.rs:8:5 Oct 15 12:44:06.316 INFO kablam! | Oct 15 12:44:06.316 INFO kablam! 8 | use std::error::Error; Oct 15 12:44:06.316 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:44:06.317 INFO kablam! | Oct 15 12:44:06.317 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:44:06.317 INFO kablam! Oct 15 12:44:06.619 INFO kablam! error[E0432]: unresolved import `byteorder` Oct 15 12:44:06.619 INFO kablam! --> bitlogin/src/utils.rs:8:5 Oct 15 12:44:06.619 INFO kablam! | Oct 15 12:44:06.619 INFO kablam! 8 | use byteorder::{ByteOrder, LittleEndian}; Oct 15 12:44:06.619 INFO kablam! | ^^^^^^^^^ Did you mean `self::byteorder`? Oct 15 12:44:06.619 INFO kablam! Oct 15 12:44:06.638 INFO kablam! error[E0432]: unresolved import `hmac` Oct 15 12:44:06.638 INFO kablam! --> bitlogin/src/utils.rs:9:5 Oct 15 12:44:06.638 INFO kablam! | Oct 15 12:44:06.638 INFO kablam! 9 | use hmac::{Hmac, Mac}; Oct 15 12:44:06.638 INFO kablam! | ^^^^ Did you mean `self::hmac`? Oct 15 12:44:06.638 INFO kablam! Oct 15 12:44:06.638 INFO kablam! error[E0432]: unresolved import `md5` Oct 15 12:44:06.638 INFO kablam! --> bitlogin/src/utils.rs:10:5 Oct 15 12:44:06.638 INFO kablam! | Oct 15 12:44:06.638 INFO kablam! 10 | use md5::Md5; Oct 15 12:44:06.638 INFO kablam! | ^^^ Did you mean `self::md5`? Oct 15 12:44:06.638 INFO kablam! Oct 15 12:44:06.643 INFO kablam! warning: unused import: `ByteOrder` Oct 15 12:44:06.643 INFO kablam! --> bitlogin/src/utils.rs:8:17 Oct 15 12:44:06.643 INFO kablam! | Oct 15 12:44:06.643 INFO kablam! 8 | use byteorder::{ByteOrder, LittleEndian}; Oct 15 12:44:06.643 INFO kablam! | ^^^^^^^^^ Oct 15 12:44:06.643 INFO kablam! | Oct 15 12:44:06.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:44:06.643 INFO kablam! Oct 15 12:44:06.643 INFO kablam! warning: unused import: `Mac` Oct 15 12:44:06.643 INFO kablam! --> bitlogin/src/utils.rs:9:18 Oct 15 12:44:06.643 INFO kablam! | Oct 15 12:44:06.643 INFO kablam! 9 | use hmac::{Hmac, Mac}; Oct 15 12:44:06.643 INFO kablam! | ^^^ Oct 15 12:44:06.643 INFO kablam! Oct 15 12:44:06.643 INFO kablam! warning: unused import: `MyError` Oct 15 12:44:06.643 INFO kablam! --> bitlogin/src/user.rs:8:13 Oct 15 12:44:06.643 INFO kablam! | Oct 15 12:44:06.643 INFO kablam! 8 | use super::{MyError, GetAcidError}; Oct 15 12:44:06.643 INFO kablam! | ^^^^^^^ Oct 15 12:44:06.643 INFO kablam! Oct 15 12:44:06.954 INFO kablam! error: aborting due to 3 previous errors Oct 15 12:44:06.955 INFO kablam! Oct 15 12:44:06.955 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 15 12:44:06.967 INFO kablam! error: Could not compile `bitlogin`. Oct 15 12:44:06.967 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 12:44:15.216 INFO kablam! error: build failed Oct 15 12:44:15.218 INFO kablam! su: No module specific data is present Oct 15 12:44:15.429 INFO running `"docker" "rm" "-f" "cddc92a37384c8c3f4d3210e4bcbcf1592318539517a41677e4a9b88e7e5332e"` Oct 15 12:44:15.540 INFO blam! cddc92a37384c8c3f4d3210e4bcbcf1592318539517a41677e4a9b88e7e5332e