Sep 04 07:09:00.905 INFO checking sdl2-0.30.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:09:00.905 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:09:00.905 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:09:01.086 INFO blam! 9748eeb90f86f2ed79dfded6ff72da16043d06b933432893356ac781ae10f73c Sep 04 07:09:01.088 INFO running `"docker" "start" "-a" "9748eeb90f86f2ed79dfded6ff72da16043d06b933432893356ac781ae10f73c"` Sep 04 07:09:01.688 INFO kablam! Checking sdl2-sys v0.30.0 Sep 04 07:09:02.666 INFO kablam! Checking sdl2 v0.30.0 (file:///source) Sep 04 07:09:08.106 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:08.106 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 04 07:09:08.106 INFO kablam! | Sep 04 07:09:08.107 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 04 07:09:08.107 INFO kablam! | ----^ Sep 04 07:09:08.107 INFO kablam! | | Sep 04 07:09:08.107 INFO kablam! | help: remove this `mut` Sep 04 07:09:08.107 INFO kablam! | Sep 04 07:09:08.107 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:09:08.107 INFO kablam! Sep 04 07:09:08.112 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:08.112 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 04 07:09:08.112 INFO kablam! | Sep 04 07:09:08.112 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 04 07:09:08.112 INFO kablam! | ----^ Sep 04 07:09:08.112 INFO kablam! | | Sep 04 07:09:08.112 INFO kablam! | help: remove this `mut` Sep 04 07:09:08.112 INFO kablam! Sep 04 07:09:08.550 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:08.550 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 04 07:09:08.551 INFO kablam! | Sep 04 07:09:08.551 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 04 07:09:08.551 INFO kablam! | ----^^^^^^^^^^^ Sep 04 07:09:08.551 INFO kablam! | | Sep 04 07:09:08.551 INFO kablam! | help: remove this `mut` Sep 04 07:09:08.551 INFO kablam! Sep 04 07:09:08.596 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:08.596 INFO kablam! --> src/sdl2/surface.rs:567:55 Sep 04 07:09:08.596 INFO kablam! | Sep 04 07:09:08.596 INFO kablam! 567 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 04 07:09:08.596 INFO kablam! | ----^ Sep 04 07:09:08.596 INFO kablam! | | Sep 04 07:09:08.596 INFO kablam! | help: remove this `mut` Sep 04 07:09:08.596 INFO kablam! | Sep 04 07:09:08.596 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:09:08.596 INFO kablam! Sep 04 07:09:08.600 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:08.600 INFO kablam! --> src/sdl2/surface.rs:623:55 Sep 04 07:09:08.600 INFO kablam! | Sep 04 07:09:08.601 INFO kablam! 623 | let dst_rect_ptr = dst_rect.as_mut().map(|mut r| r.raw_mut()) Sep 04 07:09:08.601 INFO kablam! | ----^ Sep 04 07:09:08.601 INFO kablam! | | Sep 04 07:09:08.601 INFO kablam! | help: remove this `mut` Sep 04 07:09:08.601 INFO kablam! Sep 04 07:09:09.107 INFO kablam! warning: variable does not need to be mutable Sep 04 07:09:09.107 INFO kablam! --> src/sdl2/audio.rs:364:13 Sep 04 07:09:09.107 INFO kablam! | Sep 04 07:09:09.107 INFO kablam! 364 | let mut cb_userdata: &mut CB = &mut *(userdata as *mut CB); Sep 04 07:09:09.107 INFO kablam! | ----^^^^^^^^^^^ Sep 04 07:09:09.107 INFO kablam! | | Sep 04 07:09:09.107 INFO kablam! | help: remove this `mut` Sep 04 07:09:09.107 INFO kablam! Sep 04 07:09:12.079 INFO kablam! error[E0432]: unresolved import `sdl2::mixer` Sep 04 07:09:12.079 INFO kablam! --> examples/mixer_demo.rs:5:11 Sep 04 07:09:12.079 INFO kablam! | Sep 04 07:09:12.079 INFO kablam! 5 | use sdl2::mixer::{INIT_MP3, INIT_FLAC, INIT_MOD, INIT_FLUIDSYNTH, INIT_MODPLUG, INIT_OGG, Sep 04 07:09:12.079 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.079 INFO kablam! Sep 04 07:09:12.081 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.081 INFO kablam! --> examples/mixer_demo.rs:21:42 Sep 04 07:09:12.081 INFO kablam! | Sep 04 07:09:12.081 INFO kablam! 21 | println!("linked version: {}", sdl2::mixer::get_linked_version()); Sep 04 07:09:12.081 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.092 INFO kablam! Sep 04 07:09:12.093 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.093 INFO kablam! --> examples/mixer_demo.rs:26:32 Sep 04 07:09:12.093 INFO kablam! | Sep 04 07:09:12.093 INFO kablam! 26 | let _mixer_context = sdl2::mixer::init(INIT_MP3 | INIT_FLAC | INIT_MOD | INIT_FLUIDSYNTH | Sep 04 07:09:12.093 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.094 INFO kablam! Sep 04 07:09:12.094 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.094 INFO kablam! --> examples/mixer_demo.rs:35:11 Sep 04 07:09:12.094 INFO kablam! | Sep 04 07:09:12.094 INFO kablam! 35 | sdl2::mixer::open_audio(frequency, format, channels, chunk_size).unwrap(); Sep 04 07:09:12.094 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.095 INFO kablam! Sep 04 07:09:12.095 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.095 INFO kablam! --> examples/mixer_demo.rs:36:11 Sep 04 07:09:12.095 INFO kablam! | Sep 04 07:09:12.095 INFO kablam! 36 | sdl2::mixer::allocate_channels(0); Sep 04 07:09:12.095 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.096 INFO kablam! Sep 04 07:09:12.096 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.096 INFO kablam! --> examples/mixer_demo.rs:39:23 Sep 04 07:09:12.096 INFO kablam! | Sep 04 07:09:12.096 INFO kablam! 39 | let n = sdl2::mixer::get_chunk_decoders_number(); Sep 04 07:09:12.096 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.096 INFO kablam! Sep 04 07:09:12.097 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.097 INFO kablam! --> examples/mixer_demo.rs:42:53 Sep 04 07:09:12.097 INFO kablam! | Sep 04 07:09:12.097 INFO kablam! 42 | println!(" decoder {} => {}", i, sdl2::mixer::get_chunk_decoder(i)); Sep 04 07:09:12.097 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.098 INFO kablam! Sep 04 07:09:12.098 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.098 INFO kablam! --> examples/mixer_demo.rs:47:23 Sep 04 07:09:12.098 INFO kablam! | Sep 04 07:09:12.098 INFO kablam! 47 | let n = sdl2::mixer::get_music_decoders_number(); Sep 04 07:09:12.098 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.099 INFO kablam! Sep 04 07:09:12.099 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.099 INFO kablam! --> examples/mixer_demo.rs:50:53 Sep 04 07:09:12.099 INFO kablam! | Sep 04 07:09:12.099 INFO kablam! 50 | println!(" decoder {} => {}", i, sdl2::mixer::get_music_decoder(i)); Sep 04 07:09:12.099 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.100 INFO kablam! Sep 04 07:09:12.100 INFO kablam! error[E0432]: unresolved import `sdl2::image` Sep 04 07:09:12.100 INFO kablam! --> examples/image-demo.rs:5:11 Sep 04 07:09:12.100 INFO kablam! | Sep 04 07:09:12.100 INFO kablam! 5 | use sdl2::image::{LoadTexture, INIT_PNG, INIT_JPG}; Sep 04 07:09:12.100 INFO kablam! | ^^^^^ Could not find `image` in `sdl2` Sep 04 07:09:12.100 INFO kablam! Sep 04 07:09:12.101 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.101 INFO kablam! --> examples/mixer_demo.rs:54:42 Sep 04 07:09:12.101 INFO kablam! | Sep 04 07:09:12.101 INFO kablam! 54 | println!("query spec => {:?}", sdl2::mixer::query_spec()); Sep 04 07:09:12.101 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.101 INFO kablam! Sep 04 07:09:12.101 INFO kablam! error[E0433]: failed to resolve. Could not find `image` in `sdl2` Sep 04 07:09:12.101 INFO kablam! --> examples/image-demo.rs:13:32 Sep 04 07:09:12.101 INFO kablam! | Sep 04 07:09:12.102 INFO kablam! 13 | let _image_context = sdl2::image::init(INIT_PNG | INIT_JPG).unwrap(); Sep 04 07:09:12.102 INFO kablam! | ^^^^^ Could not find `image` in `sdl2` Sep 04 07:09:12.102 INFO kablam! Sep 04 07:09:12.102 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.102 INFO kablam! --> examples/mixer_demo.rs:57:23 Sep 04 07:09:12.102 INFO kablam! | Sep 04 07:09:12.102 INFO kablam! 57 | let music = sdl2::mixer::Music::from_file(filename).unwrap(); Sep 04 07:09:12.102 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.103 INFO kablam! Sep 04 07:09:12.103 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.103 INFO kablam! --> examples/mixer_demo.rs:63:11 Sep 04 07:09:12.103 INFO kablam! | Sep 04 07:09:12.103 INFO kablam! 63 | sdl2::mixer::Music::hook_finished(hook_finished); Sep 04 07:09:12.103 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.104 INFO kablam! Sep 04 07:09:12.104 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.104 INFO kablam! --> examples/mixer_demo.rs:67:44 Sep 04 07:09:12.104 INFO kablam! | Sep 04 07:09:12.104 INFO kablam! 67 | println!("music volume => {:?}", sdl2::mixer::Music::get_volume()); Sep 04 07:09:12.104 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.105 INFO kablam! Sep 04 07:09:12.105 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.105 INFO kablam! --> examples/mixer_demo.rs:72:43 Sep 04 07:09:12.105 INFO kablam! | Sep 04 07:09:12.105 INFO kablam! 72 | println!("fading out ... {:?}", sdl2::mixer::Music::fade_out(4000)); Sep 04 07:09:12.105 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.106 INFO kablam! Sep 04 07:09:12.106 INFO kablam! error[E0433]: failed to resolve. Could not find `mixer` in `sdl2` Sep 04 07:09:12.106 INFO kablam! --> examples/mixer_demo.rs:80:11 Sep 04 07:09:12.107 INFO kablam! | Sep 04 07:09:12.107 INFO kablam! 80 | sdl2::mixer::Music::halt(); Sep 04 07:09:12.107 INFO kablam! | ^^^^^ Could not find `mixer` in `sdl2` Sep 04 07:09:12.107 INFO kablam! Sep 04 07:09:12.126 INFO kablam! warning: unused import: `LoadTexture` Sep 04 07:09:12.126 INFO kablam! --> examples/image-demo.rs:5:19 Sep 04 07:09:12.126 INFO kablam! | Sep 04 07:09:12.126 INFO kablam! 5 | use sdl2::image::{LoadTexture, INIT_PNG, INIT_JPG}; Sep 04 07:09:12.126 INFO kablam! | ^^^^^^^^^^^ Sep 04 07:09:12.126 INFO kablam! | Sep 04 07:09:12.126 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:09:12.126 INFO kablam! Sep 04 07:09:12.575 INFO kablam! error: aborting due to 15 previous errors Sep 04 07:09:12.588 INFO kablam! Sep 04 07:09:12.589 INFO kablam! Some errors occurred: E0432, E0433. Sep 04 07:09:12.589 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:09:12.600 INFO kablam! error[E0599]: no method named `load_texture` found for type `sdl2::render::TextureCreator` in the current scope Sep 04 07:09:12.600 INFO kablam! --> examples/image-demo.rs:21:35 Sep 04 07:09:12.600 INFO kablam! | Sep 04 07:09:12.600 INFO kablam! 21 | let texture = texture_creator.load_texture(png).unwrap(); Sep 04 07:09:12.600 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:09:12.600 INFO kablam! Sep 04 07:09:12.620 INFO kablam! error: Could not compile `sdl2`. Sep 04 07:09:12.621 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:09:12.729 INFO kablam! error: aborting due to 3 previous errors Sep 04 07:09:12.730 INFO kablam! Sep 04 07:09:12.730 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 04 07:09:12.730 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:09:12.765 INFO kablam! error: Could not compile `sdl2`. Sep 04 07:09:12.765 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:09:13.838 INFO kablam! error: build failed Sep 04 07:09:13.840 INFO kablam! su: No module specific data is present Sep 04 07:09:14.371 INFO running `"docker" "rm" "-f" "9748eeb90f86f2ed79dfded6ff72da16043d06b933432893356ac781ae10f73c"` Sep 04 07:09:14.525 INFO blam! 9748eeb90f86f2ed79dfded6ff72da16043d06b933432893356ac781ae10f73c