Oct 13 05:15:25.418 INFO testing novemberisms/RustyBird against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:15:25.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:15:25.932 INFO blam! 3ce699308173562cfcddf7168c64d155f104012a0f65aa30368a3966bd4ad676 Oct 13 05:15:25.934 INFO running `"docker" "start" "-a" "3ce699308173562cfcddf7168c64d155f104012a0f65aa30368a3966bd4ad676"` Oct 13 05:15:26.975 INFO kablam! usermod: no changes Oct 13 05:15:27.357 INFO kablam! Compiling libloading v0.5.0 Oct 13 05:15:27.371 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 13 05:15:27.387 INFO kablam! Compiling x11-dl v2.18.3 Oct 13 05:15:27.391 INFO kablam! Compiling stb_truetype v0.2.2 Oct 13 05:15:27.391 INFO kablam! Compiling tempfile v3.0.3 Oct 13 05:15:27.392 INFO kablam! Compiling syn v0.14.7 Oct 13 05:15:27.392 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 05:15:27.392 INFO kablam! Compiling png v0.12.0 Oct 13 05:15:31.947 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 13 05:15:32.092 INFO kablam! Compiling rusttype v0.4.3 Oct 13 05:15:35.995 INFO kablam! Compiling dlib v0.4.1 Oct 13 05:15:38.119 INFO kablam! Compiling wayland-sys v0.12.5 Oct 13 05:15:38.119 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 13 05:15:39.832 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 13 05:15:40.111 INFO kablam! Compiling glutin v0.14.0 Oct 13 05:15:40.111 INFO kablam! Compiling gl v0.10.0 Oct 13 05:15:40.367 INFO kablam! Compiling rayon-core v1.4.1 Oct 13 05:15:45.872 INFO kablam! Compiling wayland-client v0.12.5 Oct 13 05:15:50.595 INFO kablam! Compiling rayon v1.0.2 Oct 13 05:16:00.339 INFO kablam! Compiling serde_derive v1.0.71 Oct 13 05:16:00.339 INFO kablam! Compiling num-derive v0.2.2 Oct 13 05:16:00.444 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 13 05:16:00.444 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 13 05:16:07.247 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 13 05:16:11.171 INFO kablam! Compiling wayland-window v0.13.3 Oct 13 05:16:13.803 INFO kablam! Compiling image v0.19.0 Oct 13 05:16:14.771 INFO kablam! Compiling winit v0.12.0 Oct 13 05:16:29.952 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 13 05:16:41.223 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 13 05:16:41.864 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 13 05:16:42.943 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 13 05:16:42.943 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 13 05:16:44.255 INFO kablam! Compiling piston v0.37.0 Oct 13 05:16:46.641 INFO kablam! Compiling flappy v0.1.0 (/source) Oct 13 05:16:48.385 INFO kablam! warning: unused import: `SCREENWIDTH` Oct 13 05:16:48.385 INFO kablam! --> src/score_drawer.rs:1:5 Oct 13 05:16:48.386 INFO kablam! | Oct 13 05:16:48.386 INFO kablam! 1 | use SCREENWIDTH; Oct 13 05:16:48.387 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:16:48.391 INFO kablam! | Oct 13 05:16:48.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:48.392 INFO kablam! Oct 13 05:16:48.567 INFO kablam! warning: variable does not need to be mutable Oct 13 05:16:48.568 INFO kablam! --> src/assets.rs:110:7 Oct 13 05:16:48.568 INFO kablam! | Oct 13 05:16:48.568 INFO kablam! 110 | let mut transform = context.transform; Oct 13 05:16:48.569 INFO kablam! | ----^^^^^^^^^ Oct 13 05:16:48.569 INFO kablam! | | Oct 13 05:16:48.569 INFO kablam! | help: remove this `mut` Oct 13 05:16:48.569 INFO kablam! | Oct 13 05:16:48.570 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:16:48.570 INFO kablam! Oct 13 05:16:51.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 13 05:16:51.931 INFO kablam! su: No module specific data is present Oct 13 05:16:52.247 INFO running `"docker" "rm" "-f" "3ce699308173562cfcddf7168c64d155f104012a0f65aa30368a3966bd4ad676"` Oct 13 05:16:52.352 INFO blam! 3ce699308173562cfcddf7168c64d155f104012a0f65aa30368a3966bd4ad676 Oct 13 05:16:52.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:16:52.756 INFO blam! db15cc0d5d6f1f2c9533e4d448236eec901bbee49af158bf655aa9b762bb9e48 Oct 13 05:16:52.758 INFO running `"docker" "start" "-a" "db15cc0d5d6f1f2c9533e4d448236eec901bbee49af158bf655aa9b762bb9e48"` Oct 13 05:16:53.853 INFO kablam! usermod: no changes Oct 13 05:16:54.051 INFO kablam! Compiling flappy v0.1.0 (/source) Oct 13 05:16:55.543 INFO kablam! warning: unused import: `SCREENWIDTH` Oct 13 05:16:55.543 INFO kablam! --> src/score_drawer.rs:1:5 Oct 13 05:16:55.543 INFO kablam! | Oct 13 05:16:55.543 INFO kablam! 1 | use SCREENWIDTH; Oct 13 05:16:55.543 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:16:55.543 INFO kablam! | Oct 13 05:16:55.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:16:55.543 INFO kablam! Oct 13 05:16:55.693 INFO kablam! warning: variable does not need to be mutable Oct 13 05:16:55.693 INFO kablam! --> src/assets.rs:110:7 Oct 13 05:16:55.693 INFO kablam! | Oct 13 05:16:55.693 INFO kablam! 110 | let mut transform = context.transform; Oct 13 05:16:55.693 INFO kablam! | ----^^^^^^^^^ Oct 13 05:16:55.693 INFO kablam! | | Oct 13 05:16:55.693 INFO kablam! | help: remove this `mut` Oct 13 05:16:55.693 INFO kablam! | Oct 13 05:16:55.693 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:16:55.693 INFO kablam! Oct 13 05:16:56.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 13 05:16:56.153 INFO kablam! su: No module specific data is present Oct 13 05:16:56.485 INFO running `"docker" "rm" "-f" "db15cc0d5d6f1f2c9533e4d448236eec901bbee49af158bf655aa9b762bb9e48"` Oct 13 05:16:56.655 INFO blam! db15cc0d5d6f1f2c9533e4d448236eec901bbee49af158bf655aa9b762bb9e48 Oct 13 05:16:56.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:16:57.021 INFO blam! 6a59b4ddd78e28ccd5d01e36964ddc45f59b2afd64b10e61eb2bd324927d019a Oct 13 05:16:57.022 INFO running `"docker" "start" "-a" "6a59b4ddd78e28ccd5d01e36964ddc45f59b2afd64b10e61eb2bd324927d019a"` Oct 13 05:16:57.583 INFO kablam! usermod: no changes Oct 13 05:16:57.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 13 05:16:57.832 INFO kablam! Running /target/debug/deps/flappy-bec7a9c9d2649e28 Oct 13 05:16:57.836 INFO blam! Oct 13 05:16:57.836 INFO blam! running 0 tests Oct 13 05:16:57.836 INFO blam! Oct 13 05:16:57.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:16:57.836 INFO blam! Oct 13 05:16:57.839 INFO kablam! su: No module specific data is present Oct 13 05:16:58.651 INFO running `"docker" "rm" "-f" "6a59b4ddd78e28ccd5d01e36964ddc45f59b2afd64b10e61eb2bd324927d019a"` Oct 13 05:16:58.867 INFO blam! 6a59b4ddd78e28ccd5d01e36964ddc45f59b2afd64b10e61eb2bd324927d019a