Oct 15 15:21:01.628 INFO testing udt-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:21:01.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:21:01.937 INFO blam! 0e5801cb8b85cf2cce5497b32d2ffa640b493705ed0c971f4676ab4204db6a20 Oct 15 15:21:01.946 INFO running `"docker" "start" "-a" "0e5801cb8b85cf2cce5497b32d2ffa640b493705ed0c971f4676ab4204db6a20"` Oct 15 15:21:02.807 INFO kablam! usermod: no changes Oct 15 15:21:02.859 INFO kablam! Compiling libudt4-sys v0.2.0 Oct 15 15:21:12.843 INFO kablam! Compiling udt v0.2.0 (/source) Oct 15 15:21:13.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.03s Oct 15 15:21:13.865 INFO kablam! su: No module specific data is present Oct 15 15:21:14.491 INFO running `"docker" "rm" "-f" "0e5801cb8b85cf2cce5497b32d2ffa640b493705ed0c971f4676ab4204db6a20"` Oct 15 15:21:14.748 INFO blam! 0e5801cb8b85cf2cce5497b32d2ffa640b493705ed0c971f4676ab4204db6a20 Oct 15 15:21:14.749 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:21:15.247 INFO blam! ebfdae983675cb39991fa01c00958f5484534656db33a23908c120e07e1bed71 Oct 15 15:21:15.249 INFO running `"docker" "start" "-a" "ebfdae983675cb39991fa01c00958f5484534656db33a23908c120e07e1bed71"` Oct 15 15:21:16.283 INFO kablam! usermod: no changes Oct 15 15:21:16.322 INFO kablam! Compiling udt v0.2.0 (/source) Oct 15 15:21:17.175 INFO kablam! warning: unreachable expression Oct 15 15:21:17.175 INFO kablam! --> src/lib.rs:1057:76 Oct 15 15:21:17.175 INFO kablam! | Oct 15 15:21:17.175 INFO kablam! 1057 | sock.bind(SocketAddr::V4(SocketAddrV4::new(localhost, 0))).or_else(|e| Err(panic!("Failed to bind to {:?} --> {:?}", localhost, e))); Oct 15 15:21:17.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:21:17.175 INFO kablam! | Oct 15 15:21:17.175 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 15:21:17.175 INFO kablam! Oct 15 15:21:17.175 INFO kablam! warning: unreachable expression Oct 15 15:21:17.175 INFO kablam! --> src/lib.rs:1078:76 Oct 15 15:21:17.175 INFO kablam! | Oct 15 15:21:17.175 INFO kablam! 1078 | sock.bind(SocketAddr::V4(SocketAddrV4::new(localhost, 0))).or_else(|e| Err(panic!("Failed to bind to {:?} --> {:?}", localhost, e))); Oct 15 15:21:17.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:21:17.175 INFO kablam! Oct 15 15:21:17.279 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:21:17.279 INFO kablam! --> src/lib.rs:1057:5 Oct 15 15:21:17.279 INFO kablam! | Oct 15 15:21:17.279 INFO kablam! 1057 | sock.bind(SocketAddr::V4(SocketAddrV4::new(localhost, 0))).or_else(|e| Err(panic!("Failed to bind to {:?} --> {:?}", localhost, e))); Oct 15 15:21:17.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:21:17.279 INFO kablam! | Oct 15 15:21:17.279 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 15:21:17.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:21:17.279 INFO kablam! Oct 15 15:21:17.283 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:21:17.283 INFO kablam! --> src/lib.rs:1078:5 Oct 15 15:21:17.283 INFO kablam! | Oct 15 15:21:17.283 INFO kablam! 1078 | sock.bind(SocketAddr::V4(SocketAddrV4::new(localhost, 0))).or_else(|e| Err(panic!("Failed to bind to {:?} --> {:?}", localhost, e))); Oct 15 15:21:17.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:21:17.283 INFO kablam! | Oct 15 15:21:17.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:21:17.283 INFO kablam! Oct 15 15:21:19.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.74s Oct 15 15:21:19.043 INFO kablam! su: No module specific data is present Oct 15 15:21:19.621 INFO running `"docker" "rm" "-f" "ebfdae983675cb39991fa01c00958f5484534656db33a23908c120e07e1bed71"` Oct 15 15:21:19.735 INFO blam! ebfdae983675cb39991fa01c00958f5484534656db33a23908c120e07e1bed71 Oct 15 15:21:19.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:21:19.912 INFO blam! 50ac8a06de7e45e604d665a01813b73b213ece1dadcf02448cdc856f5b836a2b Oct 15 15:21:19.912 INFO running `"docker" "start" "-a" "50ac8a06de7e45e604d665a01813b73b213ece1dadcf02448cdc856f5b836a2b"` Oct 15 15:21:20.286 INFO kablam! usermod: no changes Oct 15 15:21:20.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 15:21:20.327 INFO kablam! Running /target/debug/deps/udt-ccf293740f3f52d3 Oct 15 15:21:20.330 INFO blam! Oct 15 15:21:20.330 INFO blam! running 3 tests Oct 15 15:21:20.331 INFO blam! test test_udt_socket ... ok Oct 15 15:21:20.331 INFO blam! test test_udt_bind ... ok Oct 15 15:21:24.830 INFO blam! test test_udt_socket_state ... ok Oct 15 15:21:24.830 INFO blam! Oct 15 15:21:24.830 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:21:24.830 INFO blam! Oct 15 15:21:24.832 INFO kablam! Running /target/debug/deps/test-39a5f87bef8ea554 Oct 15 15:21:24.841 INFO blam! Oct 15 15:21:24.841 INFO blam! running 7 tests Oct 15 15:21:24.843 INFO blam! test test_getsockopt ... ok Oct 15 15:21:24.844 INFO blam! test test_setsockopt ... ok Oct 15 15:21:24.847 INFO blam! Server bound to V4(127.0.0.1:56300) Oct 15 15:21:24.847 INFO blam! Epoll Epoll { eid: 2, rd_vec: [], wr_vec: [] } created Oct 15 15:21:24.848 INFO blam! test test_epoll3 ... ok Oct 15 15:21:24.851 INFO blam! Server bound to V4(127.0.0.1:47771) Oct 15 15:21:24.857 INFO blam! Pending sockets: [UdtSocket { _sock: 1005340383 }] [] Oct 15 15:21:24.857 INFO blam! trying to accept new sock Oct 15 15:21:24.857 INFO blam! Server recieved connection from V4(127.0.0.1:45703) Oct 15 15:21:24.967 INFO blam! Pending sockets: [UdtSocket { _sock: 1005340378 }] [] Oct 15 15:21:24.967 INFO blam! Received message: "hello" Oct 15 15:21:24.971 INFO blam! test test_send ... ok Oct 15 15:21:25.083 INFO blam! test test_sendmsg ... ok Oct 15 15:21:26.066 INFO blam! Pending sockets: [] [] Oct 15 15:21:27.171 INFO blam! Pending sockets: [] [] Oct 15 15:21:27.963 INFO blam! Pending sockets: [UdtSocket { _sock: 1005340378 }] [] Oct 15 15:21:27.963 INFO blam! Received message: "world" Oct 15 15:21:27.963 INFO blam! Client is done Oct 15 15:21:28.059 INFO blam! Pending sockets: [UdtSocket { _sock: 1005340378 }] [] Oct 15 15:21:28.059 INFO blam! Received message: "done." Oct 15 15:21:28.165 INFO blam! test test_epoll ... ok Oct 15 15:21:29.162 INFO blam! Pending sockets: [] [] Oct 15 15:21:29.864 INFO blam! Pending sockets: [UdtSocket { _sock: 1005340378 }] [UdtSocket { _sock: 1005340378 }] Oct 15 15:21:29.885 INFO blam! Error on recieve, removing usock Oct 15 15:21:29.886 INFO blam! state: NONEXIST Oct 15 15:21:29.886 INFO blam! Sock UdtSocket { _sock: 1005340378 } is in state NONEXIST Oct 15 15:21:29.986 INFO blam! test test_epoll2 ... ok Oct 15 15:21:29.986 INFO blam! Oct 15 15:21:29.986 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:21:29.987 INFO blam! Oct 15 15:21:30.008 INFO kablam! Doc-tests udt Oct 15 15:21:31.020 INFO blam! Oct 15 15:21:31.020 INFO blam! running 4 tests Oct 15 15:21:35.907 INFO blam! test src/lib.rs - (line 21) ... ok Oct 15 15:21:36.407 INFO blam! test <::bitflags::bitflags macros> - EpollEvents (line 11) ... ok Oct 15 15:21:36.465 INFO blam! test src/lib.rs - UdtOpts (line 188) ... ok Oct 15 15:21:36.703 INFO blam! test src/lib.rs - UdtSocket::getsockopt (line 844) ... ok Oct 15 15:21:36.703 INFO blam! Oct 15 15:21:36.703 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:21:36.703 INFO blam! Oct 15 15:21:36.723 INFO kablam! su: No module specific data is present Oct 15 15:21:37.413 INFO running `"docker" "rm" "-f" "50ac8a06de7e45e604d665a01813b73b213ece1dadcf02448cdc856f5b836a2b"` Oct 15 15:21:37.807 INFO blam! 50ac8a06de7e45e604d665a01813b73b213ece1dadcf02448cdc856f5b836a2b