[INFO] updating cached repository compenguy/clickrs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/compenguy/clickrs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/compenguy/clickrs" "work/ex/beta-1.38-1/sources/1.37.0/gh/compenguy/clickrs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/compenguy/clickrs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/compenguy/clickrs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/compenguy/clickrs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/compenguy/clickrs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] df2981f39e7cce39b7085e8a4f1d84fbd469168c [INFO] sha for GitHub repo compenguy/clickrs: df2981f39e7cce39b7085e8a4f1d84fbd469168c [INFO] validating manifest of compenguy/clickrs 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 compenguy/clickrs 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 compenguy/clickrs [INFO] finished frobbing compenguy/clickrs [INFO] frobbed toml for compenguy/clickrs written to work/ex/beta-1.38-1/sources/1.37.0/gh/compenguy/clickrs/Cargo.toml [INFO] started frobbing compenguy/clickrs [INFO] finished frobbing compenguy/clickrs [INFO] frobbed toml for compenguy/clickrs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/compenguy/clickrs/Cargo.toml [INFO] crate compenguy/clickrs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing compenguy/clickrs 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/compenguy/clickrs:/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] 9c66a55aa1f8ef242a2895a0042a2e65c22e83643ae4203b4af50d449d451ff5 [INFO] running `"docker" "start" "-a" "9c66a55aa1f8ef242a2895a0042a2e65c22e83643ae4203b4af50d449d451ff5"` [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling x11 v2.15.0 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling loggerv v0.4.0 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling clickrs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | let app = app_from_crate!("") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | let app = app_from_crate!("") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/inputsource.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | static ref MOUSE_SPEC_RE: Regex = Regex::new(concat!(r"^(?P