Oct 15 13:16:08.480 INFO testing zacli-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 13:16:08.480 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 15 13:16:08.832 INFO blam! 40cb00732bc70dcd0a74ab81e57b9cd74780e73123d944176d7239cbbe202e9c Oct 15 13:16:08.837 INFO running `"docker" "start" "-a" "40cb00732bc70dcd0a74ab81e57b9cd74780e73123d944176d7239cbbe202e9c"` Oct 15 13:16:09.797 INFO kablam! usermod: no changes Oct 15 13:16:10.223 INFO kablam! Compiling encoding_rs v0.8.10 Oct 15 13:16:10.232 INFO kablam! Compiling tokio-service v0.1.0 Oct 15 13:16:10.232 INFO kablam! Compiling relay v0.1.1 Oct 15 13:16:10.232 INFO kablam! Compiling openssl-sys v0.9.37 Oct 15 13:16:10.232 INFO kablam! Compiling want v0.0.4 Oct 15 13:16:10.232 INFO kablam! Compiling mio v0.6.16 Oct 15 13:16:10.243 INFO kablam! Compiling tokio-io v0.1.9 Oct 15 13:16:10.243 INFO kablam! Compiling serde_json v1.0.32 Oct 15 13:16:12.110 INFO kablam! Compiling toml v0.4.8 Oct 15 13:16:12.867 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 15 13:16:15.867 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 13:16:20.584 INFO kablam! Compiling tokio-codec v0.1.1 Oct 15 13:16:20.691 INFO kablam! Compiling openssl v0.9.24 Oct 15 13:16:20.711 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 13:16:20.727 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 13:16:30.839 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 13:16:32.083 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 13:16:32.083 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 13:16:32.084 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 13:16:37.507 INFO kablam! Compiling tokio v0.1.11 Oct 15 13:16:39.995 INFO kablam! Compiling native-tls v0.1.5 Oct 15 13:16:42.379 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 13:16:46.183 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 13:16:46.183 INFO kablam! Compiling hyper v0.11.27 Oct 15 13:16:59.344 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 13:17:02.620 INFO kablam! Compiling reqwest v0.8.8 Oct 15 13:17:15.255 INFO kablam! Compiling zaif-api v0.5.0 Oct 15 13:17:22.143 INFO kablam! Compiling zacli v0.1.0 (/source) Oct 15 13:17:26.347 INFO kablam! warning: unused import: `std::env` Oct 15 13:17:26.347 INFO kablam! --> src/commands/config.rs:3:5 Oct 15 13:17:26.347 INFO kablam! | Oct 15 13:17:26.347 INFO kablam! 3 | use std::env; Oct 15 13:17:26.347 INFO kablam! | ^^^^^^^^ Oct 15 13:17:26.347 INFO kablam! | Oct 15 13:17:26.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:17:26.347 INFO kablam! Oct 15 13:17:26.355 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:26.355 INFO kablam! --> src/config/mod.rs:12:20 Oct 15 13:17:26.355 INFO kablam! | Oct 15 13:17:26.355 INFO kablam! 12 | let mut path = env::home_dir() Oct 15 13:17:26.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:17:26.355 INFO kablam! | Oct 15 13:17:26.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:17:26.355 INFO kablam! Oct 15 13:17:26.535 INFO kablam! warning: unused variable: `config` Oct 15 13:17:26.535 INFO kablam! --> src/commands/config.rs:43:13 Oct 15 13:17:26.535 INFO kablam! | Oct 15 13:17:26.535 INFO kablam! 43 | let config = config::open_config(file_path.as_path()).unwrap(); Oct 15 13:17:26.535 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 13:17:26.535 INFO kablam! | Oct 15 13:17:26.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:26.535 INFO kablam! Oct 15 13:17:26.603 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:17:26.603 INFO kablam! --> src/config/mod.rs:24:5 Oct 15 13:17:26.603 INFO kablam! | Oct 15 13:17:26.603 INFO kablam! 24 | write_contents(path, &contents); Oct 15 13:17:26.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:17:26.603 INFO kablam! | Oct 15 13:17:26.603 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:17:26.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:17:26.603 INFO kablam! Oct 15 13:17:31.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 15 13:17:31.757 INFO kablam! su: No module specific data is present Oct 15 13:17:32.435 INFO running `"docker" "rm" "-f" "40cb00732bc70dcd0a74ab81e57b9cd74780e73123d944176d7239cbbe202e9c"` Oct 15 13:17:32.819 INFO blam! 40cb00732bc70dcd0a74ab81e57b9cd74780e73123d944176d7239cbbe202e9c Oct 15 13:17:32.827 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 15 13:17:33.347 INFO blam! e55092ba6c59fb7d7a3653f96b433b9a62bd54782af93fa4fd300b4c94dca697 Oct 15 13:17:33.363 INFO running `"docker" "start" "-a" "e55092ba6c59fb7d7a3653f96b433b9a62bd54782af93fa4fd300b4c94dca697"` Oct 15 13:17:34.721 INFO kablam! usermod: no changes Oct 15 13:17:35.047 INFO kablam! Compiling zacli v0.1.0 (/source) Oct 15 13:17:39.427 INFO kablam! warning: unused import: `std::env` Oct 15 13:17:39.427 INFO kablam! --> src/commands/config.rs:3:5 Oct 15 13:17:39.427 INFO kablam! | Oct 15 13:17:39.427 INFO kablam! 3 | use std::env; Oct 15 13:17:39.427 INFO kablam! | ^^^^^^^^ Oct 15 13:17:39.427 INFO kablam! | Oct 15 13:17:39.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:17:39.435 INFO kablam! Oct 15 13:17:39.459 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:39.459 INFO kablam! --> src/config/mod.rs:12:20 Oct 15 13:17:39.459 INFO kablam! | Oct 15 13:17:39.459 INFO kablam! 12 | let mut path = env::home_dir() Oct 15 13:17:39.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:17:39.459 INFO kablam! | Oct 15 13:17:39.459 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:17:39.459 INFO kablam! Oct 15 13:17:39.635 INFO kablam! warning: unused variable: `config` Oct 15 13:17:39.635 INFO kablam! --> src/commands/config.rs:43:13 Oct 15 13:17:39.635 INFO kablam! | Oct 15 13:17:39.635 INFO kablam! 43 | let config = config::open_config(file_path.as_path()).unwrap(); Oct 15 13:17:39.635 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 13:17:39.635 INFO kablam! | Oct 15 13:17:39.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:39.635 INFO kablam! Oct 15 13:17:39.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:17:39.711 INFO kablam! --> src/config/mod.rs:24:5 Oct 15 13:17:39.711 INFO kablam! | Oct 15 13:17:39.711 INFO kablam! 24 | write_contents(path, &contents); Oct 15 13:17:39.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:17:39.711 INFO kablam! | Oct 15 13:17:39.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:17:39.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:17:39.711 INFO kablam! Oct 15 13:17:40.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.60s Oct 15 13:17:40.363 INFO kablam! su: No module specific data is present Oct 15 13:17:41.093 INFO running `"docker" "rm" "-f" "e55092ba6c59fb7d7a3653f96b433b9a62bd54782af93fa4fd300b4c94dca697"` Oct 15 13:17:41.423 INFO blam! e55092ba6c59fb7d7a3653f96b433b9a62bd54782af93fa4fd300b4c94dca697 Oct 15 13:17:41.429 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 15 13:17:41.839 INFO blam! abc5302a02702267acdf2bb424932f657bcc3168484ae22c5899333a75c8a01f Oct 15 13:17:41.844 INFO running `"docker" "start" "-a" "abc5302a02702267acdf2bb424932f657bcc3168484ae22c5899333a75c8a01f"` Oct 15 13:17:42.803 INFO kablam! usermod: no changes Oct 15 13:17:43.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.32s Oct 15 13:17:43.179 INFO kablam! Running /target/debug/deps/zacli-7f5adc031b3b0832 Oct 15 13:17:43.195 INFO blam! Oct 15 13:17:43.195 INFO blam! running 0 tests Oct 15 13:17:43.195 INFO blam! Oct 15 13:17:43.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:17:43.195 INFO blam! Oct 15 13:17:43.195 INFO kablam! su: No module specific data is present Oct 15 13:17:43.879 INFO running `"docker" "rm" "-f" "abc5302a02702267acdf2bb424932f657bcc3168484ae22c5899333a75c8a01f"` Oct 15 13:17:44.109 INFO blam! abc5302a02702267acdf2bb424932f657bcc3168484ae22c5899333a75c8a01f