Sep 14 09:28:09.841 INFO checking sdl2-0.30.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:28:09.841 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:28:09.841 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:28:10.063 INFO blam! d2a35f7350dac78b9586d4a383f01d30477658a4b88f469be32187bd73b124f8 Sep 14 09:28:10.064 INFO running `"docker" "start" "-a" "d2a35f7350dac78b9586d4a383f01d30477658a4b88f469be32187bd73b124f8"` Sep 14 09:28:11.186 INFO kablam! usermod: no changes Sep 14 09:28:11.278 INFO kablam! Checking sdl2-sys v0.30.0 Sep 14 09:28:12.019 INFO kablam! Checking sdl2 v0.30.0 (file:///source) Sep 14 09:28:15.583 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:15.583 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 14 09:28:15.583 INFO kablam! | Sep 14 09:28:15.583 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 14 09:28:15.583 INFO kablam! | ----^ Sep 14 09:28:15.583 INFO kablam! | | Sep 14 09:28:15.583 INFO kablam! | help: remove this `mut` Sep 14 09:28:15.583 INFO kablam! | Sep 14 09:28:15.583 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:28:15.583 INFO kablam! Sep 14 09:28:15.585 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:15.585 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 14 09:28:15.585 INFO kablam! | Sep 14 09:28:15.585 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 14 09:28:15.585 INFO kablam! | ----^ Sep 14 09:28:15.585 INFO kablam! | | Sep 14 09:28:15.585 INFO kablam! | help: remove this `mut` Sep 14 09:28:15.586 INFO kablam! Sep 14 09:28:15.882 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:15.883 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 14 09:28:15.883 INFO kablam! | Sep 14 09:28:15.883 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 14 09:28:15.883 INFO kablam! | ----^^^^^^^^^^^ Sep 14 09:28:15.883 INFO kablam! | | Sep 14 09:28:15.883 INFO kablam! | help: remove this `mut` Sep 14 09:28:15.883 INFO kablam! Sep 14 09:28:16.667 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:16.667 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 14 09:28:16.667 INFO kablam! | Sep 14 09:28:16.667 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 14 09:28:16.667 INFO kablam! | ----^ Sep 14 09:28:16.667 INFO kablam! | | Sep 14 09:28:16.667 INFO kablam! | help: remove this `mut` Sep 14 09:28:16.667 INFO kablam! | Sep 14 09:28:16.667 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:28:16.667 INFO kablam! Sep 14 09:28:16.667 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:16.667 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 14 09:28:16.667 INFO kablam! | Sep 14 09:28:16.667 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 14 09:28:16.667 INFO kablam! | ----^ Sep 14 09:28:16.667 INFO kablam! | | Sep 14 09:28:16.667 INFO kablam! | help: remove this `mut` Sep 14 09:28:16.667 INFO kablam! Sep 14 09:28:17.686 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:28:17.686 INFO kablam! --> examples/audio-squarewave.rs:19:17 Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 14 09:28:17.686 INFO kablam! | ^^^ Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 09:28:17.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 09:28:17.686 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:28:17.686 INFO kablam! Sep 14 09:28:17.686 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:28:17.686 INFO kablam! --> examples/audio-squarewave.rs:19:23 Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 14 09:28:17.686 INFO kablam! | ^^^ Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 09:28:17.686 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:28:17.686 INFO kablam! Sep 14 09:28:17.686 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:28:17.686 INFO kablam! --> examples/audio-squarewave.rs:19:17 Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 14 09:28:17.686 INFO kablam! | ^^^ Sep 14 09:28:17.686 INFO kablam! | Sep 14 09:28:17.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 14 09:28:17.686 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:28:17.686 INFO kablam! Sep 14 09:28:18.107 INFO kablam! error[E0432]: unresolved import `sdl2::mixer` Sep 14 09:28:18.107 INFO kablam! --> examples/mixer_demo.rs:5:11 Sep 14 09:28:18.107 INFO kablam! | Sep 14 09:28:18.107 INFO kablam! 5 | use sdl2::mixer::{INIT_MP3, INIT_FLAC, INIT_MOD, INIT_FLUIDSYNTH, INIT_MODPLUG, INIT_OGG, Sep 14 09:28:18.107 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! Sep 14 09:28:18.107 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! --> examples/mixer_demo.rs:21:42 Sep 14 09:28:18.107 INFO kablam! | Sep 14 09:28:18.107 INFO kablam! 21 | println!("linked version: {}", sdl2::mixer::get_linked_version()); Sep 14 09:28:18.107 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! Sep 14 09:28:18.107 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! --> examples/mixer_demo.rs:26:32 Sep 14 09:28:18.107 INFO kablam! | Sep 14 09:28:18.107 INFO kablam! 26 | let _mixer_context = sdl2::mixer::init(INIT_MP3 | INIT_FLAC | INIT_MOD | INIT_FLUIDSYNTH | Sep 14 09:28:18.107 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! Sep 14 09:28:18.107 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! --> examples/mixer_demo.rs:35:11 Sep 14 09:28:18.107 INFO kablam! | Sep 14 09:28:18.107 INFO kablam! 35 | sdl2::mixer::open_audio(frequency, format, channels, chunk_size).unwrap(); Sep 14 09:28:18.107 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! Sep 14 09:28:18.107 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.107 INFO kablam! --> examples/mixer_demo.rs:36:11 Sep 14 09:28:18.107 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 36 | sdl2::mixer::allocate_channels(0); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:39:23 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 39 | let n = sdl2::mixer::get_chunk_decoders_number(); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:42:53 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 42 | println!(" decoder {} => {}", i, sdl2::mixer::get_chunk_decoder(i)); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:47:23 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 47 | let n = sdl2::mixer::get_music_decoders_number(); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:50:53 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 50 | println!(" decoder {} => {}", i, sdl2::mixer::get_music_decoder(i)); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:54:42 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 54 | println!("query spec => {:?}", sdl2::mixer::query_spec()); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:57:23 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 57 | let music = sdl2::mixer::Music::from_file(filename).unwrap(); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:63:11 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 63 | sdl2::mixer::Music::hook_finished(hook_finished); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:67:44 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 67 | println!("music volume => {:?}", sdl2::mixer::Music::get_volume()); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:72:43 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 72 | println!("fading out ... {:?}", sdl2::mixer::Music::fade_out(4000)); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.108 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! --> examples/mixer_demo.rs:80:11 Sep 14 09:28:18.108 INFO kablam! | Sep 14 09:28:18.108 INFO kablam! 80 | sdl2::mixer::Music::halt(); Sep 14 09:28:18.108 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 14 09:28:18.108 INFO kablam! Sep 14 09:28:18.386 INFO kablam! error: aborting due to 15 previous errors Sep 14 09:28:18.386 INFO kablam! Sep 14 09:28:18.386 INFO kablam! Some errors occurred: E0432, E0433. Sep 14 09:28:18.386 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 09:28:18.420 INFO kablam! error: Could not compile `sdl2`. Sep 14 09:28:18.420 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:28:18.459 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:18.459 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 14 09:28:18.459 INFO kablam! | Sep 14 09:28:18.459 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 14 09:28:18.459 INFO kablam! | ----^^^^^^^^^^^ Sep 14 09:28:18.459 INFO kablam! | | Sep 14 09:28:18.459 INFO kablam! | help: remove this `mut` Sep 14 09:28:18.459 INFO kablam! Sep 14 09:28:19.080 INFO kablam! warning: variable does not need to be mutable Sep 14 09:28:19.081 INFO kablam! --> examples/window-properties.rs:34:17 Sep 14 09:28:19.081 INFO kablam! | Sep 14 09:28:19.081 INFO kablam! 34 | let mut window = canvas.window_mut(); Sep 14 09:28:19.081 INFO kablam! | ----^^^^^^ Sep 14 09:28:19.081 INFO kablam! | | Sep 14 09:28:19.081 INFO kablam! | help: remove this `mut` Sep 14 09:28:19.081 INFO kablam! | Sep 14 09:28:19.081 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:28:19.081 INFO kablam! Sep 14 09:28:19.115 INFO kablam! error: build failed Sep 14 09:28:19.119 INFO kablam! su: No module specific data is present Sep 14 09:28:19.808 INFO running `"docker" "rm" "-f" "d2a35f7350dac78b9586d4a383f01d30477658a4b88f469be32187bd73b124f8"` Sep 14 09:28:19.898 INFO blam! d2a35f7350dac78b9586d4a383f01d30477658a4b88f469be32187bd73b124f8