Oct 11 00:42:52.480 INFO testing dangreco/interesting against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:42:52.480 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:42:52.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:42:52.920 INFO blam! 3448a9f657abd4937cd68edcc51ffec7e428502d9759907567a03c2545d9ea88 Oct 11 00:42:52.928 INFO running `"docker" "start" "-a" "3448a9f657abd4937cd68edcc51ffec7e428502d9759907567a03c2545d9ea88"` Oct 11 00:42:54.121 INFO kablam! usermod: no changes Oct 11 00:42:54.542 INFO kablam! Compiling quick-xml v0.12.1 Oct 11 00:42:57.320 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 11 00:43:02.862 INFO kablam! warning: unused import: `Error` Oct 11 00:43:02.862 INFO kablam! --> src/main.rs:5:25 Oct 11 00:43:02.862 INFO kablam! | Oct 11 00:43:02.862 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 11 00:43:02.862 INFO kablam! | ^^^^^ Oct 11 00:43:02.862 INFO kablam! | Oct 11 00:43:02.862 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:43:02.862 INFO kablam! Oct 11 00:43:02.862 INFO kablam! warning: unused import: `thread_rng` Oct 11 00:43:02.862 INFO kablam! --> src/main.rs:13:12 Oct 11 00:43:02.862 INFO kablam! | Oct 11 00:43:02.862 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 11 00:43:02.862 INFO kablam! | ^^^^^^^^^^ Oct 11 00:43:02.862 INFO kablam! Oct 11 00:43:03.104 INFO kablam! warning: unused variable: `c` Oct 11 00:43:03.104 INFO kablam! --> src/main.rs:57:9 Oct 11 00:43:03.104 INFO kablam! | Oct 11 00:43:03.104 INFO kablam! 57 | let c = Command::new("gsettings") Oct 11 00:43:03.104 INFO kablam! | ^ help: consider using `_c` instead Oct 11 00:43:03.104 INFO kablam! | Oct 11 00:43:03.104 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:03.104 INFO kablam! Oct 11 00:43:03.104 INFO kablam! warning: unused variable: `tmp` Oct 11 00:43:03.105 INFO kablam! --> src/main.rs:185:9 Oct 11 00:43:03.105 INFO kablam! | Oct 11 00:43:03.105 INFO kablam! 185 | let tmp = path.clone(); Oct 11 00:43:03.105 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 11 00:43:03.105 INFO kablam! Oct 11 00:43:03.112 INFO kablam! warning: field is never used: `owner` Oct 11 00:43:03.112 INFO kablam! --> src/main.rs:90:5 Oct 11 00:43:03.112 INFO kablam! | Oct 11 00:43:03.112 INFO kablam! 90 | owner: String, Oct 11 00:43:03.112 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:43:03.112 INFO kablam! | Oct 11 00:43:03.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:03.112 INFO kablam! Oct 11 00:43:03.114 INFO kablam! warning: field is never used: `secret` Oct 11 00:43:03.114 INFO kablam! --> src/main.rs:91:5 Oct 11 00:43:03.114 INFO kablam! | Oct 11 00:43:03.114 INFO kablam! 91 | secret: String, Oct 11 00:43:03.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:43:03.114 INFO kablam! Oct 11 00:43:03.114 INFO kablam! warning: method is never used: `to_string` Oct 11 00:43:03.114 INFO kablam! --> src/main.rs:107:5 Oct 11 00:43:03.114 INFO kablam! | Oct 11 00:43:03.114 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 11 00:43:03.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:03.114 INFO kablam! Oct 11 00:43:03.114 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 11 00:43:03.114 INFO kablam! --> src/main.rs:166:9 Oct 11 00:43:03.114 INFO kablam! | Oct 11 00:43:03.114 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 11 00:43:03.115 INFO kablam! | ^^^^^^ Oct 11 00:43:03.115 INFO kablam! | Oct 11 00:43:03.115 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:43:03.115 INFO kablam! Oct 11 00:43:03.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:03.115 INFO kablam! --> src/main.rs:191:5 Oct 11 00:43:03.115 INFO kablam! | Oct 11 00:43:03.115 INFO kablam! 191 | buffer.write(&buf[..]); Oct 11 00:43:03.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:03.115 INFO kablam! | Oct 11 00:43:03.115 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:03.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:03.115 INFO kablam! Oct 11 00:43:06.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.38s Oct 11 00:43:06.552 INFO kablam! su: No module specific data is present Oct 11 00:43:06.914 INFO running `"docker" "rm" "-f" "3448a9f657abd4937cd68edcc51ffec7e428502d9759907567a03c2545d9ea88"` Oct 11 00:43:07.036 INFO blam! 3448a9f657abd4937cd68edcc51ffec7e428502d9759907567a03c2545d9ea88 Oct 11 00:43:07.042 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:43:07.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:43:07.270 INFO blam! 74f2aa44c6826f69ecf7fab2f8afb5286581f79258aae8733f588ee9eabfe6bf Oct 11 00:43:07.278 INFO running `"docker" "start" "-a" "74f2aa44c6826f69ecf7fab2f8afb5286581f79258aae8733f588ee9eabfe6bf"` Oct 11 00:43:07.884 INFO kablam! usermod: no changes Oct 11 00:43:08.031 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 11 00:43:13.716 INFO kablam! warning: unused import: `Error` Oct 11 00:43:13.716 INFO kablam! --> src/main.rs:5:25 Oct 11 00:43:13.716 INFO kablam! | Oct 11 00:43:13.717 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 11 00:43:13.717 INFO kablam! | ^^^^^ Oct 11 00:43:13.717 INFO kablam! | Oct 11 00:43:13.717 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:43:13.717 INFO kablam! Oct 11 00:43:13.717 INFO kablam! warning: unused import: `thread_rng` Oct 11 00:43:13.717 INFO kablam! --> src/main.rs:13:12 Oct 11 00:43:13.717 INFO kablam! | Oct 11 00:43:13.717 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 11 00:43:13.717 INFO kablam! | ^^^^^^^^^^ Oct 11 00:43:13.717 INFO kablam! Oct 11 00:43:13.838 INFO kablam! warning: unused variable: `c` Oct 11 00:43:13.838 INFO kablam! --> src/main.rs:57:9 Oct 11 00:43:13.838 INFO kablam! | Oct 11 00:43:13.838 INFO kablam! 57 | let c = Command::new("gsettings") Oct 11 00:43:13.838 INFO kablam! | ^ help: consider using `_c` instead Oct 11 00:43:13.838 INFO kablam! | Oct 11 00:43:13.838 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:43:13.838 INFO kablam! Oct 11 00:43:13.839 INFO kablam! warning: unused variable: `tmp` Oct 11 00:43:13.839 INFO kablam! --> src/main.rs:185:9 Oct 11 00:43:13.839 INFO kablam! | Oct 11 00:43:13.839 INFO kablam! 185 | let tmp = path.clone(); Oct 11 00:43:13.839 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 11 00:43:13.839 INFO kablam! Oct 11 00:43:13.845 INFO kablam! warning: field is never used: `owner` Oct 11 00:43:13.846 INFO kablam! --> src/main.rs:90:5 Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.846 INFO kablam! 90 | owner: String, Oct 11 00:43:13.846 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.846 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:43:13.846 INFO kablam! Oct 11 00:43:13.846 INFO kablam! warning: field is never used: `secret` Oct 11 00:43:13.846 INFO kablam! --> src/main.rs:91:5 Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.846 INFO kablam! 91 | secret: String, Oct 11 00:43:13.846 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:43:13.846 INFO kablam! Oct 11 00:43:13.846 INFO kablam! warning: method is never used: `to_string` Oct 11 00:43:13.846 INFO kablam! --> src/main.rs:107:5 Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.846 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 11 00:43:13.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:13.846 INFO kablam! Oct 11 00:43:13.846 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 11 00:43:13.846 INFO kablam! --> src/main.rs:166:9 Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.846 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 11 00:43:13.846 INFO kablam! | ^^^^^^ Oct 11 00:43:13.846 INFO kablam! | Oct 11 00:43:13.847 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:43:13.847 INFO kablam! Oct 11 00:43:13.847 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:43:13.847 INFO kablam! --> src/main.rs:191:5 Oct 11 00:43:13.847 INFO kablam! | Oct 11 00:43:13.847 INFO kablam! 191 | buffer.write(&buf[..]); Oct 11 00:43:13.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:43:13.847 INFO kablam! | Oct 11 00:43:13.847 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:43:13.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:43:13.847 INFO kablam! Oct 11 00:43:14.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.53s Oct 11 00:43:14.450 INFO kablam! su: No module specific data is present Oct 11 00:43:16.893 INFO running `"docker" "rm" "-f" "74f2aa44c6826f69ecf7fab2f8afb5286581f79258aae8733f588ee9eabfe6bf"` Oct 11 00:43:17.322 INFO blam! 74f2aa44c6826f69ecf7fab2f8afb5286581f79258aae8733f588ee9eabfe6bf Oct 11 00:43:17.332 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:43:17.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:43:17.700 INFO blam! b76d783a78573521e7e1d9f49bd1c95f4b9a79e388ab44bb2eda0db334dece1b Oct 11 00:43:17.708 INFO running `"docker" "start" "-a" "b76d783a78573521e7e1d9f49bd1c95f4b9a79e388ab44bb2eda0db334dece1b"` Oct 11 00:43:19.102 INFO kablam! usermod: no changes Oct 11 00:43:19.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 11 00:43:19.359 INFO kablam! Running /target/debug/deps/interesting-d5a7511ac32e6d05 Oct 11 00:43:19.364 INFO kablam! su: No module specific data is present Oct 11 00:43:19.364 INFO blam! Oct 11 00:43:19.364 INFO blam! running 0 tests Oct 11 00:43:19.364 INFO blam! Oct 11 00:43:19.364 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:43:19.364 INFO blam! Oct 11 00:43:20.048 INFO running `"docker" "rm" "-f" "b76d783a78573521e7e1d9f49bd1c95f4b9a79e388ab44bb2eda0db334dece1b"` Oct 11 00:43:20.348 INFO blam! b76d783a78573521e7e1d9f49bd1c95f4b9a79e388ab44bb2eda0db334dece1b