Oct 12 22:26:27.375 INFO checking drbawb/megumin against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:26:27.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 22:26:27.895 INFO blam! 9f4825b6008caae57ad36e602762fe97a1d492bf90e252f4818006040e6ad172 Oct 12 22:26:27.898 INFO running `"docker" "start" "-a" "9f4825b6008caae57ad36e602762fe97a1d492bf90e252f4818006040e6ad172"` Oct 12 22:26:28.832 INFO kablam! usermod: no changes Oct 12 22:26:29.132 INFO kablam! Checking deflate v0.7.1 Oct 12 22:26:29.132 INFO kablam! Checking deque v0.3.1 Oct 12 22:26:29.860 INFO kablam! Checking rayon v0.6.0 Oct 12 22:26:31.436 INFO kablam! Checking png v0.6.0 Oct 12 22:26:33.177 INFO kablam! Checking jpeg-decoder v0.1.10 Oct 12 22:26:34.913 INFO kablam! Checking image v0.12.0 Oct 12 22:26:39.709 INFO kablam! Checking megumin v0.1.0 (/source) Oct 12 22:26:43.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:26:43.860 INFO kablam! --> src/render.rs:57:65 Oct 12 22:26:43.860 INFO kablam! | Oct 12 22:26:43.860 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 12 22:26:43.860 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:26:43.860 INFO kablam! | Oct 12 22:26:43.860 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:26:43.860 INFO kablam! Oct 12 22:26:43.862 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:26:43.862 INFO kablam! --> src/render.rs:60:94 Oct 12 22:26:43.862 INFO kablam! | Oct 12 22:26:43.862 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 12 22:26:43.862 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:26:43.862 INFO kablam! Oct 12 22:26:44.026 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:26:44.026 INFO kablam! --> src/render.rs:57:65 Oct 12 22:26:44.026 INFO kablam! | Oct 12 22:26:44.026 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 12 22:26:44.026 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:26:44.026 INFO kablam! | Oct 12 22:26:44.026 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:26:44.026 INFO kablam! Oct 12 22:26:44.026 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:26:44.026 INFO kablam! --> src/render.rs:60:94 Oct 12 22:26:44.026 INFO kablam! | Oct 12 22:26:44.026 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 12 22:26:44.026 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:26:44.026 INFO kablam! Oct 12 22:26:44.547 INFO kablam! warning: unused variable: `w` Oct 12 22:26:44.547 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 12 22:26:44.548 INFO kablam! | Oct 12 22:26:44.548 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 12 22:26:44.549 INFO kablam! | ^ help: consider using `_w` instead Oct 12 22:26:44.549 INFO kablam! | Oct 12 22:26:44.550 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:26:44.550 INFO kablam! Oct 12 22:26:44.551 INFO kablam! warning: unused variable: `h` Oct 12 22:26:44.551 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 12 22:26:44.552 INFO kablam! | Oct 12 22:26:44.552 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 12 22:26:44.552 INFO kablam! | ^ help: consider using `_h` instead Oct 12 22:26:44.552 INFO kablam! Oct 12 22:26:44.720 INFO kablam! warning: field is never used: `tx_star_bg` Oct 12 22:26:44.720 INFO kablam! --> src/entities/map.rs:17:5 Oct 12 22:26:44.720 INFO kablam! | Oct 12 22:26:44.720 INFO kablam! 17 | tx_star_bg: usize, Oct 12 22:26:44.720 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 22:26:44.720 INFO kablam! | Oct 12 22:26:44.728 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:26:44.729 INFO kablam! Oct 12 22:26:44.804 INFO kablam! warning: unused variable: `w` Oct 12 22:26:44.805 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 12 22:26:44.805 INFO kablam! | Oct 12 22:26:44.805 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 12 22:26:44.805 INFO kablam! | ^ help: consider using `_w` instead Oct 12 22:26:44.805 INFO kablam! | Oct 12 22:26:44.806 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:26:44.806 INFO kablam! Oct 12 22:26:44.806 INFO kablam! warning: unused variable: `h` Oct 12 22:26:44.806 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 12 22:26:44.807 INFO kablam! | Oct 12 22:26:44.807 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 12 22:26:44.807 INFO kablam! | ^ help: consider using `_h` instead Oct 12 22:26:44.807 INFO kablam! Oct 12 22:26:45.011 INFO kablam! warning: field is never used: `tx_star_bg` Oct 12 22:26:45.012 INFO kablam! --> src/entities/map.rs:17:5 Oct 12 22:26:45.013 INFO kablam! | Oct 12 22:26:45.013 INFO kablam! 17 | tx_star_bg: usize, Oct 12 22:26:45.014 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 22:26:45.015 INFO kablam! | Oct 12 22:26:45.015 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:26:45.016 INFO kablam! Oct 12 22:26:45.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.22s Oct 12 22:26:45.104 INFO kablam! su: No module specific data is present Oct 12 22:26:46.932 INFO running `"docker" "rm" "-f" "9f4825b6008caae57ad36e602762fe97a1d492bf90e252f4818006040e6ad172"` Oct 12 22:26:47.409 INFO blam! 9f4825b6008caae57ad36e602762fe97a1d492bf90e252f4818006040e6ad172