Oct 11 02:15:41.113 INFO testing bgermann/offwall against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:15:41.114 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:15:41.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:15:41.584 INFO blam! 5fc90a908a9ef8083f6b87bde6384a1825df96dded80c46aa96345a076c5a80e Oct 11 02:15:41.586 INFO running `"docker" "start" "-a" "5fc90a908a9ef8083f6b87bde6384a1825df96dded80c46aa96345a076c5a80e"` Oct 11 02:15:43.248 INFO kablam! usermod: no changes Oct 11 02:15:43.546 INFO kablam! Compiling mio v0.6.16 Oct 11 02:15:43.556 INFO kablam! Compiling log-panics v2.0.0 Oct 11 02:15:43.556 INFO kablam! Compiling tls-api v0.1.20 Oct 11 02:15:43.568 INFO kablam! Compiling clap v2.32.0 Oct 11 02:15:43.592 INFO kablam! Compiling ipnetwork v0.13.1 Oct 11 02:15:43.594 INFO kablam! Compiling syslog v4.0.1 Oct 11 02:15:53.619 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 11 02:15:53.620 INFO kablam! Compiling mio-extras v2.0.5 Oct 11 02:16:01.616 INFO kablam! Compiling inotify v0.6.1 Oct 11 02:16:13.700 INFO kablam! Compiling notify v4.0.6 Oct 11 02:16:21.093 INFO kablam! Compiling offwall v1.0.0 (/source) Oct 11 02:16:26.749 INFO kablam! warning: unused import: `std::fs::File` Oct 11 02:16:26.749 INFO kablam! --> src/conf.rs:42:5 Oct 11 02:16:26.749 INFO kablam! | Oct 11 02:16:26.749 INFO kablam! 42 | use std::fs::File; Oct 11 02:16:26.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:16:26.749 INFO kablam! | Oct 11 02:16:26.749 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:16:26.749 INFO kablam! Oct 11 02:16:26.749 INFO kablam! warning: unused import: `std::io::Read` Oct 11 02:16:26.749 INFO kablam! --> src/conf.rs:44:5 Oct 11 02:16:26.749 INFO kablam! | Oct 11 02:16:26.749 INFO kablam! 44 | use std::io::Read; Oct 11 02:16:26.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:16:26.749 INFO kablam! Oct 11 02:16:26.749 INFO kablam! warning: unused import: `tls_api` Oct 11 02:16:26.749 INFO kablam! --> src/conf.rs:51:5 Oct 11 02:16:26.749 INFO kablam! | Oct 11 02:16:26.749 INFO kablam! 51 | use tls_api; Oct 11 02:16:26.749 INFO kablam! | ^^^^^^^ Oct 11 02:16:26.749 INFO kablam! Oct 11 02:16:26.749 INFO kablam! warning: unused import: `tls_api::TlsAcceptorBuilder` Oct 11 02:16:26.749 INFO kablam! --> src/conf.rs:52:5 Oct 11 02:16:26.749 INFO kablam! | Oct 11 02:16:26.749 INFO kablam! 52 | use tls_api::TlsAcceptorBuilder; Oct 11 02:16:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:26.749 INFO kablam! Oct 11 02:16:27.497 INFO kablam! warning: constant item is never used: `P12_KEY` Oct 11 02:16:27.497 INFO kablam! --> src/conf.rs:65:1 Oct 11 02:16:27.498 INFO kablam! | Oct 11 02:16:27.498 INFO kablam! 65 | const P12_KEY: &str = "pkcs12"; Oct 11 02:16:27.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:27.498 INFO kablam! | Oct 11 02:16:27.499 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:16:27.499 INFO kablam! Oct 11 02:16:27.499 INFO kablam! warning: constant item is never used: `PASS_KEY` Oct 11 02:16:27.500 INFO kablam! --> src/conf.rs:66:1 Oct 11 02:16:27.500 INFO kablam! | Oct 11 02:16:27.500 INFO kablam! 66 | const PASS_KEY: &str = "passwd"; Oct 11 02:16:27.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:27.501 INFO kablam! Oct 11 02:16:27.501 INFO kablam! warning: variant is never constructed: `Tls` Oct 11 02:16:27.502 INFO kablam! --> src/openflow/mod.rs:47:5 Oct 11 02:16:27.502 INFO kablam! | Oct 11 02:16:27.502 INFO kablam! 47 | Tls(TlsStream), Oct 11 02:16:27.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:27.503 INFO kablam! Oct 11 02:16:31.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.63s Oct 11 02:16:31.948 INFO kablam! su: No module specific data is present Oct 11 02:16:32.428 INFO running `"docker" "rm" "-f" "5fc90a908a9ef8083f6b87bde6384a1825df96dded80c46aa96345a076c5a80e"` Oct 11 02:16:32.644 INFO blam! 5fc90a908a9ef8083f6b87bde6384a1825df96dded80c46aa96345a076c5a80e Oct 11 02:16:32.649 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:16:32.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:16:32.984 INFO blam! d05e28abf268773893f9d679b24cd84a7918f69f8341ab3da81e6ca9c0ed5acf Oct 11 02:16:32.988 INFO running `"docker" "start" "-a" "d05e28abf268773893f9d679b24cd84a7918f69f8341ab3da81e6ca9c0ed5acf"` Oct 11 02:16:34.240 INFO kablam! usermod: no changes Oct 11 02:16:34.408 INFO kablam! Compiling offwall v1.0.0 (/source) Oct 11 02:16:38.225 INFO kablam! warning: unused import: `std::fs::File` Oct 11 02:16:38.225 INFO kablam! --> src/conf.rs:42:5 Oct 11 02:16:38.225 INFO kablam! | Oct 11 02:16:38.225 INFO kablam! 42 | use std::fs::File; Oct 11 02:16:38.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:16:38.225 INFO kablam! | Oct 11 02:16:38.225 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:16:38.225 INFO kablam! Oct 11 02:16:38.225 INFO kablam! warning: unused import: `std::io::Read` Oct 11 02:16:38.225 INFO kablam! --> src/conf.rs:44:5 Oct 11 02:16:38.225 INFO kablam! | Oct 11 02:16:38.225 INFO kablam! 44 | use std::io::Read; Oct 11 02:16:38.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:16:38.225 INFO kablam! Oct 11 02:16:38.225 INFO kablam! warning: unused import: `tls_api` Oct 11 02:16:38.225 INFO kablam! --> src/conf.rs:51:5 Oct 11 02:16:38.225 INFO kablam! | Oct 11 02:16:38.225 INFO kablam! 51 | use tls_api; Oct 11 02:16:38.225 INFO kablam! | ^^^^^^^ Oct 11 02:16:38.225 INFO kablam! Oct 11 02:16:38.225 INFO kablam! warning: unused import: `tls_api::TlsAcceptorBuilder` Oct 11 02:16:38.225 INFO kablam! --> src/conf.rs:52:5 Oct 11 02:16:38.225 INFO kablam! | Oct 11 02:16:38.225 INFO kablam! 52 | use tls_api::TlsAcceptorBuilder; Oct 11 02:16:38.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:38.226 INFO kablam! Oct 11 02:16:39.176 INFO kablam! warning: constant item is never used: `P12_KEY` Oct 11 02:16:39.177 INFO kablam! --> src/conf.rs:65:1 Oct 11 02:16:39.177 INFO kablam! | Oct 11 02:16:39.177 INFO kablam! 65 | const P12_KEY: &str = "pkcs12"; Oct 11 02:16:39.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:39.177 INFO kablam! | Oct 11 02:16:39.177 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:16:39.177 INFO kablam! Oct 11 02:16:39.177 INFO kablam! warning: constant item is never used: `PASS_KEY` Oct 11 02:16:39.177 INFO kablam! --> src/conf.rs:66:1 Oct 11 02:16:39.177 INFO kablam! | Oct 11 02:16:39.177 INFO kablam! 66 | const PASS_KEY: &str = "passwd"; Oct 11 02:16:39.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:39.177 INFO kablam! Oct 11 02:16:39.177 INFO kablam! warning: variant is never constructed: `Tls` Oct 11 02:16:39.177 INFO kablam! --> src/openflow/mod.rs:47:5 Oct 11 02:16:39.177 INFO kablam! | Oct 11 02:16:39.177 INFO kablam! 47 | Tls(TlsStream), Oct 11 02:16:39.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:16:39.177 INFO kablam! Oct 11 02:16:41.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.08s Oct 11 02:16:41.352 INFO kablam! su: No module specific data is present Oct 11 02:16:42.066 INFO running `"docker" "rm" "-f" "d05e28abf268773893f9d679b24cd84a7918f69f8341ab3da81e6ca9c0ed5acf"` Oct 11 02:16:42.344 INFO blam! d05e28abf268773893f9d679b24cd84a7918f69f8341ab3da81e6ca9c0ed5acf Oct 11 02:16:42.352 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:16:42.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:16:42.760 INFO blam! cfaac2ae6e36b956e0225c3afce805fcb7b63353c96539dbf2c4bc7da545ae43 Oct 11 02:16:42.764 INFO running `"docker" "start" "-a" "cfaac2ae6e36b956e0225c3afce805fcb7b63353c96539dbf2c4bc7da545ae43"` Oct 11 02:16:43.993 INFO kablam! usermod: no changes Oct 11 02:16:44.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 02:16:44.200 INFO kablam! Running /target/debug/deps/offwall-e0de07220ed8f27d Oct 11 02:16:44.200 INFO blam! Oct 11 02:16:44.200 INFO blam! running 19 tests Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::empty_value ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::empty ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::comment ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::port_too_big ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::wrong_value_count ... ok Oct 11 02:16:44.208 INFO blam! test conf::tests::wrong_proto ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::deserialize::tests::header_deserialization ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::port_too_small ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::deserialize::tests::max_lengths ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::deserialize::tests::min_lengths ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::serialize::tests::action_output_serialization ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::serialize::tests::echo_reply_body_serialization ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::serialize::tests::echo_reply_header ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::serialize::tests::match_serialization ... ok Oct 11 02:16:44.208 INFO blam! test openflow::messages::serialize::tests::oxm_tlv_serialization ... ok Oct 11 02:16:44.208 INFO blam! test bypass_csv::tests::invaid_cidr ... ok Oct 11 02:16:44.212 INFO blam! test bypass_csv::tests::parse_complete_line ... ok Oct 11 02:16:44.212 INFO kablam! su: No module specific data is present Oct 11 02:16:44.212 INFO blam! test bypass_csv::tests::invalid_protocol ... ok Oct 11 02:16:44.212 INFO blam! test conf::tests::proto_tcp ... ok Oct 11 02:16:44.212 INFO blam! Oct 11 02:16:44.212 INFO blam! test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:16:44.212 INFO blam! Oct 11 02:16:45.024 INFO running `"docker" "rm" "-f" "cfaac2ae6e36b956e0225c3afce805fcb7b63353c96539dbf2c4bc7da545ae43"` Oct 11 02:16:45.262 INFO blam! cfaac2ae6e36b956e0225c3afce805fcb7b63353c96539dbf2c4bc7da545ae43