Sep 06 00:22:25.159 INFO checking sdl2-0.30.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:22:25.159 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:22:25.159 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:22:25.336 INFO blam! 6cfa834eac6b5af356bb92f0c7b37578abd60b0ec6ce780a2a0d60ec6aa52be1 Sep 06 00:22:25.337 INFO running `"docker" "start" "-a" "6cfa834eac6b5af356bb92f0c7b37578abd60b0ec6ce780a2a0d60ec6aa52be1"` Sep 06 00:22:26.624 INFO kablam! usermod: no changes Sep 06 00:22:26.686 INFO kablam! Checking sdl2 v0.30.0 (file:///source) Sep 06 00:22:29.202 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.202 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 06 00:22:29.202 INFO kablam! | Sep 06 00:22:29.202 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 06 00:22:29.202 INFO kablam! | ----^ Sep 06 00:22:29.202 INFO kablam! | | Sep 06 00:22:29.202 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.202 INFO kablam! | Sep 06 00:22:29.202 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:22:29.202 INFO kablam! Sep 06 00:22:29.202 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.202 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 06 00:22:29.202 INFO kablam! | Sep 06 00:22:29.202 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 06 00:22:29.202 INFO kablam! | ----^ Sep 06 00:22:29.202 INFO kablam! | | Sep 06 00:22:29.202 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.202 INFO kablam! Sep 06 00:22:29.566 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.566 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 06 00:22:29.566 INFO kablam! | Sep 06 00:22:29.566 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 06 00:22:29.566 INFO kablam! | ----^ Sep 06 00:22:29.566 INFO kablam! | | Sep 06 00:22:29.566 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.566 INFO kablam! | Sep 06 00:22:29.566 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:22:29.566 INFO kablam! Sep 06 00:22:29.570 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.570 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 06 00:22:29.570 INFO kablam! | Sep 06 00:22:29.570 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 06 00:22:29.570 INFO kablam! | ----^ Sep 06 00:22:29.570 INFO kablam! | | Sep 06 00:22:29.570 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.570 INFO kablam! Sep 06 00:22:29.594 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.594 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 06 00:22:29.594 INFO kablam! | Sep 06 00:22:29.594 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 06 00:22:29.594 INFO kablam! | ----^^^^^^^^^^^ Sep 06 00:22:29.594 INFO kablam! | | Sep 06 00:22:29.594 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.594 INFO kablam! Sep 06 00:22:29.927 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:29.927 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 06 00:22:29.927 INFO kablam! | Sep 06 00:22:29.927 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 06 00:22:29.927 INFO kablam! | ----^^^^^^^^^^^ Sep 06 00:22:29.928 INFO kablam! | | Sep 06 00:22:29.928 INFO kablam! | help: remove this `mut` Sep 06 00:22:29.930 INFO kablam! Sep 06 00:22:30.802 INFO kablam! warning: floating-point types cannot be used in patterns Sep 06 00:22:30.802 INFO kablam! --> examples/audio-squarewave.rs:19:17 Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 06 00:22:30.802 INFO kablam! | ^^^ Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 06 00:22:30.802 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 06 00:22:30.802 INFO kablam! = note: for more information, see issue #41620 Sep 06 00:22:30.802 INFO kablam! Sep 06 00:22:30.802 INFO kablam! warning: floating-point types cannot be used in patterns Sep 06 00:22:30.802 INFO kablam! --> examples/audio-squarewave.rs:19:23 Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 06 00:22:30.802 INFO kablam! | ^^^ Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 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 06 00:22:30.802 INFO kablam! = note: for more information, see issue #41620 Sep 06 00:22:30.802 INFO kablam! Sep 06 00:22:30.802 INFO kablam! warning: floating-point types cannot be used in patterns Sep 06 00:22:30.802 INFO kablam! --> examples/audio-squarewave.rs:19:17 Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 INFO kablam! 19 | 0.0...0.5 => self.volume, Sep 06 00:22:30.802 INFO kablam! | ^^^ Sep 06 00:22:30.802 INFO kablam! | Sep 06 00:22:30.802 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 06 00:22:30.802 INFO kablam! = note: for more information, see issue #41620 Sep 06 00:22:30.802 INFO kablam! Sep 06 00:22:31.694 INFO kablam! error[E0433]: failed to resolve. Could not find `ttf` in `sdl2` Sep 06 00:22:31.694 INFO kablam! --> examples/ttf-demo.rs:49:29 Sep 06 00:22:31.694 INFO kablam! | Sep 06 00:22:31.694 INFO kablam! 49 | let ttf_context = sdl2::ttf::init().unwrap(); Sep 06 00:22:31.694 INFO kablam! | ^^^ Could not find `ttf` in `sdl2` Sep 06 00:22:31.694 INFO kablam! Sep 06 00:22:31.694 INFO kablam! error[E0433]: failed to resolve. Could not find `ttf` in `sdl2` Sep 06 00:22:31.694 INFO kablam! --> examples/ttf-demo.rs:62:26 Sep 06 00:22:31.694 INFO kablam! | Sep 06 00:22:31.694 INFO kablam! 62 | font.set_style(sdl2::ttf::STYLE_BOLD); Sep 06 00:22:31.694 INFO kablam! | ^^^ Could not find `ttf` in `sdl2` Sep 06 00:22:31.694 INFO kablam! Sep 06 00:22:31.714 INFO kablam! error[E0433]: failed to resolve. Could not find `ttf` in `sdl2` Sep 06 00:22:31.714 INFO kablam! --> examples/ttf-demo.rs:95:43 Sep 06 00:22:31.714 INFO kablam! | Sep 06 00:22:31.714 INFO kablam! 95 | println!("linked sdl2_ttf: {}", sdl2::ttf::get_linked_version()); Sep 06 00:22:31.714 INFO kablam! | ^^^ Could not find `ttf` in `sdl2` Sep 06 00:22:31.714 INFO kablam! Sep 06 00:22:31.878 INFO kablam! error: aborting due to 3 previous errors Sep 06 00:22:31.878 INFO kablam! Sep 06 00:22:31.878 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 06 00:22:31.922 INFO kablam! error: Could not compile `sdl2`. Sep 06 00:22:31.922 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:22:32.062 INFO kablam! error[E0432]: unresolved import `sdl2::mixer` Sep 06 00:22:32.062 INFO kablam! --> examples/mixer_demo.rs:5:11 Sep 06 00:22:32.062 INFO kablam! | Sep 06 00:22:32.062 INFO kablam! 5 | use sdl2::mixer::{INIT_MP3, INIT_FLAC, INIT_MOD, INIT_FLUIDSYNTH, INIT_MODPLUG, INIT_OGG, Sep 06 00:22:32.062 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! Sep 06 00:22:32.062 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! --> examples/mixer_demo.rs:21:42 Sep 06 00:22:32.062 INFO kablam! | Sep 06 00:22:32.062 INFO kablam! 21 | println!("linked version: {}", sdl2::mixer::get_linked_version()); Sep 06 00:22:32.062 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! Sep 06 00:22:32.062 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! --> examples/mixer_demo.rs:26:32 Sep 06 00:22:32.062 INFO kablam! | Sep 06 00:22:32.062 INFO kablam! 26 | let _mixer_context = sdl2::mixer::init(INIT_MP3 | INIT_FLAC | INIT_MOD | INIT_FLUIDSYNTH | Sep 06 00:22:32.062 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! Sep 06 00:22:32.062 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! --> examples/mixer_demo.rs:35:11 Sep 06 00:22:32.062 INFO kablam! | Sep 06 00:22:32.062 INFO kablam! 35 | sdl2::mixer::open_audio(frequency, format, channels, chunk_size).unwrap(); Sep 06 00:22:32.062 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.062 INFO kablam! Sep 06 00:22:32.062 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:36:11 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 36 | sdl2::mixer::allocate_channels(0); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:39:23 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 39 | let n = sdl2::mixer::get_chunk_decoders_number(); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:42:53 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 42 | println!(" decoder {} => {}", i, sdl2::mixer::get_chunk_decoder(i)); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:47:23 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 47 | let n = sdl2::mixer::get_music_decoders_number(); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:50:53 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 50 | println!(" decoder {} => {}", i, sdl2::mixer::get_music_decoder(i)); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:54:42 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 54 | println!("query spec => {:?}", sdl2::mixer::query_spec()); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:57:23 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 57 | let music = sdl2::mixer::Music::from_file(filename).unwrap(); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:63:11 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 63 | sdl2::mixer::Music::hook_finished(hook_finished); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:67:44 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 67 | println!("music volume => {:?}", sdl2::mixer::Music::get_volume()); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:72:43 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 72 | println!("fading out ... {:?}", sdl2::mixer::Music::fade_out(4000)); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.063 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! --> examples/mixer_demo.rs:80:11 Sep 06 00:22:32.063 INFO kablam! | Sep 06 00:22:32.063 INFO kablam! 80 | sdl2::mixer::Music::halt(); Sep 06 00:22:32.063 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 06 00:22:32.063 INFO kablam! Sep 06 00:22:32.154 INFO kablam! error: aborting due to 15 previous errors Sep 06 00:22:32.154 INFO kablam! Sep 06 00:22:32.154 INFO kablam! Some errors occurred: E0432, E0433. Sep 06 00:22:32.154 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 00:22:32.170 INFO kablam! error: Could not compile `sdl2`. Sep 06 00:22:32.170 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:22:32.514 INFO kablam! warning: variable does not need to be mutable Sep 06 00:22:32.514 INFO kablam! --> examples/window-properties.rs:34:17 Sep 06 00:22:32.514 INFO kablam! | Sep 06 00:22:32.514 INFO kablam! 34 | let mut window = canvas.window_mut(); Sep 06 00:22:32.514 INFO kablam! | ----^^^^^^ Sep 06 00:22:32.514 INFO kablam! | | Sep 06 00:22:32.514 INFO kablam! | help: remove this `mut` Sep 06 00:22:32.514 INFO kablam! | Sep 06 00:22:32.514 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:22:32.514 INFO kablam! Sep 06 00:22:32.805 INFO kablam! error: build failed Sep 06 00:22:32.810 INFO kablam! su: No module specific data is present Sep 06 00:22:33.633 INFO running `"docker" "rm" "-f" "6cfa834eac6b5af356bb92f0c7b37578abd60b0ec6ce780a2a0d60ec6aa52be1"` Sep 06 00:22:33.757 INFO blam! 6cfa834eac6b5af356bb92f0c7b37578abd60b0ec6ce780a2a0d60ec6aa52be1