Oct 13 00:19:49.989 INFO checking bobbo/scrobble-tool against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:19:49.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 00:19:50.586 INFO blam! f3dfcc5ea0a2d527a98a80b7cfef484baaa5a3583e3abfa6a5c13d97e6c3cb98 Oct 13 00:19:50.608 INFO running `"docker" "start" "-a" "f3dfcc5ea0a2d527a98a80b7cfef484baaa5a3583e3abfa6a5c13d97e6c3cb98"` Oct 13 00:19:51.808 INFO kablam! usermod: no changes Oct 13 00:19:52.144 INFO kablam! Compiling crc-core v0.1.0 Oct 13 00:19:52.145 INFO kablam! Checking build_const v0.2.0 Oct 13 00:19:52.172 INFO kablam! Compiling openssl-sys v0.9.20 Oct 13 00:19:52.172 INFO kablam! Checking itertools v0.5.10 Oct 13 00:19:52.172 INFO kablam! Checking serde_json v0.9.10 Oct 13 00:19:52.172 INFO kablam! Checking thread_local v0.3.4 Oct 13 00:19:52.172 INFO kablam! Checking tokio-io v0.1.4 Oct 13 00:19:54.532 INFO kablam! Compiling wrapped-vec v0.2.1 Oct 13 00:19:54.673 INFO kablam! Checking rust-crypto v0.2.36 Oct 13 00:19:55.048 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 13 00:19:55.055 INFO kablam! Compiling crc v1.5.0 Oct 13 00:19:58.746 INFO kablam! Checking regex v0.2.2 Oct 13 00:20:00.303 INFO kablam! Checking tokio-core v0.1.10 Oct 13 00:20:02.730 INFO kablam! Compiling openssl v0.9.20 Oct 13 00:20:04.379 INFO kablam! Checking libflate v0.1.12 Oct 13 00:20:11.296 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 00:20:14.064 INFO kablam! Checking env_logger v0.4.3 Oct 13 00:20:19.404 INFO kablam! Checking native-tls v0.1.4 Oct 13 00:20:19.562 INFO kablam! Checking hyper v0.11.7 Oct 13 00:20:20.644 INFO kablam! Checking tokio-tls v0.1.3 Oct 13 00:20:20.644 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 13 00:20:22.601 INFO kablam! Checking discogs v0.2.1 Oct 13 00:20:26.396 INFO kablam! Checking hyper-tls v0.1.2 Oct 13 00:20:28.528 INFO kablam! Checking reqwest v0.7.3 Oct 13 00:20:31.632 INFO kablam! Checking rustfm-scrobble v0.9.1 Oct 13 00:20:35.176 INFO kablam! Checking scrobble-tool v0.1.0 (/source) Oct 13 00:20:42.448 INFO kablam! warning: unused variable: `source` Oct 13 00:20:42.448 INFO kablam! --> src/main.rs:61:13 Oct 13 00:20:42.448 INFO kablam! | Oct 13 00:20:42.448 INFO kablam! 61 | let source = DiscogsInfoSource { Oct 13 00:20:42.448 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 00:20:42.448 INFO kablam! | Oct 13 00:20:42.448 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:20:42.448 INFO kablam! Oct 13 00:20:42.492 INFO kablam! warning: field is never used: `discogs` Oct 13 00:20:42.492 INFO kablam! --> src/main.rs:55:5 Oct 13 00:20:42.492 INFO kablam! | Oct 13 00:20:42.492 INFO kablam! 55 | discogs: Option Oct 13 00:20:42.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:20:42.492 INFO kablam! | Oct 13 00:20:42.492 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:20:42.492 INFO kablam! Oct 13 00:20:42.500 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:20:42.500 INFO kablam! --> src/main.rs:147:5 Oct 13 00:20:42.500 INFO kablam! | Oct 13 00:20:42.500 INFO kablam! 147 | env_logger::init(); Oct 13 00:20:42.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:20:42.500 INFO kablam! | Oct 13 00:20:42.500 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:20:42.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:20:42.500 INFO kablam! Oct 13 00:20:42.528 INFO kablam! warning: unused variable: `source` Oct 13 00:20:42.528 INFO kablam! --> src/main.rs:61:13 Oct 13 00:20:42.528 INFO kablam! | Oct 13 00:20:42.528 INFO kablam! 61 | let source = DiscogsInfoSource { Oct 13 00:20:42.528 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 00:20:42.528 INFO kablam! | Oct 13 00:20:42.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:20:42.528 INFO kablam! Oct 13 00:20:42.564 INFO kablam! warning: field is never used: `discogs` Oct 13 00:20:42.564 INFO kablam! --> src/main.rs:55:5 Oct 13 00:20:42.564 INFO kablam! | Oct 13 00:20:42.564 INFO kablam! 55 | discogs: Option Oct 13 00:20:42.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:20:42.564 INFO kablam! | Oct 13 00:20:42.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:20:42.564 INFO kablam! Oct 13 00:20:42.568 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:20:42.568 INFO kablam! --> src/main.rs:147:5 Oct 13 00:20:42.568 INFO kablam! | Oct 13 00:20:42.568 INFO kablam! 147 | env_logger::init(); Oct 13 00:20:42.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:20:42.568 INFO kablam! | Oct 13 00:20:42.568 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:20:42.568 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:20:42.568 INFO kablam! Oct 13 00:20:42.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.79s Oct 13 00:20:42.640 INFO kablam! su: No module specific data is present Oct 13 00:20:43.582 INFO running `"docker" "rm" "-f" "f3dfcc5ea0a2d527a98a80b7cfef484baaa5a3583e3abfa6a5c13d97e6c3cb98"` Oct 13 00:20:43.936 INFO blam! f3dfcc5ea0a2d527a98a80b7cfef484baaa5a3583e3abfa6a5c13d97e6c3cb98