Oct 11 14:56:34.730 INFO testing planetkit-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:56:34.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:56:34.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 14:56:34.954 INFO blam! 41ab3835a6e87fa4480a4b0397f9f62c67a6fb8a3456be11be3499544eb9707a Oct 11 14:56:34.956 INFO running `"docker" "start" "-a" "41ab3835a6e87fa4480a4b0397f9f62c67a6fb8a3456be11be3499544eb9707a"` Oct 11 14:56:35.576 INFO kablam! usermod: no changes Oct 11 14:56:36.138 INFO kablam! Compiling froggy v0.4.4 Oct 11 14:56:36.139 INFO kablam! Compiling rusttype v0.2.3 Oct 11 14:56:36.139 INFO kablam! Compiling planetkit v0.0.1 (/source) Oct 11 14:56:36.139 INFO kablam! Compiling noise v0.4.1 Oct 11 14:56:36.139 INFO kablam! Compiling chrono v0.4.6 Oct 11 14:56:36.139 INFO kablam! Compiling alga v0.5.4 Oct 11 14:56:36.139 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 14:56:36.139 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 11 14:56:39.529 INFO kablam! Compiling camera_controllers v0.23.0 Oct 11 14:56:39.892 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 11 14:56:42.784 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 14:56:42.804 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 11 14:56:49.660 INFO kablam! Compiling slog-term v2.4.0 Oct 11 14:56:49.984 INFO kablam! Compiling nalgebra v0.13.1 Oct 11 14:56:49.984 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 11 14:56:49.984 INFO kablam! Compiling rayon-core v1.4.1 Oct 11 14:56:50.344 INFO kablam! Compiling piston2d-graphics v0.24.0 Oct 11 14:56:50.344 INFO kablam! Compiling piston2d-graphics v0.23.0 Oct 11 14:56:56.096 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 11 14:56:56.096 INFO kablam! Compiling tokio-uds v0.2.2 Oct 11 14:57:03.183 INFO kablam! Compiling tokio-udp v0.1.2 Oct 11 14:57:03.204 INFO kablam! Compiling rayon v1.0.2 Oct 11 14:57:03.300 INFO kablam! Compiling rayon v0.8.2 Oct 11 14:57:05.484 INFO kablam! Compiling tokio-fs v0.1.3 Oct 11 14:57:10.794 INFO kablam! Compiling tokio v0.1.11 Oct 11 14:57:11.240 INFO kablam! Compiling shred v0.5.2 Oct 11 14:57:11.240 INFO kablam! Compiling hibitset v0.3.2 Oct 11 14:57:14.802 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 14:57:17.140 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 14:57:18.816 INFO kablam! Compiling specs v0.10.0 Oct 11 14:57:22.292 INFO kablam! Compiling image v0.18.0 Oct 11 14:57:22.292 INFO kablam! Compiling image v0.17.0 Oct 11 14:57:46.665 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 11 14:57:48.860 INFO kablam! Compiling piston-gfx_texture v0.30.0 Oct 11 14:57:57.412 INFO kablam! Compiling piston2d-gfx_graphics v0.47.0 Oct 11 14:58:05.106 INFO kablam! Compiling piston_window v0.74.0 Oct 11 14:58:30.832 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:58:30.832 INFO kablam! --> src/net/tcp.rs:50:13 Oct 11 14:58:30.832 INFO kablam! | Oct 11 14:58:30.832 INFO kablam! 50 | buf.put_u16::(0); Oct 11 14:58:30.832 INFO kablam! | ^^^^^^^ Oct 11 14:58:30.832 INFO kablam! | Oct 11 14:58:30.832 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 14:58:30.832 INFO kablam! Oct 11 14:58:30.873 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 14:58:30.873 INFO kablam! --> src/net/tcp.rs:276:33 Oct 11 14:58:30.873 INFO kablam! | Oct 11 14:58:30.873 INFO kablam! 276 | let (sink, stream) = socket.framed(codec).split(); Oct 11 14:58:30.873 INFO kablam! | ^^^^^^ Oct 11 14:58:30.873 INFO kablam! Oct 11 14:58:40.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 04s Oct 11 14:58:40.420 INFO kablam! su: No module specific data is present Oct 11 14:58:40.952 INFO running `"docker" "rm" "-f" "41ab3835a6e87fa4480a4b0397f9f62c67a6fb8a3456be11be3499544eb9707a"` Oct 11 14:58:41.076 INFO blam! 41ab3835a6e87fa4480a4b0397f9f62c67a6fb8a3456be11be3499544eb9707a Oct 11 14:58:41.084 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:58:41.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 14:58:41.384 INFO blam! 94425ff3aeac9606ed8bcb933587c8d1bb3bbc93f9de5aa19b2ddd8ce7a4c070 Oct 11 14:58:41.396 INFO running `"docker" "start" "-a" "94425ff3aeac9606ed8bcb933587c8d1bb3bbc93f9de5aa19b2ddd8ce7a4c070"` Oct 11 14:58:42.148 INFO kablam! usermod: no changes Oct 11 14:58:42.588 INFO kablam! Compiling planetkit v0.0.1 (/source) Oct 11 14:59:02.660 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:59:02.660 INFO kablam! --> src/net/tcp.rs:50:13 Oct 11 14:59:02.660 INFO kablam! | Oct 11 14:59:02.660 INFO kablam! 50 | buf.put_u16::(0); Oct 11 14:59:02.660 INFO kablam! | ^^^^^^^ Oct 11 14:59:02.660 INFO kablam! | Oct 11 14:59:02.660 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 14:59:02.660 INFO kablam! Oct 11 14:59:02.712 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 14:59:02.712 INFO kablam! --> src/net/tcp.rs:276:33 Oct 11 14:59:02.712 INFO kablam! | Oct 11 14:59:02.712 INFO kablam! 276 | let (sink, stream) = socket.framed(codec).split(); Oct 11 14:59:02.712 INFO kablam! | ^^^^^^ Oct 11 14:59:02.712 INFO kablam! Oct 11 14:59:02.743 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:59:02.743 INFO kablam! --> src/net/tcp.rs:392:17 Oct 11 14:59:02.743 INFO kablam! | Oct 11 14:59:02.743 INFO kablam! 392 | buf.put_u16::(message.len() as u16); Oct 11 14:59:02.743 INFO kablam! | ^^^^^^^ Oct 11 14:59:02.743 INFO kablam! Oct 11 14:59:02.748 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:59:02.748 INFO kablam! --> src/net/tcp.rs:398:18 Oct 11 14:59:02.748 INFO kablam! | Oct 11 14:59:02.748 INFO kablam! 398 | buf2.put_u16::(message.len() as u16); Oct 11 14:59:02.748 INFO kablam! | ^^^^^^^ Oct 11 14:59:02.748 INFO kablam! Oct 11 14:59:02.760 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:59:02.760 INFO kablam! --> src/net/tcp.rs:459:17 Oct 11 14:59:02.760 INFO kablam! | Oct 11 14:59:02.760 INFO kablam! 459 | buf.put_u16::(message.len() as u16); Oct 11 14:59:02.760 INFO kablam! | ^^^^^^^ Oct 11 14:59:02.760 INFO kablam! Oct 11 14:59:02.760 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le Oct 11 14:59:02.760 INFO kablam! --> src/net/tcp.rs:461:17 Oct 11 14:59:02.760 INFO kablam! | Oct 11 14:59:02.760 INFO kablam! 461 | buf.put_u16::(message.len() as u16); Oct 11 14:59:02.760 INFO kablam! | ^^^^^^^ Oct 11 14:59:02.761 INFO kablam! Oct 11 14:59:21.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.11s Oct 11 14:59:21.348 INFO kablam! su: No module specific data is present Oct 11 14:59:22.258 INFO running `"docker" "rm" "-f" "94425ff3aeac9606ed8bcb933587c8d1bb3bbc93f9de5aa19b2ddd8ce7a4c070"` Oct 11 14:59:22.560 INFO blam! 94425ff3aeac9606ed8bcb933587c8d1bb3bbc93f9de5aa19b2ddd8ce7a4c070 Oct 11 14:59:22.564 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:59:22.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 14:59:23.112 INFO blam! c4bcded4e123543637baedca4456aa134481b11bddb9eeb5be022f484df43610 Oct 11 14:59:23.128 INFO running `"docker" "start" "-a" "c4bcded4e123543637baedca4456aa134481b11bddb9eeb5be022f484df43610"` Oct 11 14:59:24.157 INFO kablam! usermod: no changes Oct 11 14:59:24.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.41s Oct 11 14:59:24.616 INFO kablam! Running /target/debug/deps/planetkit-0eb8ff3f872e91d5 Oct 11 14:59:24.626 INFO blam! Oct 11 14:59:24.626 INFO blam! running 47 tests Oct 11 14:59:24.632 INFO blam! test globe::iters::tests::number_of_chunks_for_all_kinds_of_points ... ok Oct 11 14:59:24.664 INFO blam! test globe::chunk_shared_points::tests::chunk_shared_points ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_east_antarctic ... ok Oct 11 14:59:24.664 INFO blam! test globe::iters::tests::chunks_for_point_straddling_two_chunks ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_east_arctic ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_east_tropics ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_south_pole ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_interior ... ok Oct 11 14:59:24.664 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_north_pole ... ok Oct 11 14:59:24.672 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_west_arctic ... ok Oct 11 14:59:24.672 INFO blam! test grid::root::tests::next_east ... ok Oct 11 14:59:24.672 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_west_antarctic ... ok Oct 11 14:59:24.672 INFO blam! test grid::equivalent_points::tests::points_equivalent_to_west_tropics ... ok Oct 11 14:59:24.672 INFO blam! test grid::root::tests::next_west ... ok Oct 11 14:59:24.684 INFO blam! test globe::chunk_shared_points::tests::all_shared_points_are_in_same_chunk ... ok Oct 11 14:59:24.728 INFO blam! test grid::equivalent_points::tests::all_equivalent_points_symmetric ... ok Oct 11 14:59:24.812 INFO blam! test globe::tests::benches::bench_generate_chunk_geometry ... ok Oct 11 14:59:25.068 INFO blam! test movement::tests::move_east_under_north_pole ... ok Oct 11 14:59:25.100 INFO blam! test movement::tests::move_forward_into_northern_tropic_pentagon ... ok Oct 11 14:59:25.100 INFO blam! test movement::tests::move_west_under_north_pole ... ok Oct 11 14:59:25.148 INFO blam! test movement::tests::move_forward_in_positive_x_direction ... ok Oct 11 14:59:28.064 INFO blam! test movement::tests::random_walks ... ok Oct 11 14:59:28.100 INFO blam! test movement::tests::turn_left_at_northern_tropic ... ok Oct 11 14:59:28.136 INFO blam! test movement::tests::turn_right_at_northern_tropic ... ok Oct 11 14:59:28.192 INFO blam! test movement::tests::walk_anticlockwise_around_all_pentagons ... ok Oct 11 14:59:28.240 INFO blam! test movement::tests::walk_clockwise_around_all_pentagons ... ok Oct 11 14:59:28.249 INFO blam! test movement::transform::tests::tri_4_to_world ... ok Oct 11 14:59:28.249 INFO blam! test movement::transform::tests::world_to_tri_0_facing_north_is_noop ... ok Oct 11 14:59:28.249 INFO blam! test movement::transform::tests::world_to_tri_0_facing_x_is_noop ... ok Oct 11 14:59:28.249 INFO blam! test movement::transform::tests::world_to_tri_4 ... ok Oct 11 14:59:28.364 INFO blam! test net::tcp::tests::receive_corrupt_message ... ok Oct 11 14:59:28.482 INFO blam! test net::tcp::tests::receive_two_messages_in_one_segment ... ok Oct 11 14:59:28.608 INFO blam! test net::tests::client_sends_tcp_messages_to_server ... ok Oct 11 14:59:29.639 INFO blam! test net::tests::client_sends_udp_message_to_server ... FAILED Oct 11 14:59:29.737 INFO blam! test net::tests::server_sends_tcp_messages_to_client ... ok Oct 11 14:59:29.820 INFO blam! test net::tests::server_sends_udp_message_to_client ... ok Oct 11 14:59:29.852 INFO blam! Got a bad message from peer Oct 11 14:59:29.964 INFO blam! test net::udp::tests::receive_corrupt_message ... ok Oct 11 14:59:29.972 INFO blam! test spatial::tests::pos_accounting_for_orientation_relative_to_parent ... ok Oct 11 14:59:29.972 INFO blam! test spatial::tests::pos_relative_to_grandparent ... ok Oct 11 14:59:29.976 INFO blam! test spatial::tests::pos_relative_to_parent ... ok Oct 11 14:59:30.482 INFO blam! test movement::tests::random_walks_retraced_by_stepping_backwards ... ok Oct 11 15:00:24.660 INFO blam! test globe::tests::find_spawn_points ... test globe::tests::find_spawn_points has been running for over 60 seconds Oct 11 15:00:24.680 INFO blam! test integration_tests::random_walk::benches::bench_random_walk_one_walker ... test integration_tests::random_walk::benches::bench_random_walk_one_walker has been running for over 60 seconds Oct 11 15:00:24.680 INFO blam! test integration_tests::random_walk::benches::bench_random_walk_two_walkers ... test integration_tests::random_walk::benches::bench_random_walk_two_walkers has been running for over 60 seconds Oct 11 15:00:24.680 INFO blam! test integration_tests::random_walk::benches::bench_random_walk_three_walkers ... test integration_tests::random_walk::benches::bench_random_walk_three_walkers has been running for over 60 seconds Oct 11 15:00:24.684 INFO blam! test integration_tests::random_walk::random_walk_one_walker ... test integration_tests::random_walk::random_walk_one_walker has been running for over 60 seconds Oct 11 15:00:24.702 INFO blam! test integration_tests::random_walk::random_walk_three_walkers ... test integration_tests::random_walk::random_walk_three_walkers has been running for over 60 seconds Oct 11 15:02:18.959 INFO blam! test globe::tests::find_spawn_points ... ok Oct 11 15:03:50.729 INFO blam! test integration_tests::random_walk::random_walk_one_walker ... ok Oct 11 15:03:54.512 INFO blam! test integration_tests::random_walk::benches::bench_random_walk_one_walker ... ok Oct 11 15:06:30.950 INFO blam! test integration_tests::random_walk::benches::bench_random_walk_two_walkers ... ok Oct 11 15:11:30.934 INFO error running command: process killed after not generating output for 300s Oct 11 15:11:30.934 INFO running `"docker" "rm" "-f" "c4bcded4e123543637baedca4456aa134481b11bddb9eeb5be022f484df43610"` Oct 11 15:11:32.155 INFO blam! c4bcded4e123543637baedca4456aa134481b11bddb9eeb5be022f484df43610