Oct 15 12:43:00.653 INFO testing Aloxaf/Rust-toys against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:43:00.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:00.823 INFO blam! 6cace690a7de84584f9ba1bd6003647cfc373bf71cdb370ec4f7d1ca405fb77c Oct 15 12:43:00.825 INFO running `"docker" "start" "-a" "6cace690a7de84584f9ba1bd6003647cfc373bf71cdb370ec4f7d1ca405fb77c"` Oct 15 12:43:01.211 INFO kablam! usermod: no changes Oct 15 12:43:01.587 INFO kablam! Compiling encoding_rs v0.8.9 Oct 15 12:43:01.590 INFO kablam! Compiling clap v2.32.0 Oct 15 12:43:01.590 INFO kablam! Compiling nix v0.11.0 Oct 15 12:43:01.590 INFO kablam! Compiling syn v0.15.9 Oct 15 12:43:01.590 INFO kablam! Compiling num-rational v0.1.42 Oct 15 12:43:01.594 INFO kablam! Compiling pest_generator v2.0.0 Oct 15 12:43:01.595 INFO kablam! Compiling sha-1 v0.7.0 Oct 15 12:43:01.595 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 12:43:03.840 INFO kablam! Compiling failure v0.1.2 Oct 15 12:43:12.425 INFO kablam! Compiling rayon v1.0.2 Oct 15 12:43:36.326 INFO kablam! Compiling pest_derive v2.0.1 Oct 15 12:43:36.383 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 12:43:36.573 INFO kablam! Compiling reqwest v0.9.2 Oct 15 12:43:40.968 INFO kablam! Compiling num-derive v0.2.3 Oct 15 12:43:42.463 INFO kablam! Compiling crc32fix v1.0.0 (/source/crc32fix) Oct 15 12:43:50.711 INFO kablam! Compiling brainfuck v0.1.0 (/source/brainfuck) Oct 15 12:43:55.385 INFO kablam! warning: unused import: `std::error::Error` Oct 15 12:43:55.385 INFO kablam! --> brainfuck/src/main.rs:8:5 Oct 15 12:43:55.385 INFO kablam! | Oct 15 12:43:55.385 INFO kablam! 8 | use std::error::Error; Oct 15 12:43:55.385 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:43:55.385 INFO kablam! | Oct 15 12:43:55.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:43:55.385 INFO kablam! Oct 15 12:44:01.159 INFO kablam! Compiling image v0.19.0 Oct 15 12:44:06.179 INFO kablam! Compiling bitlogin v1.0.0 (/source/bitlogin) Oct 15 12:44:10.711 INFO kablam! error[E0432]: unresolved import `byteorder` Oct 15 12:44:10.711 INFO kablam! --> bitlogin/src/utils.rs:8:5 Oct 15 12:44:10.711 INFO kablam! | Oct 15 12:44:10.711 INFO kablam! 8 | use byteorder::{ByteOrder, LittleEndian}; Oct 15 12:44:10.711 INFO kablam! | ^^^^^^^^^ Did you mean `self::byteorder`? Oct 15 12:44:10.711 INFO kablam! Oct 15 12:44:10.747 INFO kablam! error[E0432]: unresolved import `hmac` Oct 15 12:44:10.747 INFO kablam! --> bitlogin/src/utils.rs:9:5 Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! 9 | use hmac::{Hmac, Mac}; Oct 15 12:44:10.747 INFO kablam! | ^^^^ Did you mean `self::hmac`? Oct 15 12:44:10.747 INFO kablam! Oct 15 12:44:10.747 INFO kablam! error[E0432]: unresolved import `md5` Oct 15 12:44:10.747 INFO kablam! --> bitlogin/src/utils.rs:10:5 Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! 10 | use md5::Md5; Oct 15 12:44:10.747 INFO kablam! | ^^^ Did you mean `self::md5`? Oct 15 12:44:10.747 INFO kablam! Oct 15 12:44:10.747 INFO kablam! warning: unused import: `ByteOrder` Oct 15 12:44:10.747 INFO kablam! --> bitlogin/src/utils.rs:8:17 Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! 8 | use byteorder::{ByteOrder, LittleEndian}; Oct 15 12:44:10.747 INFO kablam! | ^^^^^^^^^ Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:44:10.747 INFO kablam! Oct 15 12:44:10.747 INFO kablam! warning: unused import: `Mac` Oct 15 12:44:10.747 INFO kablam! --> bitlogin/src/utils.rs:9:18 Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! 9 | use hmac::{Hmac, Mac}; Oct 15 12:44:10.747 INFO kablam! | ^^^ Oct 15 12:44:10.747 INFO kablam! Oct 15 12:44:10.747 INFO kablam! warning: unused import: `MyError` Oct 15 12:44:10.747 INFO kablam! --> bitlogin/src/user.rs:8:13 Oct 15 12:44:10.747 INFO kablam! | Oct 15 12:44:10.747 INFO kablam! 8 | use super::{MyError, GetAcidError}; Oct 15 12:44:10.747 INFO kablam! | ^^^^^^^ Oct 15 12:44:10.747 INFO kablam! Oct 15 12:44:11.199 INFO kablam! error: aborting due to 3 previous errors Oct 15 12:44:11.199 INFO kablam! Oct 15 12:44:11.199 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 15 12:44:11.251 INFO kablam! error: Could not compile `bitlogin`. Oct 15 12:44:11.251 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 12:44:14.913 INFO kablam! error: build failed Oct 15 12:44:14.916 INFO kablam! su: No module specific data is present Oct 15 12:44:15.208 INFO running `"docker" "rm" "-f" "6cace690a7de84584f9ba1bd6003647cfc373bf71cdb370ec4f7d1ca405fb77c"` Oct 15 12:44:15.302 INFO blam! 6cace690a7de84584f9ba1bd6003647cfc373bf71cdb370ec4f7d1ca405fb77c