[INFO] updating cached repository https://github.com/compenguy/clickrs [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] df2981f39e7cce39b7085e8a4f1d84fbd469168c [INFO] testing compenguy/clickrs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcompenguy%2Fclickrs" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/compenguy/clickrs 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/compenguy/clickrs [INFO] finished tweaking git repo https://github.com/compenguy/clickrs [INFO] tweaked toml for git repo https://github.com/compenguy/clickrs written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/compenguy/clickrs 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 1e4ffc41575ae1984d2eb4fd73a0c6666a74c99382af470ea8328dc30b412bae [INFO] running `"docker" "start" "-a" "1e4ffc41575ae1984d2eb4fd73a0c6666a74c99382af470ea8328dc30b412bae"` [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling loggerv v0.4.0 [INFO] [stderr] Compiling x11 v2.15.0 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling clickrs v0.1.0 (/opt/rustwide/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