[INFO] crate coinnect 0.5.12 is already in cache [INFO] extracting crate coinnect 0.5.12 into work/ex/beta-1.37-6/sources/1.36.0/reg/coinnect/0.5.12 [INFO] extracting crate coinnect 0.5.12 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/coinnect/0.5.12 [INFO] validating manifest of coinnect-0.5.12 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coinnect-0.5.12 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coinnect-0.5.12 [INFO] removed 0 missing examples [INFO] finished frobbing coinnect-0.5.12 [INFO] frobbed toml for coinnect-0.5.12 written to work/ex/beta-1.37-6/sources/1.36.0/reg/coinnect/0.5.12/Cargo.toml [INFO] started frobbing coinnect-0.5.12 [INFO] removed 0 missing examples [INFO] finished frobbing coinnect-0.5.12 [INFO] frobbed toml for coinnect-0.5.12 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/coinnect/0.5.12/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building coinnect-0.5.12 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/coinnect/0.5.12:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 0dd8f6f4d394d2803b0f44c396628a17f7dbd2aec375ccaadc9e397aa9ea6c16 [INFO] running `"docker" "start" "-a" "0dd8f6f4d394d2803b0f44c396628a17f7dbd2aec375ccaadc9e397aa9ea6c16"` [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling bidir-map v1.0.0 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling bigdecimal v0.0.14 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling coinnect v0.5.12 (/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/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [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/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [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 33.97s [INFO] running `"docker" "inspect" "0dd8f6f4d394d2803b0f44c396628a17f7dbd2aec375ccaadc9e397aa9ea6c16"` [INFO] running `"docker" "rm" "-f" "0dd8f6f4d394d2803b0f44c396628a17f7dbd2aec375ccaadc9e397aa9ea6c16"` [INFO] [stdout] 0dd8f6f4d394d2803b0f44c396628a17f7dbd2aec375ccaadc9e397aa9ea6c16 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/coinnect/0.5.12:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d186ae550e9e628b784662f9a0387c3ad29b25673d22b9deeb3df59a16241339 [INFO] running `"docker" "start" "-a" "d186ae550e9e628b784662f9a0387c3ad29b25673d22b9deeb3df59a16241339"` [INFO] [stderr] Compiling coinnect v0.5.12 (/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/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [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/error.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | types { [INFO] [stderr] 13 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 115 | | } [INFO] [stderr] 116 | | } [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 22.43s [INFO] running `"docker" "inspect" "d186ae550e9e628b784662f9a0387c3ad29b25673d22b9deeb3df59a16241339"` [INFO] running `"docker" "rm" "-f" "d186ae550e9e628b784662f9a0387c3ad29b25673d22b9deeb3df59a16241339"` [INFO] [stdout] d186ae550e9e628b784662f9a0387c3ad29b25673d22b9deeb3df59a16241339