Oct 14 22:21:40.294 INFO testing drbawb/megumin against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:21:40.295 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 14 22:21:41.045 INFO blam! 746ed7936096a7f09949513b45bda542218425f425ff2b7f1ab548a08c1c0f13 Oct 14 22:21:41.048 INFO running `"docker" "start" "-a" "746ed7936096a7f09949513b45bda542218425f425ff2b7f1ab548a08c1c0f13"` Oct 14 22:21:42.947 INFO kablam! usermod: no changes Oct 14 22:21:43.311 INFO kablam! Compiling num_cpus v1.2.1 Oct 14 22:21:43.315 INFO kablam! Compiling deflate v0.7.1 Oct 14 22:21:43.323 INFO kablam! Compiling deque v0.3.1 Oct 14 22:21:43.359 INFO kablam! Compiling num v0.1.36 Oct 14 22:21:44.255 INFO kablam! Compiling enum_primitive v0.1.0 Oct 14 22:21:45.988 INFO kablam! Compiling rayon v0.6.0 Oct 14 22:21:48.935 INFO kablam! Compiling png v0.6.0 Oct 14 22:21:53.551 INFO kablam! Compiling jpeg-decoder v0.1.10 Oct 14 22:21:57.070 INFO kablam! Compiling image v0.12.0 Oct 14 22:22:12.691 INFO kablam! Compiling megumin v0.1.0 (/source) Oct 14 22:22:14.588 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:22:14.588 INFO kablam! --> src/render.rs:57:65 Oct 14 22:22:14.588 INFO kablam! | Oct 14 22:22:14.589 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 14 22:22:14.589 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:22:14.589 INFO kablam! | Oct 14 22:22:14.589 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:22:14.589 INFO kablam! Oct 14 22:22:14.589 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:22:14.589 INFO kablam! --> src/render.rs:60:94 Oct 14 22:22:14.589 INFO kablam! | Oct 14 22:22:14.589 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 14 22:22:14.589 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:22:14.589 INFO kablam! Oct 14 22:22:15.059 INFO kablam! warning: unused variable: `w` Oct 14 22:22:15.059 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 14 22:22:15.059 INFO kablam! | Oct 14 22:22:15.059 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:22:15.059 INFO kablam! | ^ help: consider using `_w` instead Oct 14 22:22:15.059 INFO kablam! | Oct 14 22:22:15.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:22:15.059 INFO kablam! Oct 14 22:22:15.059 INFO kablam! warning: unused variable: `h` Oct 14 22:22:15.059 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 14 22:22:15.059 INFO kablam! | Oct 14 22:22:15.059 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:22:15.059 INFO kablam! | ^ help: consider using `_h` instead Oct 14 22:22:15.059 INFO kablam! Oct 14 22:22:15.160 INFO kablam! warning: field is never used: `tx_star_bg` Oct 14 22:22:15.160 INFO kablam! --> src/entities/map.rs:17:5 Oct 14 22:22:15.160 INFO kablam! | Oct 14 22:22:15.160 INFO kablam! 17 | tx_star_bg: usize, Oct 14 22:22:15.160 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:22:15.160 INFO kablam! | Oct 14 22:22:15.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:22:15.160 INFO kablam! Oct 14 22:22:21.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.74s Oct 14 22:22:21.727 INFO kablam! su: No module specific data is present Oct 14 22:22:22.342 INFO running `"docker" "rm" "-f" "746ed7936096a7f09949513b45bda542218425f425ff2b7f1ab548a08c1c0f13"` Oct 14 22:22:22.641 INFO blam! 746ed7936096a7f09949513b45bda542218425f425ff2b7f1ab548a08c1c0f13 Oct 14 22:22:22.651 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 14 22:22:22.992 INFO blam! 6132a58a42676f4a5f8b7fff55bf56f8f68967247b2f15c679f3928cb0ea88a2 Oct 14 22:22:22.994 INFO running `"docker" "start" "-a" "6132a58a42676f4a5f8b7fff55bf56f8f68967247b2f15c679f3928cb0ea88a2"` Oct 14 22:22:24.323 INFO kablam! usermod: no changes Oct 14 22:22:24.563 INFO kablam! Compiling megumin v0.1.0 (/source) Oct 14 22:22:26.051 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:22:26.052 INFO kablam! --> src/render.rs:57:65 Oct 14 22:22:26.052 INFO kablam! | Oct 14 22:22:26.052 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 14 22:22:26.053 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:22:26.053 INFO kablam! | Oct 14 22:22:26.054 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:22:26.054 INFO kablam! Oct 14 22:22:26.054 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:22:26.055 INFO kablam! --> src/render.rs:60:94 Oct 14 22:22:26.055 INFO kablam! | Oct 14 22:22:26.055 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 14 22:22:26.056 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:22:26.056 INFO kablam! Oct 14 22:22:26.391 INFO kablam! warning: unused variable: `w` Oct 14 22:22:26.391 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 14 22:22:26.391 INFO kablam! | Oct 14 22:22:26.391 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:22:26.391 INFO kablam! | ^ help: consider using `_w` instead Oct 14 22:22:26.391 INFO kablam! | Oct 14 22:22:26.391 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:22:26.391 INFO kablam! Oct 14 22:22:26.391 INFO kablam! warning: unused variable: `h` Oct 14 22:22:26.391 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 14 22:22:26.391 INFO kablam! | Oct 14 22:22:26.391 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:22:26.391 INFO kablam! | ^ help: consider using `_h` instead Oct 14 22:22:26.391 INFO kablam! Oct 14 22:22:26.476 INFO kablam! warning: field is never used: `tx_star_bg` Oct 14 22:22:26.476 INFO kablam! --> src/entities/map.rs:17:5 Oct 14 22:22:26.476 INFO kablam! | Oct 14 22:22:26.476 INFO kablam! 17 | tx_star_bg: usize, Oct 14 22:22:26.476 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:22:26.476 INFO kablam! | Oct 14 22:22:26.476 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:22:26.476 INFO kablam! Oct 14 22:22:27.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 14 22:22:27.091 INFO kablam! su: No module specific data is present Oct 14 22:22:27.996 INFO running `"docker" "rm" "-f" "6132a58a42676f4a5f8b7fff55bf56f8f68967247b2f15c679f3928cb0ea88a2"` Oct 14 22:22:28.459 INFO blam! 6132a58a42676f4a5f8b7fff55bf56f8f68967247b2f15c679f3928cb0ea88a2 Oct 14 22:22:28.471 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 14 22:22:29.011 INFO blam! 2400196b05d081663d7ae01492a90c71d5c1417a611cc8290aa1cc3122ff6f9b Oct 14 22:22:29.014 INFO running `"docker" "start" "-a" "2400196b05d081663d7ae01492a90c71d5c1417a611cc8290aa1cc3122ff6f9b"` Oct 14 22:22:30.986 INFO kablam! usermod: no changes Oct 14 22:22:31.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 22:22:31.167 INFO kablam! Running /target/debug/deps/megumin-c8c3768683b7ccd1 Oct 14 22:22:31.171 INFO blam! Oct 14 22:22:31.171 INFO blam! running 0 tests Oct 14 22:22:31.171 INFO blam! Oct 14 22:22:31.171 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:22:31.172 INFO blam! Oct 14 22:22:31.179 INFO kablam! su: No module specific data is present Oct 14 22:22:32.925 INFO running `"docker" "rm" "-f" "2400196b05d081663d7ae01492a90c71d5c1417a611cc8290aa1cc3122ff6f9b"` Oct 14 22:22:33.212 INFO blam! 2400196b05d081663d7ae01492a90c71d5c1417a611cc8290aa1cc3122ff6f9b