[INFO] updating cached repository https://github.com/IGI-111/xit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4fe077f01c63f192246a4a9364ee165c572c4edd [INFO] testing IGI-111/xit against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FIGI-111%2Fxit" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IGI-111/xit on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/IGI-111/xit [INFO] finished tweaking git repo https://github.com/IGI-111/xit [INFO] tweaked toml for git repo https://github.com/IGI-111/xit written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/IGI-111/xit already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3cef456e1977646bd63550e650e5101eebf11707acc51a55a29afc419c3a10f0 [INFO] running `"docker" "start" "-a" "3cef456e1977646bd63550e650e5101eebf11707acc51a55a29afc419c3a10f0"` [INFO] [stderr] Compiling serde v0.9.14 [INFO] [stderr] Compiling termion v1.3.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling xit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use std::time::{Instant, Duration}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | use std::sync::mpsc::{self, Receiver}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | use std::io::{stdin, stdout, Write, Read, BufWriter}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.05s [INFO] running `"docker" "inspect" "3cef456e1977646bd63550e650e5101eebf11707acc51a55a29afc419c3a10f0"` [INFO] running `"docker" "rm" "-f" "3cef456e1977646bd63550e650e5101eebf11707acc51a55a29afc419c3a10f0"` [INFO] [stdout] 3cef456e1977646bd63550e650e5101eebf11707acc51a55a29afc419c3a10f0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] b088fa4824c98e719cec8008fa63b37052ecd366fa98bb860d5d643d6fa1eaac [INFO] running `"docker" "start" "-a" "b088fa4824c98e719cec8008fa63b37052ecd366fa98bb860d5d643d6fa1eaac"` [INFO] [stderr] Compiling xit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use std::time::{Instant, Duration}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | use std::sync::mpsc::{self, Receiver}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | use std::io::{stdin, stdout, Write, Read, BufWriter}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `"docker" "inspect" "b088fa4824c98e719cec8008fa63b37052ecd366fa98bb860d5d643d6fa1eaac"` [INFO] running `"docker" "rm" "-f" "b088fa4824c98e719cec8008fa63b37052ecd366fa98bb860d5d643d6fa1eaac"` [INFO] [stdout] b088fa4824c98e719cec8008fa63b37052ecd366fa98bb860d5d643d6fa1eaac [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 4289b04b64cb742587ef4a5745e0ee773c8038e284cf1690dd1324cd82bf798e [INFO] running `"docker" "start" "-a" "4289b04b64cb742587ef4a5745e0ee773c8038e284cf1690dd1324cd82bf798e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xit-7e12cc5f2c4ea558 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4289b04b64cb742587ef4a5745e0ee773c8038e284cf1690dd1324cd82bf798e"` [INFO] running `"docker" "rm" "-f" "4289b04b64cb742587ef4a5745e0ee773c8038e284cf1690dd1324cd82bf798e"` [INFO] [stdout] 4289b04b64cb742587ef4a5745e0ee773c8038e284cf1690dd1324cd82bf798e