Oct 14 23:43:39.966 INFO testing dangreco/interesting against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:43:39.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:40.533 INFO blam! 141c96e780a2152fd7e98652d1cef35cab5c039aa28d487b84a982306aa680d3 Oct 14 23:43:40.535 INFO running `"docker" "start" "-a" "141c96e780a2152fd7e98652d1cef35cab5c039aa28d487b84a982306aa680d3"` Oct 14 23:43:41.948 INFO kablam! usermod: no changes Oct 14 23:43:42.360 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 23:43:42.368 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 14 23:43:42.369 INFO kablam! Compiling backtrace v0.3.8 Oct 14 23:43:44.566 INFO kablam! Compiling failure v0.1.1 Oct 14 23:43:45.367 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 23:43:46.239 INFO kablam! Compiling quick-xml v0.12.1 Oct 14 23:43:49.195 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 23:43:49.195 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 23:43:49.218 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 23:43:52.423 INFO kablam! Compiling tokio v0.1.7 Oct 14 23:43:55.071 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 23:43:58.331 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 23:43:58.331 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 23:44:01.951 INFO kablam! Compiling hyper v0.11.27 Oct 14 23:44:14.435 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 23:44:16.518 INFO kablam! Compiling reqwest v0.8.6 Oct 14 23:44:27.996 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 14 23:44:30.319 INFO kablam! warning: unused import: `Error` Oct 14 23:44:30.319 INFO kablam! --> src/main.rs:5:25 Oct 14 23:44:30.319 INFO kablam! | Oct 14 23:44:30.319 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 14 23:44:30.319 INFO kablam! | ^^^^^ Oct 14 23:44:30.319 INFO kablam! | Oct 14 23:44:30.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:44:30.319 INFO kablam! Oct 14 23:44:30.319 INFO kablam! warning: unused import: `thread_rng` Oct 14 23:44:30.319 INFO kablam! --> src/main.rs:13:12 Oct 14 23:44:30.319 INFO kablam! | Oct 14 23:44:30.319 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 14 23:44:30.319 INFO kablam! | ^^^^^^^^^^ Oct 14 23:44:30.319 INFO kablam! Oct 14 23:44:30.471 INFO kablam! warning: unused variable: `c` Oct 14 23:44:30.471 INFO kablam! --> src/main.rs:57:9 Oct 14 23:44:30.471 INFO kablam! | Oct 14 23:44:30.471 INFO kablam! 57 | let c = Command::new("gsettings") Oct 14 23:44:30.471 INFO kablam! | ^ help: consider using `_c` instead Oct 14 23:44:30.471 INFO kablam! | Oct 14 23:44:30.471 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:44:30.471 INFO kablam! Oct 14 23:44:30.471 INFO kablam! warning: unused variable: `tmp` Oct 14 23:44:30.471 INFO kablam! --> src/main.rs:185:9 Oct 14 23:44:30.471 INFO kablam! | Oct 14 23:44:30.471 INFO kablam! 185 | let tmp = path.clone(); Oct 14 23:44:30.471 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 14 23:44:30.471 INFO kablam! Oct 14 23:44:30.495 INFO kablam! warning: field is never used: `owner` Oct 14 23:44:30.495 INFO kablam! --> src/main.rs:90:5 Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! 90 | owner: String, Oct 14 23:44:30.495 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:44:30.495 INFO kablam! Oct 14 23:44:30.495 INFO kablam! warning: field is never used: `secret` Oct 14 23:44:30.495 INFO kablam! --> src/main.rs:91:5 Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! 91 | secret: String, Oct 14 23:44:30.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:44:30.495 INFO kablam! Oct 14 23:44:30.495 INFO kablam! warning: method is never used: `to_string` Oct 14 23:44:30.495 INFO kablam! --> src/main.rs:107:5 Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 14 23:44:30.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:30.495 INFO kablam! Oct 14 23:44:30.495 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 14 23:44:30.495 INFO kablam! --> src/main.rs:166:9 Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 14 23:44:30.495 INFO kablam! | ^^^^^^ Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:44:30.495 INFO kablam! Oct 14 23:44:30.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:44:30.495 INFO kablam! --> src/main.rs:191:5 Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! 191 | buffer.write(&buf[..]); Oct 14 23:44:30.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:30.495 INFO kablam! | Oct 14 23:44:30.495 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:44:30.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:44:30.495 INFO kablam! Oct 14 23:44:35.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.12s Oct 14 23:44:35.115 INFO kablam! su: No module specific data is present Oct 14 23:44:36.191 INFO running `"docker" "rm" "-f" "141c96e780a2152fd7e98652d1cef35cab5c039aa28d487b84a982306aa680d3"` Oct 14 23:44:36.487 INFO blam! 141c96e780a2152fd7e98652d1cef35cab5c039aa28d487b84a982306aa680d3 Oct 14 23:44:36.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:44:36.926 INFO blam! bb28afda410233c87b9ae7a4e676a0f5016ce3755ff7b44630742d2166f86efe Oct 14 23:44:36.947 INFO running `"docker" "start" "-a" "bb28afda410233c87b9ae7a4e676a0f5016ce3755ff7b44630742d2166f86efe"` Oct 14 23:44:38.498 INFO kablam! usermod: no changes Oct 14 23:44:38.778 INFO kablam! Compiling interesting v0.1.0 (/source) Oct 14 23:44:40.940 INFO kablam! warning: unused import: `Error` Oct 14 23:44:40.940 INFO kablam! --> src/main.rs:5:25 Oct 14 23:44:40.940 INFO kablam! | Oct 14 23:44:40.940 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 14 23:44:40.940 INFO kablam! | ^^^^^ Oct 14 23:44:40.940 INFO kablam! | Oct 14 23:44:40.942 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:44:40.942 INFO kablam! Oct 14 23:44:40.942 INFO kablam! warning: unused import: `thread_rng` Oct 14 23:44:40.942 INFO kablam! --> src/main.rs:13:12 Oct 14 23:44:40.942 INFO kablam! | Oct 14 23:44:40.942 INFO kablam! 13 | use rand::{thread_rng, Rng}; Oct 14 23:44:40.942 INFO kablam! | ^^^^^^^^^^ Oct 14 23:44:40.942 INFO kablam! Oct 14 23:44:41.059 INFO kablam! warning: unused variable: `c` Oct 14 23:44:41.060 INFO kablam! --> src/main.rs:57:9 Oct 14 23:44:41.060 INFO kablam! | Oct 14 23:44:41.060 INFO kablam! 57 | let c = Command::new("gsettings") Oct 14 23:44:41.060 INFO kablam! | ^ help: consider using `_c` instead Oct 14 23:44:41.060 INFO kablam! | Oct 14 23:44:41.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:44:41.060 INFO kablam! Oct 14 23:44:41.060 INFO kablam! warning: unused variable: `tmp` Oct 14 23:44:41.060 INFO kablam! --> src/main.rs:185:9 Oct 14 23:44:41.060 INFO kablam! | Oct 14 23:44:41.060 INFO kablam! 185 | let tmp = path.clone(); Oct 14 23:44:41.060 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 14 23:44:41.060 INFO kablam! Oct 14 23:44:41.075 INFO kablam! warning: field is never used: `owner` Oct 14 23:44:41.075 INFO kablam! --> src/main.rs:90:5 Oct 14 23:44:41.075 INFO kablam! | Oct 14 23:44:41.075 INFO kablam! 90 | owner: String, Oct 14 23:44:41.075 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:44:41.075 INFO kablam! | Oct 14 23:44:41.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:44:41.075 INFO kablam! Oct 14 23:44:41.075 INFO kablam! warning: field is never used: `secret` Oct 14 23:44:41.075 INFO kablam! --> src/main.rs:91:5 Oct 14 23:44:41.075 INFO kablam! | Oct 14 23:44:41.075 INFO kablam! 91 | secret: String, Oct 14 23:44:41.075 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:44:41.075 INFO kablam! Oct 14 23:44:41.075 INFO kablam! warning: method is never used: `to_string` Oct 14 23:44:41.075 INFO kablam! --> src/main.rs:107:5 Oct 14 23:44:41.075 INFO kablam! | Oct 14 23:44:41.075 INFO kablam! 107 | fn to_string(&mut self) -> String Oct 14 23:44:41.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:41.075 INFO kablam! Oct 14 23:44:41.079 INFO kablam! warning: variable `realId` should have a snake case name such as `real_id` Oct 14 23:44:41.079 INFO kablam! --> src/main.rs:166:9 Oct 14 23:44:41.079 INFO kablam! | Oct 14 23:44:41.079 INFO kablam! 166 | let realId = &photo.id[1..&photo.id.len()-1]; Oct 14 23:44:41.079 INFO kablam! | ^^^^^^ Oct 14 23:44:41.079 INFO kablam! | Oct 14 23:44:41.079 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:44:41.079 INFO kablam! Oct 14 23:44:41.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:44:41.079 INFO kablam! --> src/main.rs:191:5 Oct 14 23:44:41.079 INFO kablam! | Oct 14 23:44:41.079 INFO kablam! 191 | buffer.write(&buf[..]); Oct 14 23:44:41.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:44:41.079 INFO kablam! | Oct 14 23:44:41.079 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:44:41.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:44:41.079 INFO kablam! Oct 14 23:44:41.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.24s Oct 14 23:44:41.786 INFO kablam! su: No module specific data is present Oct 14 23:44:42.756 INFO running `"docker" "rm" "-f" "bb28afda410233c87b9ae7a4e676a0f5016ce3755ff7b44630742d2166f86efe"` Oct 14 23:44:43.093 INFO blam! bb28afda410233c87b9ae7a4e676a0f5016ce3755ff7b44630742d2166f86efe Oct 14 23:44:43.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:44:43.515 INFO blam! b5098854608a3de3d32b8e776fe5f4e9ac2f0133dd0290c5c2da06fbe90a35e4 Oct 14 23:44:43.517 INFO running `"docker" "start" "-a" "b5098854608a3de3d32b8e776fe5f4e9ac2f0133dd0290c5c2da06fbe90a35e4"` Oct 14 23:44:45.241 INFO kablam! usermod: no changes Oct 14 23:44:45.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 14 23:44:45.599 INFO kablam! Running /target/debug/deps/interesting-d5a7511ac32e6d05 Oct 14 23:44:45.603 INFO blam! Oct 14 23:44:45.603 INFO blam! running 0 tests Oct 14 23:44:45.603 INFO blam! Oct 14 23:44:45.603 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:44:45.603 INFO blam! Oct 14 23:44:45.604 INFO kablam! su: No module specific data is present Oct 14 23:44:46.931 INFO running `"docker" "rm" "-f" "b5098854608a3de3d32b8e776fe5f4e9ac2f0133dd0290c5c2da06fbe90a35e4"` Oct 14 23:44:47.346 INFO blam! b5098854608a3de3d32b8e776fe5f4e9ac2f0133dd0290c5c2da06fbe90a35e4