[INFO] updating cached repository https://github.com/xi-frontend/xim [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] 38df8a3aedf6188167ca3e5f3fc226c56cae1258 [INFO] testing xi-frontend/xim against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxi-frontend%2Fxim" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xi-frontend/xim 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/xi-frontend/xim [INFO] finished tweaking git repo https://github.com/xi-frontend/xim [INFO] tweaked toml for git repo https://github.com/xi-frontend/xim written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/xi-frontend/xim 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] b368fbaf29eba60184da9daf1d418b51b822ddae7a6ae91fd96720c77054444a [INFO] running `"docker" "start" "-a" "b368fbaf29eba60184da9daf1d418b51b822ddae7a6ae91fd96720c77054444a"` [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling futures v0.1.18 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling humantime v1.0.0 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling serde-value v0.5.1 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling syntect v1.8.1 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling tokio-signal v0.1.3 [INFO] [stderr] Compiling tokio-process v0.1.5 [INFO] [stderr] Compiling xrl v0.0.4 (https://github.com/little-dude/xrl#9669b7e5) [INFO] [stderr] Compiling xim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 45.33s [INFO] running `"docker" "inspect" "b368fbaf29eba60184da9daf1d418b51b822ddae7a6ae91fd96720c77054444a"` [INFO] running `"docker" "rm" "-f" "b368fbaf29eba60184da9daf1d418b51b822ddae7a6ae91fd96720c77054444a"` [INFO] [stdout] b368fbaf29eba60184da9daf1d418b51b822ddae7a6ae91fd96720c77054444a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 6ed4c730d74b646962a0116b1af3b19e3274427abe69b5d07014d44f73a9a11e [INFO] running `"docker" "start" "-a" "6ed4c730d74b646962a0116b1af3b19e3274427abe69b5d07014d44f73a9a11e"` [INFO] [stderr] Compiling xim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | types { [INFO] [stderr] 3 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 3.94s [INFO] running `"docker" "inspect" "6ed4c730d74b646962a0116b1af3b19e3274427abe69b5d07014d44f73a9a11e"` [INFO] running `"docker" "rm" "-f" "6ed4c730d74b646962a0116b1af3b19e3274427abe69b5d07014d44f73a9a11e"` [INFO] [stdout] 6ed4c730d74b646962a0116b1af3b19e3274427abe69b5d07014d44f73a9a11e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] d3a78bbb69b822f34c8946325dcdff0d436a1da7975f7b84911084633edec177 [INFO] running `"docker" "start" "-a" "d3a78bbb69b822f34c8946325dcdff0d436a1da7975f7b84911084633edec177"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xim-328c8618072c21d0 [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" "d3a78bbb69b822f34c8946325dcdff0d436a1da7975f7b84911084633edec177"` [INFO] running `"docker" "rm" "-f" "d3a78bbb69b822f34c8946325dcdff0d436a1da7975f7b84911084633edec177"` [INFO] [stdout] d3a78bbb69b822f34c8946325dcdff0d436a1da7975f7b84911084633edec177