Oct 15 13:16:08.625 INFO testing zacli-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:16:08.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 13:16:08.947 INFO blam! 1b11cbc0fb314134343cc12aa98385a5ceb93538551f725397705f8323b84d5c Oct 15 13:16:08.950 INFO running `"docker" "start" "-a" "1b11cbc0fb314134343cc12aa98385a5ceb93538551f725397705f8323b84d5c"` Oct 15 13:16:10.139 INFO kablam! usermod: no changes Oct 15 13:16:10.523 INFO kablam! Compiling tokio-service v0.1.0 Oct 15 13:16:10.527 INFO kablam! Compiling relay v0.1.1 Oct 15 13:16:10.539 INFO kablam! Compiling openssl-sys v0.9.37 Oct 15 13:16:10.540 INFO kablam! Compiling mio v0.6.16 Oct 15 13:16:10.540 INFO kablam! Compiling want v0.0.4 Oct 15 13:16:10.540 INFO kablam! Compiling tokio-io v0.1.9 Oct 15 13:16:10.540 INFO kablam! Compiling toml v0.4.8 Oct 15 13:16:10.547 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 15 13:16:12.519 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 13:16:16.471 INFO kablam! Compiling tokio-codec v0.1.1 Oct 15 13:16:17.764 INFO kablam! Compiling openssl v0.9.24 Oct 15 13:16:21.263 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 13:16:24.126 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 13:16:24.411 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 13:16:29.216 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 13:16:29.216 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 13:16:29.216 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 13:16:34.739 INFO kablam! Compiling tokio v0.1.11 Oct 15 13:16:37.012 INFO kablam! Compiling native-tls v0.1.5 Oct 15 13:16:40.091 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 13:16:43.655 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 13:16:43.655 INFO kablam! Compiling hyper v0.11.27 Oct 15 13:16:55.515 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 13:16:58.879 INFO kablam! Compiling reqwest v0.8.8 Oct 15 13:17:11.158 INFO kablam! Compiling zaif-api v0.5.0 Oct 15 13:17:18.685 INFO kablam! Compiling zacli v0.1.0 (/source) Oct 15 13:17:23.043 INFO kablam! warning: unused import: `std::env` Oct 15 13:17:23.044 INFO kablam! --> src/commands/config.rs:3:5 Oct 15 13:17:23.044 INFO kablam! | Oct 15 13:17:23.044 INFO kablam! 3 | use std::env; Oct 15 13:17:23.045 INFO kablam! | ^^^^^^^^ Oct 15 13:17:23.045 INFO kablam! | Oct 15 13:17:23.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:17:23.045 INFO kablam! Oct 15 13:17:23.059 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 13:17:23.059 INFO kablam! --> src/config/mod.rs:12:20 Oct 15 13:17:23.059 INFO kablam! | Oct 15 13:17:23.059 INFO kablam! 12 | let mut path = env::home_dir() Oct 15 13:17:23.059 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:17:23.059 INFO kablam! | Oct 15 13:17:23.059 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:17:23.059 INFO kablam! Oct 15 13:17:23.279 INFO kablam! warning: unused variable: `config` Oct 15 13:17:23.279 INFO kablam! --> src/commands/config.rs:43:13 Oct 15 13:17:23.279 INFO kablam! | Oct 15 13:17:23.279 INFO kablam! 43 | let config = config::open_config(file_path.as_path()).unwrap(); Oct 15 13:17:23.279 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 13:17:23.279 INFO kablam! | Oct 15 13:17:23.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:23.279 INFO kablam! Oct 15 13:17:23.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:17:23.355 INFO kablam! --> src/config/mod.rs:24:5 Oct 15 13:17:23.355 INFO kablam! | Oct 15 13:17:23.355 INFO kablam! 24 | write_contents(path, &contents); Oct 15 13:17:23.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:17:23.355 INFO kablam! | Oct 15 13:17:23.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:17:23.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:17:23.355 INFO kablam! Oct 15 13:17:28.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 15 13:17:28.452 INFO kablam! su: No module specific data is present Oct 15 13:17:29.186 INFO running `"docker" "rm" "-f" "1b11cbc0fb314134343cc12aa98385a5ceb93538551f725397705f8323b84d5c"` Oct 15 13:17:29.489 INFO blam! 1b11cbc0fb314134343cc12aa98385a5ceb93538551f725397705f8323b84d5c Oct 15 13:17:29.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 13:17:29.983 INFO blam! 79fa91369fba825ad6cd4f8163a4e00187a6f5572d8097376f1d3d8313948940 Oct 15 13:17:29.986 INFO running `"docker" "start" "-a" "79fa91369fba825ad6cd4f8163a4e00187a6f5572d8097376f1d3d8313948940"` Oct 15 13:17:31.931 INFO kablam! usermod: no changes Oct 15 13:17:32.247 INFO kablam! Compiling zacli v0.1.0 (/source) Oct 15 13:17:36.431 INFO kablam! warning: unused import: `std::env` Oct 15 13:17:36.431 INFO kablam! --> src/commands/config.rs:3:5 Oct 15 13:17:36.431 INFO kablam! | Oct 15 13:17:36.431 INFO kablam! 3 | use std::env; Oct 15 13:17:36.431 INFO kablam! | ^^^^^^^^ Oct 15 13:17:36.431 INFO kablam! | Oct 15 13:17:36.431 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:17:36.431 INFO kablam! Oct 15 13:17:36.447 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 13:17:36.447 INFO kablam! --> src/config/mod.rs:12:20 Oct 15 13:17:36.447 INFO kablam! | Oct 15 13:17:36.447 INFO kablam! 12 | let mut path = env::home_dir() Oct 15 13:17:36.447 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:17:36.447 INFO kablam! | Oct 15 13:17:36.447 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:17:36.447 INFO kablam! Oct 15 13:17:36.627 INFO kablam! warning: unused variable: `config` Oct 15 13:17:36.627 INFO kablam! --> src/commands/config.rs:43:13 Oct 15 13:17:36.627 INFO kablam! | Oct 15 13:17:36.627 INFO kablam! 43 | let config = config::open_config(file_path.as_path()).unwrap(); Oct 15 13:17:36.627 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 13:17:36.627 INFO kablam! | Oct 15 13:17:36.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:36.627 INFO kablam! Oct 15 13:17:36.699 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:17:36.699 INFO kablam! --> src/config/mod.rs:24:5 Oct 15 13:17:36.699 INFO kablam! | Oct 15 13:17:36.699 INFO kablam! 24 | write_contents(path, &contents); Oct 15 13:17:36.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:17:36.699 INFO kablam! | Oct 15 13:17:36.699 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:17:36.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:17:36.699 INFO kablam! Oct 15 13:17:37.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.47s Oct 15 13:17:37.456 INFO kablam! su: No module specific data is present Oct 15 13:17:38.275 INFO running `"docker" "rm" "-f" "79fa91369fba825ad6cd4f8163a4e00187a6f5572d8097376f1d3d8313948940"` Oct 15 13:17:38.507 INFO blam! 79fa91369fba825ad6cd4f8163a4e00187a6f5572d8097376f1d3d8313948940 Oct 15 13:17:38.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 13:17:39.064 INFO blam! e7a6e7e769daf4c8d499f9bd98e603ce65ee1ca3a5e0b96d43e6d8e6f8686bc7 Oct 15 13:17:39.067 INFO running `"docker" "start" "-a" "e7a6e7e769daf4c8d499f9bd98e603ce65ee1ca3a5e0b96d43e6d8e6f8686bc7"` Oct 15 13:17:40.359 INFO kablam! usermod: no changes Oct 15 13:17:40.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 13:17:40.631 INFO kablam! Running /target/debug/deps/zacli-aa38cc400deff885 Oct 15 13:17:40.639 INFO blam! Oct 15 13:17:40.639 INFO blam! running 0 tests Oct 15 13:17:40.639 INFO blam! Oct 15 13:17:40.639 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:17:40.639 INFO blam! Oct 15 13:17:40.642 INFO kablam! su: No module specific data is present Oct 15 13:17:41.447 INFO running `"docker" "rm" "-f" "e7a6e7e769daf4c8d499f9bd98e603ce65ee1ca3a5e0b96d43e6d8e6f8686bc7"` Oct 15 13:17:41.662 INFO blam! e7a6e7e769daf4c8d499f9bd98e603ce65ee1ca3a5e0b96d43e6d8e6f8686bc7