[INFO] cloning repository antoncoding/arbitrage-bot [INFO] running `"git" "clone" "--bare" "git://github.com/antoncoding/arbitrage-bot.git" "work/cache/sources/gh/antoncoding/arbitrage-bot"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/antoncoding/arbitrage-bot'... [INFO] running `"git" "clone" "work/cache/sources/gh/antoncoding/arbitrage-bot" "work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/antoncoding/arbitrage-bot" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/antoncoding/arbitrage-bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/antoncoding/arbitrage-bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c4d0f416743d4ba70df9c3c99b4c26008b426bc5 [INFO] sha for GitHub repo antoncoding/arbitrage-bot: c4d0f416743d4ba70df9c3c99b4c26008b426bc5 [INFO] validating manifest of antoncoding/arbitrage-bot 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 antoncoding/arbitrage-bot 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 antoncoding/arbitrage-bot [INFO] finished frobbing antoncoding/arbitrage-bot [INFO] frobbed toml for antoncoding/arbitrage-bot written to work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot/Cargo.toml [INFO] started frobbing antoncoding/arbitrage-bot [INFO] finished frobbing antoncoding/arbitrage-bot [INFO] frobbed toml for antoncoding/arbitrage-bot written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/antoncoding/arbitrage-bot/Cargo.toml [INFO] crate antoncoding/arbitrage-bot 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] [stderr] Updating git repository `https://github.com/wisespace-io/binance-rs.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing antoncoding/arbitrage-bot 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot:/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] 48ba5a48d27d48964a8d516329fcd4d64e0cdbf8f80ff63a3b95cad67a12f188 [INFO] running `"docker" "start" "-a" "48ba5a48d27d48964a8d516329fcd4d64e0cdbf8f80ff63a3b95cad67a12f188"` [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.33 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling tungstenite v0.8.1 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling binance v0.6.2 (https://github.com/wisespace-io/binance-rs.git#6a449b08) [INFO] [stderr] Compiling arbitrage v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `account` [INFO] [stderr] --> src/main.rs:36:52 [INFO] [stderr] | [INFO] [stderr] 36 | fn websocket_analysis(trades: Vec, account: &Account) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_account` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "48ba5a48d27d48964a8d516329fcd4d64e0cdbf8f80ff63a3b95cad67a12f188"` [INFO] running `"docker" "rm" "-f" "48ba5a48d27d48964a8d516329fcd4d64e0cdbf8f80ff63a3b95cad67a12f188"` [INFO] [stdout] 48ba5a48d27d48964a8d516329fcd4d64e0cdbf8f80ff63a3b95cad67a12f188 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot:/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] d6caf9b2e54319b7671e101d4b2d2755282ad74f6ef2e4540907f020eb03a9e1 [INFO] running `"docker" "start" "-a" "d6caf9b2e54319b7671e101d4b2d2755282ad74f6ef2e4540907f020eb03a9e1"` [INFO] [stderr] Compiling arbitrage v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `account` [INFO] [stderr] --> src/main.rs:36:52 [INFO] [stderr] | [INFO] [stderr] 36 | fn websocket_analysis(trades: Vec, account: &Account) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_account` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `"docker" "inspect" "d6caf9b2e54319b7671e101d4b2d2755282ad74f6ef2e4540907f020eb03a9e1"` [INFO] running `"docker" "rm" "-f" "d6caf9b2e54319b7671e101d4b2d2755282ad74f6ef2e4540907f020eb03a9e1"` [INFO] [stdout] d6caf9b2e54319b7671e101d4b2d2755282ad74f6ef2e4540907f020eb03a9e1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/antoncoding/arbitrage-bot:/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"` [INFO] [stdout] c2e92c999e2e8419a552b077a8b68939fff452d8c4c721ec4c36bb3f11036467 [INFO] running `"docker" "start" "-a" "c2e92c999e2e8419a552b077a8b68939fff452d8c4c721ec4c36bb3f11036467"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/arbitrage-3dad99c8011fb8fc [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" "c2e92c999e2e8419a552b077a8b68939fff452d8c4c721ec4c36bb3f11036467"` [INFO] running `"docker" "rm" "-f" "c2e92c999e2e8419a552b077a8b68939fff452d8c4c721ec4c36bb3f11036467"` [INFO] [stdout] c2e92c999e2e8419a552b077a8b68939fff452d8c4c721ec4c36bb3f11036467