Oct 26 19:45:31.154 INFO checking tcsc/larq against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:45:31.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 26 19:45:31.615 INFO blam! 78f3ade66feb3b2960d8f3677e5e688dbfeb8929839606fd851a4ddff78bb2cf Oct 26 19:45:31.627 INFO running `"docker" "start" "-a" "78f3ade66feb3b2960d8f3677e5e688dbfeb8929839606fd851a4ddff78bb2cf"` Oct 26 19:45:33.385 INFO kablam! usermod: no changes Oct 26 19:45:33.713 INFO kablam! Compiling either v1.4.0 Oct 26 19:45:33.715 INFO kablam! Compiling libc v0.2.34 Oct 26 19:45:33.717 INFO kablam! Compiling scopeguard v0.3.3 Oct 26 19:45:33.718 INFO kablam! Compiling rayon-core v1.3.0 Oct 26 19:45:33.775 INFO kablam! Checking serde v1.0.24 Oct 26 19:45:33.777 INFO kablam! Checking md5 v0.3.6 Oct 26 19:45:33.778 INFO kablam! Checking mime v0.2.6 Oct 26 19:45:33.779 INFO kablam! Checking arq v0.1.0 (/source/lib/arq) Oct 26 19:45:35.459 INFO kablam! Compiling semver v0.6.0 Oct 26 19:45:36.526 INFO kablam! Checking xml-rs v0.7.0 Oct 26 19:45:36.698 INFO kablam! Checking simple_logger v0.4.0 Oct 26 19:45:37.159 INFO kablam! Checking mio v0.6.11 Oct 26 19:45:37.276 INFO kablam! Compiling coco v0.1.1 Oct 26 19:45:38.084 INFO kablam! Checking tokio-io v0.1.4 Oct 26 19:45:38.320 INFO kablam! Compiling serde_derive_internals v0.18.0 Oct 26 19:45:43.684 INFO kablam! Checking hyper v0.10.13 Oct 26 19:45:43.686 INFO kablam! Compiling num_cpus v1.7.0 Oct 26 19:45:43.780 INFO kablam! Compiling rand v0.3.18 Oct 26 19:45:45.352 INFO kablam! Checking native-tls v0.1.4 Oct 26 19:45:51.979 INFO kablam! Compiling rustc_version v0.2.1 Oct 26 19:45:52.087 INFO kablam! Checking tokio-core v0.1.11 Oct 26 19:45:52.275 INFO kablam! Compiling serde_derive v1.0.24 Oct 26 19:45:57.316 INFO kablam! Compiling rusoto_core v0.30.0 Oct 26 19:45:59.876 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 19:45:59.878 INFO kablam! Checking tokio-tls v0.1.3 Oct 26 19:46:05.271 INFO kablam! Compiling rayon v0.8.2 Oct 26 19:46:08.199 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 26 19:46:13.060 INFO kablam! Checking hyper v0.11.9 Oct 26 19:46:18.763 INFO kablam! Compiling ring v0.12.1 Oct 26 19:46:23.280 INFO kablam! Checking serde_json v1.0.8 Oct 26 19:46:23.280 INFO kablam! Checking toml v0.4.5 Oct 26 19:46:31.446 INFO kablam! Checking hyper-tls v0.1.2 Oct 26 19:46:32.563 INFO kablam! Checking rusoto_credential v0.9.2 Oct 26 19:46:35.955 INFO kablam! Checking rusoto_s3 v0.30.0 Oct 26 19:46:43.203 INFO kablam! Checking larq v0.1.0 (/source/bin/larq) Oct 26 19:46:44.332 INFO kablam! warning: unused import: `std::fs::canonicalize` Oct 26 19:46:44.332 INFO kablam! --> bin/larq/src/restore/cli.rs:2:5 Oct 26 19:46:44.332 INFO kablam! | Oct 26 19:46:44.332 INFO kablam! 2 | use std::fs::canonicalize; Oct 26 19:46:44.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:46:44.332 INFO kablam! | Oct 26 19:46:44.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:46:44.332 INFO kablam! Oct 26 19:46:44.333 INFO kablam! warning: unused import: `rusoto_core::Region` Oct 26 19:46:44.333 INFO kablam! --> bin/larq/src/restore/config.rs:5:5 Oct 26 19:46:44.333 INFO kablam! | Oct 26 19:46:44.333 INFO kablam! 5 | use rusoto_core::Region; Oct 26 19:46:44.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 19:46:44.333 INFO kablam! Oct 26 19:46:44.333 INFO kablam! warning: unused import: `Value` Oct 26 19:46:44.333 INFO kablam! --> bin/larq/src/restore/config.rs:6:18 Oct 26 19:46:44.333 INFO kablam! | Oct 26 19:46:44.333 INFO kablam! 6 | use toml::{self, Value}; Oct 26 19:46:44.333 INFO kablam! | ^^^^^ Oct 26 19:46:44.333 INFO kablam! Oct 26 19:46:44.333 INFO kablam! warning: unused import: `serde` Oct 26 19:46:44.333 INFO kablam! --> bin/larq/src/restore/config.rs:7:5 Oct 26 19:46:44.333 INFO kablam! | Oct 26 19:46:44.333 INFO kablam! 7 | use serde; Oct 26 19:46:44.342 INFO kablam! | ^^^^^ Oct 26 19:46:44.343 INFO kablam! Oct 26 19:46:44.343 INFO kablam! warning: unused import: `log` Oct 26 19:46:44.343 INFO kablam! --> bin/larq/src/restore/config.rs:8:5 Oct 26 19:46:44.343 INFO kablam! | Oct 26 19:46:44.343 INFO kablam! 8 | use log; Oct 26 19:46:44.343 INFO kablam! | ^^^ Oct 26 19:46:44.343 INFO kablam! Oct 26 19:46:44.811 INFO kablam! warning: unused import: `std::fs::canonicalize` Oct 26 19:46:44.811 INFO kablam! --> bin/larq/src/restore/cli.rs:2:5 Oct 26 19:46:44.811 INFO kablam! | Oct 26 19:46:44.811 INFO kablam! 2 | use std::fs::canonicalize; Oct 26 19:46:44.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:46:44.811 INFO kablam! | Oct 26 19:46:44.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:46:44.811 INFO kablam! Oct 26 19:46:44.811 INFO kablam! warning: unused import: `rusoto_core::Region` Oct 26 19:46:44.811 INFO kablam! --> bin/larq/src/restore/config.rs:5:5 Oct 26 19:46:44.811 INFO kablam! | Oct 26 19:46:44.811 INFO kablam! 5 | use rusoto_core::Region; Oct 26 19:46:44.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 19:46:44.812 INFO kablam! Oct 26 19:46:44.812 INFO kablam! warning: unused import: `Value` Oct 26 19:46:44.812 INFO kablam! --> bin/larq/src/restore/config.rs:6:18 Oct 26 19:46:44.812 INFO kablam! | Oct 26 19:46:44.812 INFO kablam! 6 | use toml::{self, Value}; Oct 26 19:46:44.812 INFO kablam! | ^^^^^ Oct 26 19:46:44.812 INFO kablam! Oct 26 19:46:44.812 INFO kablam! warning: unused import: `serde` Oct 26 19:46:44.812 INFO kablam! --> bin/larq/src/restore/config.rs:7:5 Oct 26 19:46:44.812 INFO kablam! | Oct 26 19:46:44.812 INFO kablam! 7 | use serde; Oct 26 19:46:44.812 INFO kablam! | ^^^^^ Oct 26 19:46:44.812 INFO kablam! Oct 26 19:46:44.812 INFO kablam! warning: unused import: `log` Oct 26 19:46:44.812 INFO kablam! --> bin/larq/src/restore/config.rs:8:5 Oct 26 19:46:44.812 INFO kablam! | Oct 26 19:46:44.812 INFO kablam! 8 | use log; Oct 26 19:46:44.812 INFO kablam! | ^^^ Oct 26 19:46:44.812 INFO kablam! Oct 26 19:46:45.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 26 19:46:45.189 INFO kablam! su: No module specific data is present Oct 26 19:46:45.812 INFO running `"docker" "rm" "-f" "78f3ade66feb3b2960d8f3677e5e688dbfeb8929839606fd851a4ddff78bb2cf"` Oct 26 19:46:46.064 INFO blam! 78f3ade66feb3b2960d8f3677e5e688dbfeb8929839606fd851a4ddff78bb2cf