Oct 14 23:43:37.602 INFO testing dangreco/interesting against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:43:37.602 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:43:38.029 INFO blam! be833c84571e0574ee99149e1c9179e2225149070e1a96f8a5f609e5fd4b5e92 Oct 14 23:43:38.030 INFO running `"docker" "start" "-a" "be833c84571e0574ee99149e1c9179e2225149070e1a96f8a5f609e5fd4b5e92"` Oct 14 23:43:39.123 INFO kablam! usermod: no changes Oct 14 23:43:39.479 INFO kablam! Compiling rand v0.5.1 Oct 14 23:43:39.509 INFO kablam! Compiling failure v0.1.1 Oct 14 23:43:40.815 INFO kablam! Compiling quick-xml v0.12.1 Oct 14 23:43:44.703 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 14 23:43:47.715 INFO kablam! warning: unused import: `Error` Oct 14 23:43:47.715 INFO kablam! --> src/main.rs:5:25 Oct 14 23:43:47.715 INFO kablam! | Oct 14 23:43:47.715 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 14 23:43:47.715 INFO kablam! | ^^^^^ Oct 14 23:43:47.715 INFO kablam! | Oct 14 23:43:47.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:47.715 INFO kablam! Oct 14 23:43:47.715 INFO kablam! warning: unused import: `thread_rng` Oct 14 23:43:47.715 INFO kablam! --> src/main.rs:13:12 Oct 14 23:43:47.715 INFO kablam! | Oct 14 23:43:47.715 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 14 23:43:47.715 INFO kablam! | ^^^^^^^^^^ Oct 14 23:43:47.715 INFO kablam! Oct 14 23:43:47.963 INFO kablam! warning: unused variable: `c` Oct 14 23:43:47.963 INFO kablam! --> src/main.rs:57:9 Oct 14 23:43:47.963 INFO kablam! | Oct 14 23:43:47.963 INFO kablam! 57 | let c = Command::new("gsettings") Oct 14 23:43:47.963 INFO kablam! | ^ help: consider using `_c` instead Oct 14 23:43:47.963 INFO kablam! | Oct 14 23:43:47.963 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:47.963 INFO kablam! Oct 14 23:43:47.963 INFO kablam! warning: unused variable: `tmp` Oct 14 23:43:47.963 INFO kablam! --> src/main.rs:185:9 Oct 14 23:43:47.963 INFO kablam! | Oct 14 23:43:47.963 INFO kablam! 185 | let tmp = path.clone(); Oct 14 23:43:47.963 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 14 23:43:47.963 INFO kablam! Oct 14 23:43:47.985 INFO kablam! warning: field is never used: `owner` Oct 14 23:43:47.985 INFO kablam! --> src/main.rs:90:5 Oct 14 23:43:47.985 INFO kablam! | Oct 14 23:43:47.985 INFO kablam! 90 | owner: String, Oct 14 23:43:47.985 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:43:47.985 INFO kablam! | Oct 14 23:43:47.985 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:47.985 INFO kablam! Oct 14 23:43:47.985 INFO kablam! warning: field is never used: `secret` Oct 14 23:43:47.985 INFO kablam! --> src/main.rs:91:5 Oct 14 23:43:47.985 INFO kablam! | Oct 14 23:43:47.985 INFO kablam! 91 | secret: String, Oct 14 23:43:47.985 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:43:47.985 INFO kablam! Oct 14 23:43:47.985 INFO kablam! warning: method is never used: `to_string` Oct 14 23:43:47.985 INFO kablam! --> src/main.rs:107:5 Oct 14 23:43:47.985 INFO kablam! | Oct 14 23:43:47.985 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 14 23:43:47.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.985 INFO kablam! Oct 14 23:43:47.989 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 14 23:43:47.989 INFO kablam! --> src/main.rs:166:9 Oct 14 23:43:47.989 INFO kablam! | Oct 14 23:43:47.989 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 14 23:43:47.989 INFO kablam! | ^^^^^^ Oct 14 23:43:47.989 INFO kablam! | Oct 14 23:43:47.989 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:43:47.989 INFO kablam! Oct 14 23:43:47.989 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:47.989 INFO kablam! --> src/main.rs:191:5 Oct 14 23:43:47.989 INFO kablam! | Oct 14 23:43:47.989 INFO kablam! 191 | buffer.write(&buf[..]); Oct 14 23:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:47.989 INFO kablam! | Oct 14 23:43:47.989 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:47.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:47.989 INFO kablam! Oct 14 23:43:52.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.07s Oct 14 23:43:52.253 INFO kablam! su: No module specific data is present Oct 14 23:43:52.905 INFO running `"docker" "rm" "-f" "be833c84571e0574ee99149e1c9179e2225149070e1a96f8a5f609e5fd4b5e92"` Oct 14 23:43:53.194 INFO blam! be833c84571e0574ee99149e1c9179e2225149070e1a96f8a5f609e5fd4b5e92 Oct 14 23:43:53.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:43:53.767 INFO blam! cafae65a24fb647d1afe18e9f2bee88eb777f2ad3cc9d84ac1f5e08a5f057184 Oct 14 23:43:53.771 INFO running `"docker" "start" "-a" "cafae65a24fb647d1afe18e9f2bee88eb777f2ad3cc9d84ac1f5e08a5f057184"` Oct 14 23:43:55.170 INFO kablam! usermod: no changes Oct 14 23:43:55.411 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 14 23:43:57.413 INFO kablam! warning: unused import: `Error` Oct 14 23:43:57.413 INFO kablam! --> src/main.rs:5:25 Oct 14 23:43:57.413 INFO kablam! | Oct 14 23:43:57.413 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 14 23:43:57.413 INFO kablam! | ^^^^^ Oct 14 23:43:57.413 INFO kablam! | Oct 14 23:43:57.413 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:43:57.413 INFO kablam! Oct 14 23:43:57.413 INFO kablam! warning: unused import: `thread_rng` Oct 14 23:43:57.413 INFO kablam! --> src/main.rs:13:12 Oct 14 23:43:57.413 INFO kablam! | Oct 14 23:43:57.413 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 14 23:43:57.413 INFO kablam! | ^^^^^^^^^^ Oct 14 23:43:57.413 INFO kablam! Oct 14 23:43:57.523 INFO kablam! warning: unused variable: `c` Oct 14 23:43:57.523 INFO kablam! --> src/main.rs:57:9 Oct 14 23:43:57.523 INFO kablam! | Oct 14 23:43:57.523 INFO kablam! 57 | let c = Command::new("gsettings") Oct 14 23:43:57.523 INFO kablam! | ^ help: consider using `_c` instead Oct 14 23:43:57.523 INFO kablam! | Oct 14 23:43:57.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:43:57.523 INFO kablam! Oct 14 23:43:57.523 INFO kablam! warning: unused variable: `tmp` Oct 14 23:43:57.523 INFO kablam! --> src/main.rs:185:9 Oct 14 23:43:57.523 INFO kablam! | Oct 14 23:43:57.523 INFO kablam! 185 | let tmp = path.clone(); Oct 14 23:43:57.524 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 14 23:43:57.524 INFO kablam! Oct 14 23:43:57.535 INFO kablam! warning: field is never used: `owner` Oct 14 23:43:57.535 INFO kablam! --> src/main.rs:90:5 Oct 14 23:43:57.535 INFO kablam! | Oct 14 23:43:57.535 INFO kablam! 90 | owner: String, Oct 14 23:43:57.535 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:43:57.535 INFO kablam! | Oct 14 23:43:57.535 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:43:57.535 INFO kablam! Oct 14 23:43:57.535 INFO kablam! warning: field is never used: `secret` Oct 14 23:43:57.535 INFO kablam! --> src/main.rs:91:5 Oct 14 23:43:57.535 INFO kablam! | Oct 14 23:43:57.536 INFO kablam! 91 | secret: String, Oct 14 23:43:57.536 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:43:57.536 INFO kablam! Oct 14 23:43:57.536 INFO kablam! warning: method is never used: `to_string` Oct 14 23:43:57.536 INFO kablam! --> src/main.rs:107:5 Oct 14 23:43:57.536 INFO kablam! | Oct 14 23:43:57.536 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 14 23:43:57.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.536 INFO kablam! Oct 14 23:43:57.536 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 14 23:43:57.536 INFO kablam! --> src/main.rs:166:9 Oct 14 23:43:57.536 INFO kablam! | Oct 14 23:43:57.536 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 14 23:43:57.536 INFO kablam! | ^^^^^^ Oct 14 23:43:57.536 INFO kablam! | Oct 14 23:43:57.536 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:43:57.536 INFO kablam! Oct 14 23:43:57.536 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:43:57.536 INFO kablam! --> src/main.rs:191:5 Oct 14 23:43:57.536 INFO kablam! | Oct 14 23:43:57.537 INFO kablam! 191 | buffer.write(&buf[..]); Oct 14 23:43:57.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:43:57.537 INFO kablam! | Oct 14 23:43:57.537 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:43:57.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:43:57.537 INFO kablam! Oct 14 23:43:58.202 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 14 23:43:58.227 INFO kablam! su: No module specific data is present Oct 14 23:43:59.083 INFO running `"docker" "rm" "-f" "cafae65a24fb647d1afe18e9f2bee88eb777f2ad3cc9d84ac1f5e08a5f057184"` Oct 14 23:43:59.455 INFO blam! cafae65a24fb647d1afe18e9f2bee88eb777f2ad3cc9d84ac1f5e08a5f057184 Oct 14 23:43:59.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:43:59.947 INFO blam! bcd1b6d4865524d75229cdefe864af175ee54e26ca68810dcd4e6a6b739489e6 Oct 14 23:43:59.949 INFO running `"docker" "start" "-a" "bcd1b6d4865524d75229cdefe864af175ee54e26ca68810dcd4e6a6b739489e6"` Oct 14 23:44:01.114 INFO kablam! usermod: no changes Oct 14 23:44:01.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 23:44:01.347 INFO kablam! Running /target/debug/deps/interesting-5a08814f7f9cee5e Oct 14 23:44:01.351 INFO blam! Oct 14 23:44:01.352 INFO blam! running 0 tests Oct 14 23:44:01.352 INFO blam! Oct 14 23:44:01.352 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:44:01.353 INFO blam! Oct 14 23:44:01.354 INFO kablam! su: No module specific data is present Oct 14 23:44:01.843 INFO running `"docker" "rm" "-f" "bcd1b6d4865524d75229cdefe864af175ee54e26ca68810dcd4e6a6b739489e6"` Oct 14 23:44:02.175 INFO blam! bcd1b6d4865524d75229cdefe864af175ee54e26ca68810dcd4e6a6b739489e6