[INFO] updating cached repository jD91mZM2/termwm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jD91mZM2/termwm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jD91mZM2/termwm" "work/ex/beta-1.37-6/sources/1.36.0/gh/jD91mZM2/termwm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jD91mZM2/termwm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jD91mZM2/termwm" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0b62580e2e6a8c1a5895f84db4b0a73dff36e339 [INFO] sha for GitHub repo jD91mZM2/termwm: 0b62580e2e6a8c1a5895f84db4b0a73dff36e339 [INFO] validating manifest of jD91mZM2/termwm on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jD91mZM2/termwm on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jD91mZM2/termwm [INFO] finished frobbing jD91mZM2/termwm [INFO] frobbed toml for jD91mZM2/termwm written to work/ex/beta-1.37-6/sources/1.36.0/gh/jD91mZM2/termwm/Cargo.toml [INFO] started frobbing jD91mZM2/termwm [INFO] finished frobbing jD91mZM2/termwm [INFO] frobbed toml for jD91mZM2/termwm written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm/Cargo.toml [INFO] crate jD91mZM2/termwm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jD91mZM2/termwm against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 608f770436794b74fe33a790e0c5f348226a7e6b8315be005f93cd9139edcaa3 [INFO] running `"docker" "start" "-a" "608f770436794b74fe33a790e0c5f348226a7e6b8315be005f93cd9139edcaa3"` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling pseudoterm v0.1.1 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling ransid v0.4.6 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.10.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling termwm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/buffer.rs:130:13 [INFO] [stderr] | [INFO] [stderr] 130 | write!(w, "\x1b[{};{}H", y+1, x+1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.35s [INFO] running `"docker" "inspect" "608f770436794b74fe33a790e0c5f348226a7e6b8315be005f93cd9139edcaa3"` [INFO] running `"docker" "rm" "-f" "608f770436794b74fe33a790e0c5f348226a7e6b8315be005f93cd9139edcaa3"` [INFO] [stdout] 608f770436794b74fe33a790e0c5f348226a7e6b8315be005f93cd9139edcaa3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] b897c50daa6153e7d2d2f8a82ed5d058c8cee7c6b7a01d1bc3ba93a033654011 [INFO] running `"docker" "start" "-a" "b897c50daa6153e7d2d2f8a82ed5d058c8cee7c6b7a01d1bc3ba93a033654011"` [INFO] [stderr] Compiling termwm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/buffer.rs:130:13 [INFO] [stderr] | [INFO] [stderr] 130 | write!(w, "\x1b[{};{}H", y+1, x+1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "b897c50daa6153e7d2d2f8a82ed5d058c8cee7c6b7a01d1bc3ba93a033654011"` [INFO] running `"docker" "rm" "-f" "b897c50daa6153e7d2d2f8a82ed5d058c8cee7c6b7a01d1bc3ba93a033654011"` [INFO] [stdout] b897c50daa6153e7d2d2f8a82ed5d058c8cee7c6b7a01d1bc3ba93a033654011 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jD91mZM2/termwm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] b3d6a3ed07d52a70da7d0077895c37125aace3044281e0dc59dc50017204ade3 [INFO] running `"docker" "start" "-a" "b3d6a3ed07d52a70da7d0077895c37125aace3044281e0dc59dc50017204ade3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/termwm-7faa299b890f5a32 [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" "b3d6a3ed07d52a70da7d0077895c37125aace3044281e0dc59dc50017204ade3"` [INFO] running `"docker" "rm" "-f" "b3d6a3ed07d52a70da7d0077895c37125aace3044281e0dc59dc50017204ade3"` [INFO] [stdout] b3d6a3ed07d52a70da7d0077895c37125aace3044281e0dc59dc50017204ade3