[INFO] updating cached repository https://github.com/ryukinix/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] bf05f4eb2c244f2bd24e839537d15fb6fe7a8302 [INFO] testing ryukinix/xim against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryukinix%2Fxim" "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/ryukinix/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/ryukinix/xim [INFO] finished tweaking git repo https://github.com/ryukinix/xim [INFO] tweaked toml for git repo https://github.com/ryukinix/xim written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ryukinix/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] [stderr] Blocking waiting for file lock on package cache [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] 09bfc7511326ee8ce70cf6053cede6640420b23a0ef21afb087a8f90abdb32a0 [INFO] running `"docker" "start" "-a" "09bfc7511326ee8ce70cf6053cede6640420b23a0ef21afb087a8f90abdb32a0"` [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling clap v2.29.2 [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 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 42.00s [INFO] running `"docker" "inspect" "09bfc7511326ee8ce70cf6053cede6640420b23a0ef21afb087a8f90abdb32a0"` [INFO] running `"docker" "rm" "-f" "09bfc7511326ee8ce70cf6053cede6640420b23a0ef21afb087a8f90abdb32a0"` [INFO] [stdout] 09bfc7511326ee8ce70cf6053cede6640420b23a0ef21afb087a8f90abdb32a0 [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" "test" "--frozen" "--no-run"` [INFO] [stdout] 1ca5825ddfbe4dcb99dfd9a32fd44e506c18440e6c7f1e526ff5cd3f32743de4 [INFO] running `"docker" "start" "-a" "1ca5825ddfbe4dcb99dfd9a32fd44e506c18440e6c7f1e526ff5cd3f32743de4"` [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 5.33s [INFO] running `"docker" "inspect" "1ca5825ddfbe4dcb99dfd9a32fd44e506c18440e6c7f1e526ff5cd3f32743de4"` [INFO] running `"docker" "rm" "-f" "1ca5825ddfbe4dcb99dfd9a32fd44e506c18440e6c7f1e526ff5cd3f32743de4"` [INFO] [stdout] 1ca5825ddfbe4dcb99dfd9a32fd44e506c18440e6c7f1e526ff5cd3f32743de4 [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" "test" "--frozen"` [INFO] [stdout] 455d5255962daeb3e2013bac475e27a8376ff1ccb266f62380d59914676d0c7a [INFO] running `"docker" "start" "-a" "455d5255962daeb3e2013bac475e27a8376ff1ccb266f62380d59914676d0c7a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.43s [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" "455d5255962daeb3e2013bac475e27a8376ff1ccb266f62380d59914676d0c7a"` [INFO] running `"docker" "rm" "-f" "455d5255962daeb3e2013bac475e27a8376ff1ccb266f62380d59914676d0c7a"` [INFO] [stdout] 455d5255962daeb3e2013bac475e27a8376ff1ccb266f62380d59914676d0c7a