Nov 17 17:31:38.982 INFO testing zacli-0.1.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 17:31:38.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:31:39.463 INFO [stdout] d96105d6adcc0122403ff14ca1f6870a86f65eda687274ed151408372842ce80 Nov 17 17:31:39.465 INFO running `"docker" "start" "-a" "d96105d6adcc0122403ff14ca1f6870a86f65eda687274ed151408372842ce80"` Nov 17 17:31:41.486 INFO [stderr] usermod: no changes Nov 17 17:31:41.939 INFO [stderr] Compiling want v0.0.4 Nov 17 17:31:41.939 INFO [stderr] Compiling mio v0.6.16 Nov 17 17:31:41.974 INFO [stderr] Compiling tokio-io v0.1.10 Nov 17 17:31:41.991 INFO [stderr] Compiling tokio-threadpool v0.1.8 Nov 17 17:31:46.427 INFO [stderr] Compiling tokio-codec v0.1.1 Nov 17 17:31:48.578 INFO [stderr] Compiling mio-uds v0.6.7 Nov 17 17:31:48.608 INFO [stderr] Compiling tokio-reactor v0.1.6 Nov 17 17:31:49.463 INFO [stderr] Compiling tokio-fs v0.1.4 Nov 17 17:31:52.840 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 17 17:31:52.840 INFO [stderr] Compiling tokio-tcp v0.1.2 Nov 17 17:31:52.840 INFO [stderr] Compiling tokio-uds v0.2.3 Nov 17 17:31:58.027 INFO [stderr] Compiling tokio v0.1.11 Nov 17 17:32:01.395 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 17:32:04.223 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 17 17:32:04.223 INFO [stderr] Compiling hyper v0.11.27 Nov 17 17:32:15.699 INFO [stderr] Compiling hyper-tls v0.1.4 Nov 17 17:32:18.363 INFO [stderr] Compiling reqwest v0.8.8 Nov 17 17:32:27.379 INFO [stderr] Compiling zaif-api v0.5.0 Nov 17 17:32:32.956 INFO [stderr] Compiling zacli v0.1.0 (/source) Nov 17 17:32:35.434 INFO [stderr] warning: unused import: `std::env` Nov 17 17:32:35.434 INFO [stderr] --> src/commands/config.rs:3:5 Nov 17 17:32:35.434 INFO [stderr] | Nov 17 17:32:35.434 INFO [stderr] 3 | use std::env; Nov 17 17:32:35.434 INFO [stderr] | ^^^^^^^^ Nov 17 17:32:35.434 INFO [stderr] | Nov 17 17:32:35.434 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 17:32:35.434 INFO [stderr] Nov 17 17:32:35.455 INFO [stderr] 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. Nov 17 17:32:35.455 INFO [stderr] --> src/config/mod.rs:12:20 Nov 17 17:32:35.455 INFO [stderr] | Nov 17 17:32:35.455 INFO [stderr] 12 | let mut path = env::home_dir() Nov 17 17:32:35.455 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 17:32:35.455 INFO [stderr] | Nov 17 17:32:35.455 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 17:32:35.455 INFO [stderr] Nov 17 17:32:35.691 INFO [stderr] warning: unused variable: `config` Nov 17 17:32:35.691 INFO [stderr] --> src/commands/config.rs:43:13 Nov 17 17:32:35.691 INFO [stderr] | Nov 17 17:32:35.691 INFO [stderr] 43 | let config = config::open_config(file_path.as_path()).unwrap(); Nov 17 17:32:35.691 INFO [stderr] | ^^^^^^ help: consider using `_config` instead Nov 17 17:32:35.691 INFO [stderr] | Nov 17 17:32:35.691 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 17:32:35.691 INFO [stderr] Nov 17 17:32:35.795 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 17:32:35.795 INFO [stderr] --> src/config/mod.rs:24:5 Nov 17 17:32:35.795 INFO [stderr] | Nov 17 17:32:35.795 INFO [stderr] 24 | write_contents(path, &contents); Nov 17 17:32:35.795 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 17:32:35.795 INFO [stderr] | Nov 17 17:32:35.795 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 17 17:32:35.795 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 17:32:35.795 INFO [stderr] Nov 17 17:32:41.110 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.60s Nov 17 17:32:41.126 INFO [stderr] su: No module specific data is present Nov 17 17:32:41.407 INFO running `"docker" "inspect" "d96105d6adcc0122403ff14ca1f6870a86f65eda687274ed151408372842ce80"` Nov 17 17:32:41.497 INFO running `"docker" "rm" "-f" "d96105d6adcc0122403ff14ca1f6870a86f65eda687274ed151408372842ce80"` Nov 17 17:32:41.591 INFO [stdout] d96105d6adcc0122403ff14ca1f6870a86f65eda687274ed151408372842ce80 Nov 17 17:32:41.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:32:41.814 INFO [stdout] d56b4a0d0efc85b05fa8bac9c67c965c0583a938e442b91a16557379e6314a1e Nov 17 17:32:41.816 INFO running `"docker" "start" "-a" "d56b4a0d0efc85b05fa8bac9c67c965c0583a938e442b91a16557379e6314a1e"` Nov 17 17:32:42.436 INFO [stderr] usermod: no changes Nov 17 17:32:42.674 INFO [stderr] Compiling zacli v0.1.0 (/source) Nov 17 17:32:45.015 INFO [stderr] warning: unused import: `std::env` Nov 17 17:32:45.015 INFO [stderr] --> src/commands/config.rs:3:5 Nov 17 17:32:45.015 INFO [stderr] | Nov 17 17:32:45.015 INFO [stderr] 3 | use std::env; Nov 17 17:32:45.015 INFO [stderr] | ^^^^^^^^ Nov 17 17:32:45.015 INFO [stderr] | Nov 17 17:32:45.015 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 17:32:45.015 INFO [stderr] Nov 17 17:32:45.035 INFO [stderr] 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. Nov 17 17:32:45.035 INFO [stderr] --> src/config/mod.rs:12:20 Nov 17 17:32:45.035 INFO [stderr] | Nov 17 17:32:45.035 INFO [stderr] 12 | let mut path = env::home_dir() Nov 17 17:32:45.035 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 17:32:45.035 INFO [stderr] | Nov 17 17:32:45.035 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 17:32:45.035 INFO [stderr] Nov 17 17:32:45.207 INFO [stderr] warning: unused variable: `config` Nov 17 17:32:45.207 INFO [stderr] --> src/commands/config.rs:43:13 Nov 17 17:32:45.207 INFO [stderr] | Nov 17 17:32:45.207 INFO [stderr] 43 | let config = config::open_config(file_path.as_path()).unwrap(); Nov 17 17:32:45.207 INFO [stderr] | ^^^^^^ help: consider using `_config` instead Nov 17 17:32:45.207 INFO [stderr] | Nov 17 17:32:45.207 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 17:32:45.207 INFO [stderr] Nov 17 17:32:45.299 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 17:32:45.299 INFO [stderr] --> src/config/mod.rs:24:5 Nov 17 17:32:45.299 INFO [stderr] | Nov 17 17:32:45.299 INFO [stderr] 24 | write_contents(path, &contents); Nov 17 17:32:45.299 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 17:32:45.299 INFO [stderr] | Nov 17 17:32:45.299 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 17 17:32:45.299 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 17:32:45.299 INFO [stderr] Nov 17 17:32:45.741 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.28s Nov 17 17:32:45.757 INFO [stderr] su: No module specific data is present Nov 17 17:32:46.926 INFO running `"docker" "inspect" "d56b4a0d0efc85b05fa8bac9c67c965c0583a938e442b91a16557379e6314a1e"` Nov 17 17:32:47.141 INFO running `"docker" "rm" "-f" "d56b4a0d0efc85b05fa8bac9c67c965c0583a938e442b91a16557379e6314a1e"` Nov 17 17:32:47.408 INFO [stdout] d56b4a0d0efc85b05fa8bac9c67c965c0583a938e442b91a16557379e6314a1e Nov 17 17:32:47.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:32:47.871 INFO [stdout] 441d49948ebeb68085d279e3da7b0e8d934270d7b00ab243a89664c1601f5afe Nov 17 17:32:47.873 INFO running `"docker" "start" "-a" "441d49948ebeb68085d279e3da7b0e8d934270d7b00ab243a89664c1601f5afe"` Nov 17 17:32:49.043 INFO [stderr] usermod: no changes Nov 17 17:32:49.335 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s Nov 17 17:32:49.343 INFO [stderr] Running /target/debug/deps/zacli-91cf9f66edba7903 Nov 17 17:32:49.347 INFO [stdout] Nov 17 17:32:49.347 INFO [stdout] running 0 tests Nov 17 17:32:49.347 INFO [stdout] Nov 17 17:32:49.347 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 17:32:49.347 INFO [stdout] Nov 17 17:32:49.348 INFO [stderr] su: No module specific data is present Nov 17 17:32:49.949 INFO running `"docker" "inspect" "441d49948ebeb68085d279e3da7b0e8d934270d7b00ab243a89664c1601f5afe"` Nov 17 17:32:50.153 INFO running `"docker" "rm" "-f" "441d49948ebeb68085d279e3da7b0e8d934270d7b00ab243a89664c1601f5afe"` Nov 17 17:32:50.443 INFO [stdout] 441d49948ebeb68085d279e3da7b0e8d934270d7b00ab243a89664c1601f5afe