Oct 27 05:35:11.426 INFO checking drbawb/megumin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:35:11.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 05:35:11.949 INFO blam! 6db4fe2c4240f46f117ca6cda79bdf89f771c1ee50b2eceaf5309c3259c97ddf Oct 27 05:35:11.952 INFO running `"docker" "start" "-a" "6db4fe2c4240f46f117ca6cda79bdf89f771c1ee50b2eceaf5309c3259c97ddf"` Oct 27 05:35:13.579 INFO kablam! usermod: no changes Oct 27 05:35:13.891 INFO kablam! Compiling serde v0.8.21 Oct 27 05:35:13.899 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 27 05:35:13.901 INFO kablam! Checking deflate v0.7.1 Oct 27 05:35:13.932 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 27 05:35:13.933 INFO kablam! Compiling glutin v0.6.2 Oct 27 05:35:13.933 INFO kablam! Compiling glium v0.15.0 Oct 27 05:35:13.933 INFO kablam! Checking rayon v0.6.0 Oct 27 05:35:13.933 INFO kablam! Checking x11-dl v2.12.0 Oct 27 05:35:22.557 INFO kablam! Checking png v0.6.0 Oct 27 05:35:22.598 INFO kablam! Compiling wayland-client v0.5.12 Oct 27 05:35:22.600 INFO kablam! Checking memmap v0.2.3 Oct 27 05:35:25.268 INFO kablam! Checking jpeg-decoder v0.1.10 Oct 27 05:35:25.686 INFO kablam! Checking backtrace v0.2.3 Oct 27 05:35:31.175 INFO kablam! Checking image v0.12.0 Oct 27 05:35:38.177 INFO kablam! Compiling serde_json v0.8.4 Oct 27 05:35:44.425 INFO kablam! Compiling target_build_utils v0.1.2 Oct 27 05:35:46.695 INFO kablam! Compiling libloading v0.3.1 Oct 27 05:35:50.370 INFO kablam! Checking dlib v0.3.1 Oct 27 05:35:50.796 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 05:35:53.094 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 05:35:53.094 INFO kablam! Checking wayland-window v0.2.3 Oct 27 05:36:11.407 INFO kablam! Checking megumin v0.1.0 (/source) Oct 27 05:36:14.359 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:36:14.367 INFO kablam! --> src/render.rs:57:65 Oct 27 05:36:14.368 INFO kablam! | Oct 27 05:36:14.368 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 27 05:36:14.368 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:36:14.368 INFO kablam! | Oct 27 05:36:14.369 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:36:14.369 INFO kablam! Oct 27 05:36:14.369 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:36:14.369 INFO kablam! --> src/render.rs:60:94 Oct 27 05:36:14.370 INFO kablam! | Oct 27 05:36:14.370 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 27 05:36:14.370 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:36:14.370 INFO kablam! Oct 27 05:36:14.746 INFO kablam! warning: unused variable: `w` Oct 27 05:36:14.747 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 27 05:36:14.747 INFO kablam! | Oct 27 05:36:14.747 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 27 05:36:14.747 INFO kablam! | ^ help: consider using `_w` instead Oct 27 05:36:14.747 INFO kablam! | Oct 27 05:36:14.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:36:14.747 INFO kablam! Oct 27 05:36:14.747 INFO kablam! warning: unused variable: `h` Oct 27 05:36:14.747 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 27 05:36:14.747 INFO kablam! | Oct 27 05:36:14.747 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 27 05:36:14.747 INFO kablam! | ^ help: consider using `_h` instead Oct 27 05:36:14.747 INFO kablam! Oct 27 05:36:14.827 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:36:14.827 INFO kablam! --> src/render.rs:57:65 Oct 27 05:36:14.827 INFO kablam! | Oct 27 05:36:14.827 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 27 05:36:14.827 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:36:14.827 INFO kablam! | Oct 27 05:36:14.827 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:36:14.827 INFO kablam! Oct 27 05:36:14.827 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:36:14.827 INFO kablam! --> src/render.rs:60:94 Oct 27 05:36:14.827 INFO kablam! | Oct 27 05:36:14.827 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 27 05:36:14.827 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:36:14.827 INFO kablam! Oct 27 05:36:14.843 INFO kablam! warning: field is never used: `tx_star_bg` Oct 27 05:36:14.843 INFO kablam! --> src/entities/map.rs:17:5 Oct 27 05:36:14.843 INFO kablam! | Oct 27 05:36:14.843 INFO kablam! 17 | tx_star_bg: usize, Oct 27 05:36:14.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:36:14.843 INFO kablam! | Oct 27 05:36:14.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:36:14.843 INFO kablam! Oct 27 05:36:15.155 INFO kablam! warning: unused variable: `w` Oct 27 05:36:15.155 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 27 05:36:15.155 INFO kablam! | Oct 27 05:36:15.155 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 27 05:36:15.155 INFO kablam! | ^ help: consider using `_w` instead Oct 27 05:36:15.155 INFO kablam! | Oct 27 05:36:15.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:36:15.155 INFO kablam! Oct 27 05:36:15.155 INFO kablam! warning: unused variable: `h` Oct 27 05:36:15.155 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 27 05:36:15.155 INFO kablam! | Oct 27 05:36:15.155 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 27 05:36:15.155 INFO kablam! | ^ help: consider using `_h` instead Oct 27 05:36:15.155 INFO kablam! Oct 27 05:36:15.242 INFO kablam! warning: field is never used: `tx_star_bg` Oct 27 05:36:15.242 INFO kablam! --> src/entities/map.rs:17:5 Oct 27 05:36:15.242 INFO kablam! | Oct 27 05:36:15.242 INFO kablam! 17 | tx_star_bg: usize, Oct 27 05:36:15.242 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:36:15.242 INFO kablam! | Oct 27 05:36:15.242 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:36:15.242 INFO kablam! Oct 27 05:36:15.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 27 05:36:15.304 INFO kablam! su: No module specific data is present Oct 27 05:36:15.808 INFO running `"docker" "rm" "-f" "6db4fe2c4240f46f117ca6cda79bdf89f771c1ee50b2eceaf5309c3259c97ddf"` Oct 27 05:36:16.131 INFO blam! 6db4fe2c4240f46f117ca6cda79bdf89f771c1ee50b2eceaf5309c3259c97ddf