Oct 21 18:27:43.578 INFO checking der-On/Children-Audio-Library against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:27:43.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 18:27:44.151 INFO blam! 458353fca10d67a8db88b6b4190479afbdc6b9b0b911e290bf8f2e3f6c671ae5 Oct 21 18:27:44.153 INFO running `"docker" "start" "-a" "458353fca10d67a8db88b6b4190479afbdc6b9b0b911e290bf8f2e3f6c671ae5"` Oct 21 18:27:45.832 INFO kablam! usermod: no changes Oct 21 18:27:46.045 INFO kablam! Checking natord v1.0.9 Oct 21 18:27:46.045 INFO kablam! Compiling serde_derive v1.0.55 Oct 21 18:27:46.053 INFO kablam! Checking hyper v0.11.26 Oct 21 18:27:54.592 INFO kablam! Checking hyper-staticfile v0.2.0 Oct 21 18:28:03.292 INFO kablam! Checking children-audio-library v1.0.0 (/source) Oct 21 18:28:06.948 INFO kablam! warning: unused variable: `file` Oct 21 18:28:06.948 INFO kablam! --> src/library.rs:143:14 Oct 21 18:28:06.948 INFO kablam! | Oct 21 18:28:06.948 INFO kablam! 143 | fn file_size(file: &File) { Oct 21 18:28:06.948 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 18:28:06.948 INFO kablam! | Oct 21 18:28:06.948 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:28:06.948 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: function is never used: `file_size` Oct 21 18:28:07.052 INFO kablam! --> src/library.rs:143:1 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 143 | fn file_size(file: &File) { Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: function is never used: `is_album_cover` Oct 21 18:28:07.052 INFO kablam! --> src/library.rs:170:1 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 170 | fn is_album_cover(path: &Path) -> bool { Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: structure field `lastFmApiKey` should have a snake case name such as `last_fm_api_key` Oct 21 18:28:07.052 INFO kablam! --> src/config.rs:10:5 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 10 | pub lastFmApiKey: String, Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: structure field `discogsConsumerKey` should have a snake case name such as `discogs_consumer_key` Oct 21 18:28:07.052 INFO kablam! --> src/config.rs:11:5 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 11 | pub discogsConsumerKey: String, Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: structure field `discogsConsumerSecret` should have a snake case name such as `discogs_consumer_secret` Oct 21 18:28:07.052 INFO kablam! --> src/config.rs:12:5 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 12 | pub discogsConsumerSecret: String, Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: structure field `bluetoothSpeaker` should have a snake case name such as `bluetooth_speaker` Oct 21 18:28:07.052 INFO kablam! --> src/config.rs:13:5 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 13 | pub bluetoothSpeaker: String Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.052 INFO kablam! warning: structure field `updatedAt` should have a snake case name such as `updated_at` Oct 21 18:28:07.052 INFO kablam! --> src/library.rs:24:5 Oct 21 18:28:07.052 INFO kablam! | Oct 21 18:28:07.052 INFO kablam! 24 | pub updatedAt: String, Oct 21 18:28:07.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.052 INFO kablam! Oct 21 18:28:07.689 INFO kablam! warning: unused variable: `file` Oct 21 18:28:07.689 INFO kablam! --> src/library.rs:143:14 Oct 21 18:28:07.689 INFO kablam! | Oct 21 18:28:07.690 INFO kablam! 143 | fn file_size(file: &File) { Oct 21 18:28:07.690 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 18:28:07.690 INFO kablam! | Oct 21 18:28:07.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:28:07.691 INFO kablam! Oct 21 18:28:07.804 INFO kablam! warning: function is never used: `file_size` Oct 21 18:28:07.804 INFO kablam! --> src/library.rs:143:1 Oct 21 18:28:07.804 INFO kablam! | Oct 21 18:28:07.804 INFO kablam! 143 | fn file_size(file: &File) { Oct 21 18:28:07.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.804 INFO kablam! | Oct 21 18:28:07.804 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:28:07.804 INFO kablam! Oct 21 18:28:07.804 INFO kablam! warning: function is never used: `is_album_cover` Oct 21 18:28:07.804 INFO kablam! --> src/library.rs:170:1 Oct 21 18:28:07.804 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! 170 | fn is_album_cover(path: &Path) -> bool { Oct 21 18:28:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.805 INFO kablam! Oct 21 18:28:07.805 INFO kablam! warning: structure field `lastFmApiKey` should have a snake case name such as `last_fm_api_key` Oct 21 18:28:07.805 INFO kablam! --> src/config.rs:10:5 Oct 21 18:28:07.805 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! 10 | pub lastFmApiKey: String, Oct 21 18:28:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.805 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 18:28:07.805 INFO kablam! Oct 21 18:28:07.805 INFO kablam! warning: structure field `discogsConsumerKey` should have a snake case name such as `discogs_consumer_key` Oct 21 18:28:07.805 INFO kablam! --> src/config.rs:11:5 Oct 21 18:28:07.805 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! 11 | pub discogsConsumerKey: String, Oct 21 18:28:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.805 INFO kablam! Oct 21 18:28:07.805 INFO kablam! warning: structure field `discogsConsumerSecret` should have a snake case name such as `discogs_consumer_secret` Oct 21 18:28:07.805 INFO kablam! --> src/config.rs:12:5 Oct 21 18:28:07.805 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! 12 | pub discogsConsumerSecret: String, Oct 21 18:28:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.805 INFO kablam! Oct 21 18:28:07.805 INFO kablam! warning: structure field `bluetoothSpeaker` should have a snake case name such as `bluetooth_speaker` Oct 21 18:28:07.805 INFO kablam! --> src/config.rs:13:5 Oct 21 18:28:07.805 INFO kablam! | Oct 21 18:28:07.805 INFO kablam! 13 | pub bluetoothSpeaker: String Oct 21 18:28:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.805 INFO kablam! Oct 21 18:28:07.812 INFO kablam! warning: structure field `updatedAt` should have a snake case name such as `updated_at` Oct 21 18:28:07.812 INFO kablam! --> src/library.rs:24:5 Oct 21 18:28:07.812 INFO kablam! | Oct 21 18:28:07.812 INFO kablam! 24 | pub updatedAt: String, Oct 21 18:28:07.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:07.812 INFO kablam! Oct 21 18:28:14.416 INFO kablam! warning: unused import: `std::path::Path` Oct 21 18:28:14.416 INFO kablam! --> src/bin/cli.rs:9:5 Oct 21 18:28:14.416 INFO kablam! | Oct 21 18:28:14.416 INFO kablam! 9 | use std::path::Path; Oct 21 18:28:14.416 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:28:14.416 INFO kablam! | Oct 21 18:28:14.416 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:28:14.416 INFO kablam! Oct 21 18:28:14.708 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:28:14.708 INFO kablam! --> src/bin/cli.rs:17:5 Oct 21 18:28:14.708 INFO kablam! | Oct 21 18:28:14.708 INFO kablam! 17 | serde_json::to_writer_pretty(file, &_library); Oct 21 18:28:14.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:14.708 INFO kablam! | Oct 21 18:28:14.708 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:28:14.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:28:14.708 INFO kablam! Oct 21 18:28:15.086 INFO kablam! warning: unused import: `std::path::Path` Oct 21 18:28:15.086 INFO kablam! --> src/bin/cli.rs:9:5 Oct 21 18:28:15.086 INFO kablam! | Oct 21 18:28:15.086 INFO kablam! 9 | use std::path::Path; Oct 21 18:28:15.086 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:28:15.086 INFO kablam! | Oct 21 18:28:15.086 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:28:15.086 INFO kablam! Oct 21 18:28:15.252 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:28:15.252 INFO kablam! --> src/bin/cli.rs:17:5 Oct 21 18:28:15.252 INFO kablam! | Oct 21 18:28:15.252 INFO kablam! 17 | serde_json::to_writer_pretty(file, &_library); Oct 21 18:28:15.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:28:15.252 INFO kablam! | Oct 21 18:28:15.252 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:28:15.252 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:28:15.252 INFO kablam! Oct 21 18:28:15.369 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.51s Oct 21 18:28:15.384 INFO kablam! su: No module specific data is present Oct 21 18:28:15.950 INFO running `"docker" "rm" "-f" "458353fca10d67a8db88b6b4190479afbdc6b9b0b911e290bf8f2e3f6c671ae5"` Oct 21 18:28:16.236 INFO blam! 458353fca10d67a8db88b6b4190479afbdc6b9b0b911e290bf8f2e3f6c671ae5