[INFO] updating cached repository ryukinix/xim [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ryukinix/xim [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ryukinix/xim" "work/ex/beta-1.38-1/sources/1.37.0/gh/ryukinix/xim"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ryukinix/xim'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryukinix/xim" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryukinix/xim"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryukinix/xim'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bf05f4eb2c244f2bd24e839537d15fb6fe7a8302 [INFO] sha for GitHub repo ryukinix/xim: bf05f4eb2c244f2bd24e839537d15fb6fe7a8302 [INFO] validating manifest of ryukinix/xim 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 ryukinix/xim 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 ryukinix/xim [INFO] finished frobbing ryukinix/xim [INFO] frobbed toml for ryukinix/xim written to work/ex/beta-1.38-1/sources/1.37.0/gh/ryukinix/xim/Cargo.toml [INFO] started frobbing ryukinix/xim [INFO] finished frobbing ryukinix/xim [INFO] frobbed toml for ryukinix/xim written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ryukinix/xim/Cargo.toml [INFO] crate ryukinix/xim 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] testing ryukinix/xim 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-3/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/ryukinix/xim:/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] c959e63a396e3309db1016b78eaef36bcc47b33094f46354293a192b84fd7a3f [INFO] running `"docker" "start" "-a" "c959e63a396e3309db1016b78eaef36bcc47b33094f46354293a192b84fd7a3f"` [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling humantime v1.0.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling serde-value v0.5.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling syntect v1.8.1 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling tokio-core v0.1.12 [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/crater/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 1m 02s [INFO] running `"docker" "inspect" "c959e63a396e3309db1016b78eaef36bcc47b33094f46354293a192b84fd7a3f"` [INFO] running `"docker" "rm" "-f" "c959e63a396e3309db1016b78eaef36bcc47b33094f46354293a192b84fd7a3f"` [INFO] [stdout] c959e63a396e3309db1016b78eaef36bcc47b33094f46354293a192b84fd7a3f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/ryukinix/xim:/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] d96a217cf4ed41a52cb3564b1295ae1edb3ad957231ad432b85f1afe83e30805 [INFO] running `"docker" "start" "-a" "d96a217cf4ed41a52cb3564b1295ae1edb3ad957231ad432b85f1afe83e30805"` [INFO] [stderr] Compiling xim v0.1.0 (/opt/crater/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 2.47s [INFO] running `"docker" "inspect" "d96a217cf4ed41a52cb3564b1295ae1edb3ad957231ad432b85f1afe83e30805"` [INFO] running `"docker" "rm" "-f" "d96a217cf4ed41a52cb3564b1295ae1edb3ad957231ad432b85f1afe83e30805"` [INFO] [stdout] d96a217cf4ed41a52cb3564b1295ae1edb3ad957231ad432b85f1afe83e30805 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/ryukinix/xim:/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] 511b1ea3013049c9a94136644082ab8a62865f58ec7b41b3bb2f5769d0d6a260 [INFO] running `"docker" "start" "-a" "511b1ea3013049c9a94136644082ab8a62865f58ec7b41b3bb2f5769d0d6a260"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/xim-4905a2056dfa9855 [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" "511b1ea3013049c9a94136644082ab8a62865f58ec7b41b3bb2f5769d0d6a260"` [INFO] running `"docker" "rm" "-f" "511b1ea3013049c9a94136644082ab8a62865f58ec7b41b3bb2f5769d0d6a260"` [INFO] [stdout] 511b1ea3013049c9a94136644082ab8a62865f58ec7b41b3bb2f5769d0d6a260