Oct 14 23:00:21.395 INFO testing der-On/Children-Audio-Library against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:00:21.395 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 14 23:00:21.868 INFO blam! a6bbf4a24bd02b250ab1e92cd95681a44c5c8648dbc30ffe5c448d061d866e94 Oct 14 23:00:21.869 INFO running `"docker" "start" "-a" "a6bbf4a24bd02b250ab1e92cd95681a44c5c8648dbc30ffe5c448d061d866e94"` Oct 14 23:00:22.811 INFO kablam! usermod: no changes Oct 14 23:00:23.053 INFO kablam! Compiling natord v1.0.9 Oct 14 23:00:23.055 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 23:00:23.063 INFO kablam! Compiling chrono v0.4.2 Oct 14 23:00:23.063 INFO kablam! Compiling serde_derive v1.0.55 Oct 14 23:00:26.631 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 23:00:26.632 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 23:00:33.087 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 23:00:33.087 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 23:00:35.811 INFO kablam! Compiling tokio v0.1.6 Oct 14 23:00:39.972 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 23:00:50.212 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:00:54.506 INFO kablam! Compiling hyper v0.11.26 Oct 14 23:01:06.878 INFO kablam! Compiling hyper-staticfile v0.2.0 Oct 14 23:01:09.036 INFO kablam! Compiling children-audio-library v1.0.0 (/source) Oct 14 23:01:11.019 INFO kablam! warning: unused variable: `file` Oct 14 23:01:11.020 INFO kablam! --> src/library.rs:143:14 Oct 14 23:01:11.021 INFO kablam! | Oct 14 23:01:11.021 INFO kablam! 143 | fn file_size(file: &File) { Oct 14 23:01:11.022 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 23:01:11.023 INFO kablam! | Oct 14 23:01:11.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:01:11.024 INFO kablam! Oct 14 23:01:11.119 INFO kablam! warning: function is never used: `file_size` Oct 14 23:01:11.119 INFO kablam! --> src/library.rs:143:1 Oct 14 23:01:11.120 INFO kablam! | Oct 14 23:01:11.121 INFO kablam! 143 | fn file_size(file: &File) { Oct 14 23:01:11.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.122 INFO kablam! | Oct 14 23:01:11.122 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:01:11.123 INFO kablam! Oct 14 23:01:11.123 INFO kablam! warning: function is never used: `is_album_cover` Oct 14 23:01:11.124 INFO kablam! --> src/library.rs:170:1 Oct 14 23:01:11.125 INFO kablam! | Oct 14 23:01:11.125 INFO kablam! 170 | fn is_album_cover(path: &Path) -> bool { Oct 14 23:01:11.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.126 INFO kablam! Oct 14 23:01:11.127 INFO kablam! warning: structure field `lastFmApiKey` should have a snake case name such as `last_fm_api_key` Oct 14 23:01:11.128 INFO kablam! --> src/config.rs:10:5 Oct 14 23:01:11.128 INFO kablam! | Oct 14 23:01:11.129 INFO kablam! 10 | pub lastFmApiKey: String, Oct 14 23:01:11.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.129 INFO kablam! | Oct 14 23:01:11.129 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:01:11.129 INFO kablam! Oct 14 23:01:11.129 INFO kablam! warning: structure field `discogsConsumerKey` should have a snake case name such as `discogs_consumer_key` Oct 14 23:01:11.129 INFO kablam! --> src/config.rs:11:5 Oct 14 23:01:11.129 INFO kablam! | Oct 14 23:01:11.129 INFO kablam! 11 | pub discogsConsumerKey: String, Oct 14 23:01:11.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.129 INFO kablam! Oct 14 23:01:11.129 INFO kablam! warning: structure field `discogsConsumerSecret` should have a snake case name such as `discogs_consumer_secret` Oct 14 23:01:11.129 INFO kablam! --> src/config.rs:12:5 Oct 14 23:01:11.129 INFO kablam! | Oct 14 23:01:11.129 INFO kablam! 12 | pub discogsConsumerSecret: String, Oct 14 23:01:11.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.129 INFO kablam! Oct 14 23:01:11.135 INFO kablam! warning: structure field `bluetoothSpeaker` should have a snake case name such as `bluetooth_speaker` Oct 14 23:01:11.135 INFO kablam! --> src/config.rs:13:5 Oct 14 23:01:11.135 INFO kablam! | Oct 14 23:01:11.135 INFO kablam! 13 | pub bluetoothSpeaker: String Oct 14 23:01:11.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.135 INFO kablam! Oct 14 23:01:11.135 INFO kablam! warning: structure field `updatedAt` should have a snake case name such as `updated_at` Oct 14 23:01:11.135 INFO kablam! --> src/library.rs:24:5 Oct 14 23:01:11.135 INFO kablam! | Oct 14 23:01:11.135 INFO kablam! 24 | pub updatedAt: String, Oct 14 23:01:11.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:11.135 INFO kablam! Oct 14 23:01:18.819 INFO kablam! warning: unused import: `std::path::Path` Oct 14 23:01:18.820 INFO kablam! --> src/bin/cli.rs:9:5 Oct 14 23:01:18.821 INFO kablam! | Oct 14 23:01:18.821 INFO kablam! 9 | use std::path::Path; Oct 14 23:01:18.822 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:01:18.823 INFO kablam! | Oct 14 23:01:18.823 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:01:18.824 INFO kablam! Oct 14 23:01:18.963 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:01:18.964 INFO kablam! --> src/bin/cli.rs:17:5 Oct 14 23:01:18.964 INFO kablam! | Oct 14 23:01:18.965 INFO kablam! 17 | serde_json::to_writer_pretty(file, &_library); Oct 14 23:01:18.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:18.966 INFO kablam! | Oct 14 23:01:18.967 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:01:18.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:01:18.968 INFO kablam! Oct 14 23:01:23.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 14 23:01:23.470 INFO kablam! su: No module specific data is present Oct 14 23:01:26.059 INFO running `"docker" "rm" "-f" "a6bbf4a24bd02b250ab1e92cd95681a44c5c8648dbc30ffe5c448d061d866e94"` Oct 14 23:01:26.427 INFO blam! a6bbf4a24bd02b250ab1e92cd95681a44c5c8648dbc30ffe5c448d061d866e94 Oct 14 23:01:26.434 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 test --frozen --no-run" "-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 14 23:01:26.975 INFO blam! 27959df25fe1651a3b396be26b07a970b6b41d6f2b427aed2bc506eca66fdf2e Oct 14 23:01:26.978 INFO running `"docker" "start" "-a" "27959df25fe1651a3b396be26b07a970b6b41d6f2b427aed2bc506eca66fdf2e"` Oct 14 23:01:28.870 INFO kablam! usermod: no changes Oct 14 23:01:29.083 INFO kablam! Compiling children-audio-library v1.0.0 (/source) Oct 14 23:01:33.599 INFO kablam! warning: unused variable: `file` Oct 14 23:01:33.599 INFO kablam! --> src/library.rs:143:14 Oct 14 23:01:33.599 INFO kablam! | Oct 14 23:01:33.599 INFO kablam! 143 | fn file_size(file: &File) { Oct 14 23:01:33.599 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 23:01:33.599 INFO kablam! | Oct 14 23:01:33.599 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:01:33.599 INFO kablam! Oct 14 23:01:33.627 INFO kablam! warning: unused import: `std::path::Path` Oct 14 23:01:33.627 INFO kablam! --> src/bin/cli.rs:9:5 Oct 14 23:01:33.627 INFO kablam! | Oct 14 23:01:33.627 INFO kablam! 9 | use std::path::Path; Oct 14 23:01:33.627 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:01:33.627 INFO kablam! | Oct 14 23:01:33.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:01:33.627 INFO kablam! Oct 14 23:01:33.903 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:01:33.903 INFO kablam! --> src/bin/cli.rs:17:5 Oct 14 23:01:33.904 INFO kablam! | Oct 14 23:01:33.904 INFO kablam! 17 | serde_json::to_writer_pretty(file, &_library); Oct 14 23:01:33.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.905 INFO kablam! | Oct 14 23:01:33.905 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:01:33.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:01:33.906 INFO kablam! Oct 14 23:01:33.906 INFO kablam! warning: function is never used: `file_size` Oct 14 23:01:33.907 INFO kablam! --> src/library.rs:143:1 Oct 14 23:01:33.907 INFO kablam! | Oct 14 23:01:33.907 INFO kablam! 143 | fn file_size(file: &File) { Oct 14 23:01:33.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.908 INFO kablam! | Oct 14 23:01:33.909 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:01:33.909 INFO kablam! Oct 14 23:01:33.909 INFO kablam! warning: function is never used: `is_album_cover` Oct 14 23:01:33.910 INFO kablam! --> src/library.rs:170:1 Oct 14 23:01:33.910 INFO kablam! | Oct 14 23:01:33.910 INFO kablam! 170 | fn is_album_cover(path: &Path) -> bool { Oct 14 23:01:33.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.911 INFO kablam! Oct 14 23:01:33.911 INFO kablam! warning: structure field `lastFmApiKey` should have a snake case name such as `last_fm_api_key` Oct 14 23:01:33.912 INFO kablam! --> src/config.rs:10:5 Oct 14 23:01:33.912 INFO kablam! | Oct 14 23:01:33.912 INFO kablam! 10 | pub lastFmApiKey: String, Oct 14 23:01:33.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.913 INFO kablam! | Oct 14 23:01:33.913 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:01:33.913 INFO kablam! Oct 14 23:01:33.913 INFO kablam! warning: structure field `discogsConsumerKey` should have a snake case name such as `discogs_consumer_key` Oct 14 23:01:33.914 INFO kablam! --> src/config.rs:11:5 Oct 14 23:01:33.914 INFO kablam! | Oct 14 23:01:33.914 INFO kablam! 11 | pub discogsConsumerKey: String, Oct 14 23:01:33.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.915 INFO kablam! Oct 14 23:01:33.915 INFO kablam! warning: structure field `discogsConsumerSecret` should have a snake case name such as `discogs_consumer_secret` Oct 14 23:01:33.915 INFO kablam! --> src/config.rs:12:5 Oct 14 23:01:33.915 INFO kablam! | Oct 14 23:01:33.915 INFO kablam! 12 | pub discogsConsumerSecret: String, Oct 14 23:01:33.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.915 INFO kablam! Oct 14 23:01:33.915 INFO kablam! warning: structure field `bluetoothSpeaker` should have a snake case name such as `bluetooth_speaker` Oct 14 23:01:33.915 INFO kablam! --> src/config.rs:13:5 Oct 14 23:01:33.915 INFO kablam! | Oct 14 23:01:33.915 INFO kablam! 13 | pub bluetoothSpeaker: String Oct 14 23:01:33.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.915 INFO kablam! Oct 14 23:01:33.915 INFO kablam! warning: structure field `updatedAt` should have a snake case name such as `updated_at` Oct 14 23:01:33.915 INFO kablam! --> src/library.rs:24:5 Oct 14 23:01:33.915 INFO kablam! | Oct 14 23:01:33.915 INFO kablam! 24 | pub updatedAt: String, Oct 14 23:01:33.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:01:33.915 INFO kablam! Oct 14 23:01:35.725 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.83s Oct 14 23:01:35.740 INFO kablam! su: No module specific data is present Oct 14 23:01:37.017 INFO running `"docker" "rm" "-f" "27959df25fe1651a3b396be26b07a970b6b41d6f2b427aed2bc506eca66fdf2e"` Oct 14 23:01:37.411 INFO blam! 27959df25fe1651a3b396be26b07a970b6b41d6f2b427aed2bc506eca66fdf2e Oct 14 23:01:37.420 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 test --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 14 23:01:37.854 INFO blam! 826ba327677c37a0f33f20ed349b74409dfbcb4fc2f5d79707a1f130cc27f9a8 Oct 14 23:01:37.857 INFO running `"docker" "start" "-a" "826ba327677c37a0f33f20ed349b74409dfbcb4fc2f5d79707a1f130cc27f9a8"` Oct 14 23:01:39.264 INFO kablam! usermod: no changes Oct 14 23:01:39.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 23:01:39.502 INFO kablam! Running /target/debug/deps/lib-2facc36270429b05 Oct 14 23:01:39.504 INFO blam! Oct 14 23:01:39.504 INFO blam! running 0 tests Oct 14 23:01:39.505 INFO blam! Oct 14 23:01:39.505 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:01:39.505 INFO blam! Oct 14 23:01:39.507 INFO kablam! Running /target/debug/deps/cli-8b635648530de9f7 Oct 14 23:01:39.509 INFO blam! Oct 14 23:01:39.509 INFO blam! running 0 tests Oct 14 23:01:39.509 INFO blam! Oct 14 23:01:39.510 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:01:39.510 INFO blam! Oct 14 23:01:39.511 INFO kablam! Running /target/debug/deps/server-aa8bb3213f8f3641 Oct 14 23:01:39.513 INFO blam! Oct 14 23:01:39.513 INFO blam! running 0 tests Oct 14 23:01:39.513 INFO blam! Oct 14 23:01:39.514 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:01:39.514 INFO blam! Oct 14 23:01:39.515 INFO kablam! Doc-tests lib Oct 14 23:01:42.271 INFO blam! Oct 14 23:01:42.271 INFO blam! running 0 tests Oct 14 23:01:42.271 INFO blam! Oct 14 23:01:42.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:01:42.271 INFO blam! Oct 14 23:01:42.287 INFO kablam! su: No module specific data is present Oct 14 23:01:42.971 INFO running `"docker" "rm" "-f" "826ba327677c37a0f33f20ed349b74409dfbcb4fc2f5d79707a1f130cc27f9a8"` Oct 14 23:01:43.299 INFO blam! 826ba327677c37a0f33f20ed349b74409dfbcb4fc2f5d79707a1f130cc27f9a8