[INFO] updating cached repository cwbriones/editor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cwbriones/editor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cwbriones/editor" "work/ex/beta-1.38-1/sources/1.37.0/gh/cwbriones/editor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cwbriones/editor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cwbriones/editor" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d01aad336f0130e86a79e896c56b782901edbe3e [INFO] sha for GitHub repo cwbriones/editor: d01aad336f0130e86a79e896c56b782901edbe3e [INFO] validating manifest of cwbriones/editor on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cwbriones/editor on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cwbriones/editor [INFO] finished frobbing cwbriones/editor [INFO] frobbed toml for cwbriones/editor written to work/ex/beta-1.38-1/sources/1.37.0/gh/cwbriones/editor/Cargo.toml [INFO] started frobbing cwbriones/editor [INFO] finished frobbing cwbriones/editor [INFO] frobbed toml for cwbriones/editor written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor/Cargo.toml [INFO] crate cwbriones/editor already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cwbriones/editor against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor:/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-08-13" "build" "--frozen"` [INFO] [stdout] 7ddf7c161bada727ee7576812693deb04041c167d341e19039380f45ac3f4009 [INFO] running `"docker" "start" "-a" "7ddf7c161bada727ee7576812693deb04041c167d341e19039380f45ac3f4009"` [INFO] [stderr] Compiling gapbuffer v0.1.1 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling env_logger v0.5.4 [INFO] [stderr] Compiling editor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `dirty` [INFO] [stderr] --> src/main.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | dirty: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.04s [INFO] running `"docker" "inspect" "7ddf7c161bada727ee7576812693deb04041c167d341e19039380f45ac3f4009"` [INFO] running `"docker" "rm" "-f" "7ddf7c161bada727ee7576812693deb04041c167d341e19039380f45ac3f4009"` [INFO] [stdout] 7ddf7c161bada727ee7576812693deb04041c167d341e19039380f45ac3f4009 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 363fefe8e6f38ea853f150bfc12effa2f3fd4bc6775d9c0b58f9a14c7fc95c8e [INFO] running `"docker" "start" "-a" "363fefe8e6f38ea853f150bfc12effa2f3fd4bc6775d9c0b58f9a14c7fc95c8e"` [INFO] [stderr] Compiling editor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `dirty` [INFO] [stderr] --> src/main.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | dirty: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `"docker" "inspect" "363fefe8e6f38ea853f150bfc12effa2f3fd4bc6775d9c0b58f9a14c7fc95c8e"` [INFO] running `"docker" "rm" "-f" "363fefe8e6f38ea853f150bfc12effa2f3fd4bc6775d9c0b58f9a14c7fc95c8e"` [INFO] [stdout] 363fefe8e6f38ea853f150bfc12effa2f3fd4bc6775d9c0b58f9a14c7fc95c8e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cwbriones/editor:/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-08-13" "test" "--frozen"` [INFO] [stdout] a27c87c63e438e91d1f030ba0ebf99cf8449d19264fb352d4db8229e4a503558 [INFO] running `"docker" "start" "-a" "a27c87c63e438e91d1f030ba0ebf99cf8449d19264fb352d4db8229e4a503558"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/editor-43eaca8f174a8b4f [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" "a27c87c63e438e91d1f030ba0ebf99cf8449d19264fb352d4db8229e4a503558"` [INFO] running `"docker" "rm" "-f" "a27c87c63e438e91d1f030ba0ebf99cf8449d19264fb352d4db8229e4a503558"` [INFO] [stdout] a27c87c63e438e91d1f030ba0ebf99cf8449d19264fb352d4db8229e4a503558