Sep 03 19:02:18.559 INFO checking drbawb/megumin against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 19:02:18.560 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 19:02:18.560 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:02:18.801 INFO blam! 9a127263f0757cfbb58fde0e9fe0c85360f897537b00f6481cb9780b179e020c Sep 03 19:02:18.804 INFO running `"docker" "start" "-a" "9a127263f0757cfbb58fde0e9fe0c85360f897537b00f6481cb9780b179e020c"` Sep 03 19:02:20.003 INFO kablam! Compiling libc v0.2.18 Sep 03 19:02:20.003 INFO kablam! Compiling serde v0.8.21 Sep 03 19:02:20.072 INFO kablam! Checking shared_library v0.1.5 Sep 03 19:02:20.075 INFO kablam! Checking num_cpus v1.2.1 Sep 03 19:02:20.078 INFO kablam! Checking deflate v0.7.1 Sep 03 19:02:20.087 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 03 19:02:20.090 INFO kablam! Checking deque v0.3.1 Sep 03 19:02:20.093 INFO kablam! Checking num-bigint v0.1.35 Sep 03 19:02:21.686 INFO kablam! Compiling glutin v0.6.2 Sep 03 19:02:21.745 INFO kablam! Compiling glium v0.15.0 Sep 03 19:02:21.963 INFO kablam! Checking x11-dl v2.12.0 Sep 03 19:02:32.302 INFO kablam! Checking osmesa-sys v0.1.2 Sep 03 19:02:32.306 INFO kablam! Checking fs2 v0.2.5 Sep 03 19:02:32.569 INFO kablam! Checking rayon v0.6.0 Sep 03 19:02:32.751 INFO kablam! Checking png v0.6.0 Sep 03 19:02:32.811 INFO kablam! Compiling rand v0.3.15 Sep 03 19:02:33.681 INFO kablam! Checking num-rational v0.1.35 Sep 03 19:02:33.944 INFO kablam! Compiling wayland-client v0.5.12 Sep 03 19:02:36.600 INFO kablam! Checking backtrace v0.2.3 Sep 03 19:02:38.613 INFO kablam! Checking memmap v0.2.3 Sep 03 19:02:41.973 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 03 19:02:42.633 INFO kablam! Compiling phf_generator v0.7.20 Sep 03 19:02:43.757 INFO kablam! Compiling phf_codegen v0.7.20 Sep 03 19:02:44.421 INFO kablam! Compiling target_build_utils v0.1.2 Sep 03 19:02:45.260 INFO kablam! Checking image v0.12.0 Sep 03 19:02:50.330 INFO kablam! Compiling serde_json v0.8.4 Sep 03 19:02:59.191 INFO kablam! Compiling libloading v0.3.1 Sep 03 19:03:01.766 INFO kablam! Checking dlib v0.3.1 Sep 03 19:03:02.118 INFO kablam! Checking wayland-sys v0.5.11 Sep 03 19:03:05.903 INFO kablam! Checking wayland-kbd v0.3.6 Sep 03 19:03:05.903 INFO kablam! Checking wayland-window v0.2.3 Sep 03 19:03:37.135 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 03 19:03:38.047 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 19:03:38.047 INFO kablam! --> src/render.rs:57:65 Sep 03 19:03:38.048 INFO kablam! | Sep 03 19:03:38.048 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 03 19:03:38.048 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 19:03:38.048 INFO kablam! | Sep 03 19:03:38.048 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 19:03:38.048 INFO kablam! Sep 03 19:03:38.048 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 19:03:38.048 INFO kablam! --> src/render.rs:60:94 Sep 03 19:03:38.048 INFO kablam! | Sep 03 19:03:38.048 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 03 19:03:38.048 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 19:03:38.048 INFO kablam! Sep 03 19:03:38.062 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 19:03:38.062 INFO kablam! --> src/render.rs:57:65 Sep 03 19:03:38.062 INFO kablam! | Sep 03 19:03:38.062 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 03 19:03:38.062 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 19:03:38.062 INFO kablam! | Sep 03 19:03:38.062 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 19:03:38.062 INFO kablam! Sep 03 19:03:38.062 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 19:03:38.062 INFO kablam! --> src/render.rs:60:94 Sep 03 19:03:38.062 INFO kablam! | Sep 03 19:03:38.062 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 03 19:03:38.062 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 19:03:38.062 INFO kablam! Sep 03 19:03:38.787 INFO kablam! warning: unused variable: `w` Sep 03 19:03:38.787 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 03 19:03:38.788 INFO kablam! | Sep 03 19:03:38.788 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 19:03:38.788 INFO kablam! | ^ help: consider using `_w` instead Sep 03 19:03:38.788 INFO kablam! | Sep 03 19:03:38.788 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 19:03:38.788 INFO kablam! Sep 03 19:03:38.788 INFO kablam! warning: unused variable: `h` Sep 03 19:03:38.788 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 03 19:03:38.788 INFO kablam! | Sep 03 19:03:38.788 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 19:03:38.788 INFO kablam! | ^ help: consider using `_h` instead Sep 03 19:03:38.788 INFO kablam! Sep 03 19:03:38.994 INFO kablam! warning: unused variable: `w` Sep 03 19:03:38.994 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 03 19:03:38.994 INFO kablam! | Sep 03 19:03:38.994 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 19:03:38.995 INFO kablam! | ^ help: consider using `_w` instead Sep 03 19:03:38.995 INFO kablam! | Sep 03 19:03:38.995 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 19:03:38.995 INFO kablam! Sep 03 19:03:38.995 INFO kablam! warning: unused variable: `h` Sep 03 19:03:38.995 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 03 19:03:38.995 INFO kablam! | Sep 03 19:03:38.995 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 19:03:38.995 INFO kablam! | ^ help: consider using `_h` instead Sep 03 19:03:38.995 INFO kablam! Sep 03 19:03:39.012 INFO kablam! warning: field is never used: `tx_star_bg` Sep 03 19:03:39.012 INFO kablam! --> src/entities/map.rs:17:5 Sep 03 19:03:39.012 INFO kablam! | Sep 03 19:03:39.012 INFO kablam! 17 | tx_star_bg: usize, Sep 03 19:03:39.012 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 19:03:39.012 INFO kablam! | Sep 03 19:03:39.013 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 19:03:39.013 INFO kablam! Sep 03 19:03:39.136 INFO kablam! warning: field is never used: `tx_star_bg` Sep 03 19:03:39.136 INFO kablam! --> src/entities/map.rs:17:5 Sep 03 19:03:39.136 INFO kablam! | Sep 03 19:03:39.136 INFO kablam! 17 | tx_star_bg: usize, Sep 03 19:03:39.136 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 19:03:39.137 INFO kablam! | Sep 03 19:03:39.137 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 19:03:39.137 INFO kablam! Sep 03 19:03:39.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Sep 03 19:03:39.201 INFO kablam! su: No module specific data is present Sep 03 19:03:39.645 INFO running `"docker" "rm" "-f" "9a127263f0757cfbb58fde0e9fe0c85360f897537b00f6481cb9780b179e020c"` Sep 03 19:03:39.742 INFO blam! 9a127263f0757cfbb58fde0e9fe0c85360f897537b00f6481cb9780b179e020c