Oct 12 21:10:41.260 INFO testing tnpxu/event-horizon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:10:41.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:10:41.675 INFO blam! 93f5609ff8b0b8a7fc49d548e72d2c1362e3c1fb9d1e484a1768d3e1411b5ef8 Oct 12 21:10:41.683 INFO running `"docker" "start" "-a" "93f5609ff8b0b8a7fc49d548e72d2c1362e3c1fb9d1e484a1768d3e1411b5ef8"` Oct 12 21:10:42.902 INFO kablam! usermod: no changes Oct 12 21:10:43.315 INFO kablam! Compiling num-traits v0.2.6 Oct 12 21:10:43.315 INFO kablam! Compiling timely_logging v0.7.0 Oct 12 21:10:43.331 INFO kablam! Compiling timely_bytes v0.7.0 Oct 12 21:10:43.331 INFO kablam! Compiling abomonation v0.7.0 Oct 12 21:10:43.331 INFO kablam! Compiling arrayref v0.3.5 Oct 12 21:10:43.331 INFO kablam! Compiling timely_sort v0.1.6 Oct 12 21:10:43.331 INFO kablam! Compiling untrusted v0.6.2 Oct 12 21:10:43.331 INFO kablam! Compiling hex v0.3.2 Oct 12 21:10:43.803 INFO kablam! Compiling memchr v2.1.0 Oct 12 21:10:45.497 INFO kablam! Compiling ring v0.13.2 Oct 12 21:10:45.497 INFO kablam! Compiling block-buffer v0.3.3 Oct 12 21:10:45.550 INFO kablam! Compiling want v0.0.4 Oct 12 21:10:45.932 INFO kablam! Compiling input_buffer v0.2.0 Oct 12 21:10:47.071 INFO kablam! Compiling openssl v0.9.24 Oct 12 21:10:47.266 INFO kablam! Compiling abomonation_derive v0.3.0 Oct 12 21:10:48.460 INFO kablam! Compiling digest v0.7.5 Oct 12 21:10:48.539 INFO kablam! Compiling error-chain v0.12.0 Oct 12 21:10:55.143 INFO kablam! Compiling sha-1 v0.7.0 Oct 12 21:10:55.151 INFO kablam! Compiling csv-core v0.1.4 Oct 12 21:10:56.724 INFO kablam! Compiling hyper v0.11.27 Oct 12 21:10:57.823 INFO kablam! Compiling tungstenite v0.6.0 Oct 12 21:10:57.915 INFO kablam! Compiling num-integer v0.1.39 Oct 12 21:10:58.591 INFO kablam! Compiling timely_communication v0.7.0 Oct 12 21:11:01.602 INFO kablam! Compiling csv v1.0.1 Oct 12 21:11:01.679 INFO kablam! Compiling chrono v0.4.6 Oct 12 21:11:08.353 INFO kablam! Compiling native-tls v0.1.5 Oct 12 21:11:10.463 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 21:11:10.815 INFO kablam! Compiling timely v0.7.0 Oct 12 21:11:16.710 INFO kablam! Compiling hyper-tls v0.1.4 Oct 12 21:11:17.759 INFO kablam! Compiling reqwest v0.8.8 Oct 12 21:11:18.271 INFO kablam! Compiling differential-dataflow v0.7.0 Oct 12 21:11:26.387 INFO kablam! Compiling event-horizon v0.1.0 (/source) Oct 12 21:11:27.023 INFO kablam! warning: unused import: `serde_json::from_str` Oct 12 21:11:27.023 INFO kablam! --> src/websockets.rs:3:5 Oct 12 21:11:27.023 INFO kablam! | Oct 12 21:11:27.023 INFO kablam! 3 | use serde_json::from_str; Oct 12 21:11:27.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:27.023 INFO kablam! | Oct 12 21:11:27.023 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:11:27.023 INFO kablam! Oct 12 21:11:27.130 INFO kablam! warning: unused variable: `msg` Oct 12 21:11:27.130 INFO kablam! --> src/websockets.rs:50:20 Oct 12 21:11:27.130 INFO kablam! | Oct 12 21:11:27.130 INFO kablam! 50 | Ok(msg) => { Oct 12 21:11:27.130 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 21:11:27.130 INFO kablam! | Oct 12 21:11:27.130 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:11:27.130 INFO kablam! Oct 12 21:11:27.130 INFO kablam! warning: unused variable: `e` Oct 12 21:11:27.130 INFO kablam! --> src/websockets.rs:53:21 Oct 12 21:11:27.130 INFO kablam! | Oct 12 21:11:27.130 INFO kablam! 53 | Err(e) => { Oct 12 21:11:27.130 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:27.130 INFO kablam! Oct 12 21:11:27.130 INFO kablam! warning: unused variable: `e` Oct 12 21:11:27.130 INFO kablam! --> src/websockets.rs:72:21 Oct 12 21:11:27.130 INFO kablam! | Oct 12 21:11:27.130 INFO kablam! 72 | Err(e) => { Oct 12 21:11:27.130 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:27.130 INFO kablam! Oct 12 21:11:27.159 INFO kablam! warning: variable `EXCHANGE_URL` should have a snake case name such as `exchange_url` Oct 12 21:11:27.159 INFO kablam! --> src/websockets.rs:28:31 Oct 12 21:11:27.159 INFO kablam! | Oct 12 21:11:27.159 INFO kablam! 28 | pub fn connect(&mut self, EXCHANGE_URL: &str) -> Result<()> { Oct 12 21:11:27.159 INFO kablam! | ^^^^^^^^^^^^ Oct 12 21:11:27.159 INFO kablam! | Oct 12 21:11:27.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:11:27.159 INFO kablam! Oct 12 21:11:29.027 INFO kablam! warning: unused variable: `e` Oct 12 21:11:29.028 INFO kablam! --> src/main.rs:86:28 Oct 12 21:11:29.028 INFO kablam! | Oct 12 21:11:29.028 INFO kablam! 86 | if let Err(e) = okex_socket.fetch_message() { Oct 12 21:11:29.029 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:29.029 INFO kablam! | Oct 12 21:11:29.029 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:11:29.029 INFO kablam! Oct 12 21:11:29.030 INFO kablam! warning: unused variable: `e` Oct 12 21:11:29.030 INFO kablam! --> src/main.rs:99:28 Oct 12 21:11:29.031 INFO kablam! | Oct 12 21:11:29.031 INFO kablam! 99 | if let Err(e) = binance_socket.fetch_message() { Oct 12 21:11:29.031 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:29.032 INFO kablam! Oct 12 21:11:29.032 INFO kablam! warning: unused variable: `time` Oct 12 21:11:29.032 INFO kablam! --> src/main.rs:112:17 Oct 12 21:11:29.033 INFO kablam! | Oct 12 21:11:29.033 INFO kablam! 112 | let time = current_time.parse::().unwrap(); Oct 12 21:11:29.033 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 12 21:11:29.034 INFO kablam! Oct 12 21:11:29.034 INFO kablam! warning: unused variable: `time_exchange2` Oct 12 21:11:29.034 INFO kablam! --> src/main.rs:144:21 Oct 12 21:11:29.034 INFO kablam! | Oct 12 21:11:29.035 INFO kablam! 144 | let time_exchange2 = String::from(""); Oct 12 21:11:29.035 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_time_exchange2` instead Oct 12 21:11:29.035 INFO kablam! Oct 12 21:11:29.036 INFO kablam! warning: unused variable: `time_exchange2_datetime_format` Oct 12 21:11:29.036 INFO kablam! --> src/main.rs:145:21 Oct 12 21:11:29.036 INFO kablam! | Oct 12 21:11:29.037 INFO kablam! 145 | let time_exchange2_datetime_format = String::from(""); Oct 12 21:11:29.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_time_exchange2_datetime_format` instead Oct 12 21:11:29.037 INFO kablam! Oct 12 21:11:29.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:11:29.052 INFO kablam! --> src/main.rs:72:21 Oct 12 21:11:29.052 INFO kablam! | Oct 12 21:11:29.052 INFO kablam! 72 | wtr.flush(); Oct 12 21:11:29.053 INFO kablam! | ^^^^^^^^^^^^ Oct 12 21:11:29.053 INFO kablam! | Oct 12 21:11:29.053 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:11:29.054 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:11:29.054 INFO kablam! Oct 12 21:11:40.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.95s Oct 12 21:11:40.901 INFO kablam! su: No module specific data is present Oct 12 21:11:42.681 INFO running `"docker" "rm" "-f" "93f5609ff8b0b8a7fc49d548e72d2c1362e3c1fb9d1e484a1768d3e1411b5ef8"` Oct 12 21:11:42.938 INFO blam! 93f5609ff8b0b8a7fc49d548e72d2c1362e3c1fb9d1e484a1768d3e1411b5ef8 Oct 12 21:11:42.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:11:43.339 INFO blam! b830826eee111e65f7757db4a6822648efe95800d5f9226d4b143bb236cbc775 Oct 12 21:11:43.344 INFO running `"docker" "start" "-a" "b830826eee111e65f7757db4a6822648efe95800d5f9226d4b143bb236cbc775"` Oct 12 21:11:44.747 INFO kablam! usermod: no changes Oct 12 21:11:45.073 INFO kablam! Compiling event-horizon v0.1.0 (/source) Oct 12 21:11:46.203 INFO kablam! warning: unused import: `serde_json::from_str` Oct 12 21:11:46.203 INFO kablam! --> src/websockets.rs:3:5 Oct 12 21:11:46.203 INFO kablam! | Oct 12 21:11:46.203 INFO kablam! 3 | use serde_json::from_str; Oct 12 21:11:46.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:46.203 INFO kablam! | Oct 12 21:11:46.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:11:46.203 INFO kablam! Oct 12 21:11:46.355 INFO kablam! warning: unused variable: `msg` Oct 12 21:11:46.355 INFO kablam! --> src/websockets.rs:50:20 Oct 12 21:11:46.355 INFO kablam! | Oct 12 21:11:46.355 INFO kablam! 50 | Ok(msg) => { Oct 12 21:11:46.355 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 21:11:46.355 INFO kablam! | Oct 12 21:11:46.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:11:46.355 INFO kablam! Oct 12 21:11:46.355 INFO kablam! warning: unused variable: `e` Oct 12 21:11:46.355 INFO kablam! --> src/websockets.rs:53:21 Oct 12 21:11:46.355 INFO kablam! | Oct 12 21:11:46.355 INFO kablam! 53 | Err(e) => { Oct 12 21:11:46.355 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:46.355 INFO kablam! Oct 12 21:11:46.355 INFO kablam! warning: unused variable: `e` Oct 12 21:11:46.355 INFO kablam! --> src/websockets.rs:72:21 Oct 12 21:11:46.355 INFO kablam! | Oct 12 21:11:46.355 INFO kablam! 72 | Err(e) => { Oct 12 21:11:46.355 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:46.355 INFO kablam! Oct 12 21:11:46.395 INFO kablam! warning: variable `EXCHANGE_URL` should have a snake case name such as `exchange_url` Oct 12 21:11:46.395 INFO kablam! --> src/websockets.rs:28:31 Oct 12 21:11:46.395 INFO kablam! | Oct 12 21:11:46.395 INFO kablam! 28 | pub fn connect(&mut self, EXCHANGE_URL: &str) -> Result<()> { Oct 12 21:11:46.395 INFO kablam! | ^^^^^^^^^^^^ Oct 12 21:11:46.395 INFO kablam! | Oct 12 21:11:46.395 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:11:46.395 INFO kablam! Oct 12 21:11:46.427 INFO kablam! warning: unused variable: `e` Oct 12 21:11:46.427 INFO kablam! --> src/main.rs:86:28 Oct 12 21:11:46.427 INFO kablam! | Oct 12 21:11:46.427 INFO kablam! 86 | if let Err(e) = okex_socket.fetch_message() { Oct 12 21:11:46.427 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:46.427 INFO kablam! | Oct 12 21:11:46.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:11:46.427 INFO kablam! Oct 12 21:11:46.427 INFO kablam! warning: unused variable: `e` Oct 12 21:11:46.427 INFO kablam! --> src/main.rs:99:28 Oct 12 21:11:46.427 INFO kablam! | Oct 12 21:11:46.427 INFO kablam! 99 | if let Err(e) = binance_socket.fetch_message() { Oct 12 21:11:46.427 INFO kablam! | ^ help: consider using `_e` instead Oct 12 21:11:46.427 INFO kablam! Oct 12 21:11:46.427 INFO kablam! warning: unused variable: `time` Oct 12 21:11:46.427 INFO kablam! --> src/main.rs:112:17 Oct 12 21:11:46.427 INFO kablam! | Oct 12 21:11:46.427 INFO kablam! 112 | let time = current_time.parse::().unwrap(); Oct 12 21:11:46.427 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 12 21:11:46.427 INFO kablam! Oct 12 21:11:46.427 INFO kablam! warning: unused variable: `time_exchange2` Oct 12 21:11:46.427 INFO kablam! --> src/main.rs:144:21 Oct 12 21:11:46.427 INFO kablam! | Oct 12 21:11:46.427 INFO kablam! 144 | let time_exchange2 = String::from(""); Oct 12 21:11:46.427 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_time_exchange2` instead Oct 12 21:11:46.439 INFO kablam! Oct 12 21:11:46.439 INFO kablam! warning: unused variable: `time_exchange2_datetime_format` Oct 12 21:11:46.439 INFO kablam! --> src/main.rs:145:21 Oct 12 21:11:46.439 INFO kablam! | Oct 12 21:11:46.439 INFO kablam! 145 | let time_exchange2_datetime_format = String::from(""); Oct 12 21:11:46.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_time_exchange2_datetime_format` instead Oct 12 21:11:46.439 INFO kablam! Oct 12 21:11:46.619 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:11:46.619 INFO kablam! --> src/main.rs:72:21 Oct 12 21:11:46.619 INFO kablam! | Oct 12 21:11:46.619 INFO kablam! 72 | wtr.flush(); Oct 12 21:11:46.619 INFO kablam! | ^^^^^^^^^^^^ Oct 12 21:11:46.619 INFO kablam! | Oct 12 21:11:46.619 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:11:46.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:11:46.619 INFO kablam! Oct 12 21:11:47.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 12 21:11:47.529 INFO kablam! su: No module specific data is present Oct 12 21:11:48.617 INFO running `"docker" "rm" "-f" "b830826eee111e65f7757db4a6822648efe95800d5f9226d4b143bb236cbc775"` Oct 12 21:11:48.968 INFO blam! b830826eee111e65f7757db4a6822648efe95800d5f9226d4b143bb236cbc775 Oct 12 21:11:48.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:11:49.379 INFO blam! adf9d4d33568a830ff338d284e3fa604bc2d776596b010ace21ff8e558e8231a Oct 12 21:11:49.385 INFO running `"docker" "start" "-a" "adf9d4d33568a830ff338d284e3fa604bc2d776596b010ace21ff8e558e8231a"` Oct 12 21:11:50.288 INFO kablam! usermod: no changes Oct 12 21:11:50.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 12 21:11:50.639 INFO blam! Oct 12 21:11:50.639 INFO blam! running 0 tests Oct 12 21:11:50.639 INFO blam! Oct 12 21:11:50.639 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:11:50.639 INFO blam! Oct 12 21:11:50.640 INFO kablam! Running /target/debug/deps/event_horizon-2d08eee95c4ec802 Oct 12 21:11:50.643 INFO kablam! Running /target/debug/deps/event_horizon-2c4d8fabfeaa3f63 Oct 12 21:11:50.643 INFO kablam! Doc-tests event_horizon Oct 12 21:11:50.643 INFO blam! Oct 12 21:11:50.643 INFO blam! running 0 tests Oct 12 21:11:50.643 INFO blam! Oct 12 21:11:50.643 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:11:50.643 INFO blam! Oct 12 21:11:51.803 INFO blam! Oct 12 21:11:51.803 INFO blam! running 0 tests Oct 12 21:11:51.803 INFO blam! Oct 12 21:11:51.803 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:11:51.803 INFO blam! Oct 12 21:11:51.815 INFO kablam! su: No module specific data is present Oct 12 21:11:52.599 INFO running `"docker" "rm" "-f" "adf9d4d33568a830ff338d284e3fa604bc2d776596b010ace21ff8e558e8231a"` Oct 12 21:11:52.935 INFO blam! adf9d4d33568a830ff338d284e3fa604bc2d776596b010ace21ff8e558e8231a