[INFO] updating cached repository mdeg/cryptocurrency-market-aggregator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mdeg/cryptocurrency-market-aggregator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mdeg/cryptocurrency-market-aggregator" "work/ex/beta-1.37-6/sources/1.36.0/gh/mdeg/cryptocurrency-market-aggregator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mdeg/cryptocurrency-market-aggregator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mdeg/cryptocurrency-market-aggregator" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a17a3db1e663d089602961813da2f39df3f7f5e [INFO] sha for GitHub repo mdeg/cryptocurrency-market-aggregator: 4a17a3db1e663d089602961813da2f39df3f7f5e [INFO] validating manifest of mdeg/cryptocurrency-market-aggregator 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 mdeg/cryptocurrency-market-aggregator 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 mdeg/cryptocurrency-market-aggregator [INFO] finished frobbing mdeg/cryptocurrency-market-aggregator [INFO] frobbed toml for mdeg/cryptocurrency-market-aggregator written to work/ex/beta-1.37-6/sources/1.36.0/gh/mdeg/cryptocurrency-market-aggregator/Cargo.toml [INFO] started frobbing mdeg/cryptocurrency-market-aggregator [INFO] finished frobbing mdeg/cryptocurrency-market-aggregator [INFO] frobbed toml for mdeg/cryptocurrency-market-aggregator written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator/Cargo.toml [INFO] crate mdeg/cryptocurrency-market-aggregator already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing mdeg/cryptocurrency-market-aggregator against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator:/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-07-23" "build" "--frozen"` [INFO] [stdout] 79357dc1326f62bc66db96a81007569aaafb08aadac78415d8c49d6ba3f2b772 [INFO] running `"docker" "start" "-a" "79357dc1326f62bc66db96a81007569aaafb08aadac78415d8c49d6ba3f2b772"` [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling dotenv_codegen_impl v0.1.0 [INFO] [stderr] Compiling ws v0.7.6 [INFO] [stderr] Compiling dotenv_codegen v0.11.0 [INFO] [stderr] Compiling market-aggregator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:47:30 [INFO] [stderr] | [INFO] [stderr] 47 | let mut loggers: Vec> = vec!(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SharedLogger` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/consumer/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | BroadcastError { [INFO] [stderr] 4 | | description("could not send broadcast") [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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/consumer/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | BroadcastError { [INFO] [stderr] 4 | | description("could not send broadcast") [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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 56.24s [INFO] running `"docker" "inspect" "79357dc1326f62bc66db96a81007569aaafb08aadac78415d8c49d6ba3f2b772"` [INFO] running `"docker" "rm" "-f" "79357dc1326f62bc66db96a81007569aaafb08aadac78415d8c49d6ba3f2b772"` [INFO] [stdout] 79357dc1326f62bc66db96a81007569aaafb08aadac78415d8c49d6ba3f2b772 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 53b9cff79b5b7223c6190086be18a81516e32e69e48721809b6efa9cf1dcfcca [INFO] running `"docker" "start" "-a" "53b9cff79b5b7223c6190086be18a81516e32e69e48721809b6efa9cf1dcfcca"` [INFO] [stderr] Compiling market-aggregator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:47:30 [INFO] [stderr] | [INFO] [stderr] 47 | let mut loggers: Vec> = vec!(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SharedLogger` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/consumer/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | BroadcastError { [INFO] [stderr] 4 | | description("could not send broadcast") [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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/consumer/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | BroadcastError { [INFO] [stderr] 4 | | description("could not send broadcast") [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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.84s [INFO] running `"docker" "inspect" "53b9cff79b5b7223c6190086be18a81516e32e69e48721809b6efa9cf1dcfcca"` [INFO] running `"docker" "rm" "-f" "53b9cff79b5b7223c6190086be18a81516e32e69e48721809b6efa9cf1dcfcca"` [INFO] [stdout] 53b9cff79b5b7223c6190086be18a81516e32e69e48721809b6efa9cf1dcfcca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mdeg/cryptocurrency-market-aggregator:/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-07-23" "test" "--frozen"` [INFO] [stdout] 078cfd72b199414aa97f7759827236322cfed57b49180ea12e9243b086fee470 [INFO] running `"docker" "start" "-a" "078cfd72b199414aa97f7759827236322cfed57b49180ea12e9243b086fee470"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/market_aggregator-46d28cf66dabcae2 [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" "078cfd72b199414aa97f7759827236322cfed57b49180ea12e9243b086fee470"` [INFO] running `"docker" "rm" "-f" "078cfd72b199414aa97f7759827236322cfed57b49180ea12e9243b086fee470"` [INFO] [stdout] 078cfd72b199414aa97f7759827236322cfed57b49180ea12e9243b086fee470