Sep 03 22:53:32.996 INFO checking vst2-0.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 22:53:32.996 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 22:53:32.997 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:53:33.209 INFO blam! cda2f74ec7a28c99a6919f6679baecc61a463b47ba65d8f19e39d5e1040c3fa4 Sep 03 22:53:33.211 INFO running `"docker" "start" "-a" "cda2f74ec7a28c99a6919f6679baecc61a463b47ba65d8f19e39d5e1040c3fa4"` Sep 03 22:53:33.941 INFO kablam! Checking vst2 v0.0.1 (file:///source) Sep 03 22:53:35.304 INFO kablam! warning: unused import: `Plugin` Sep 03 22:53:35.304 INFO kablam! --> src/interfaces.rs:65:33 Sep 03 22:53:35.304 INFO kablam! | Sep 03 22:53:35.304 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 03 22:53:35.304 INFO kablam! | ^^^^^^ Sep 03 22:53:35.304 INFO kablam! | Sep 03 22:53:35.304 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:53:35.304 INFO kablam! Sep 03 22:53:35.561 INFO kablam! warning: unused import: `Plugin` Sep 03 22:53:35.561 INFO kablam! --> src/interfaces.rs:65:33 Sep 03 22:53:35.561 INFO kablam! | Sep 03 22:53:35.561 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 03 22:53:35.561 INFO kablam! | ^^^^^^ Sep 03 22:53:35.561 INFO kablam! | Sep 03 22:53:35.561 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:53:35.561 INFO kablam! Sep 03 22:53:35.630 INFO kablam! warning: variable does not need to be mutable Sep 03 22:53:35.630 INFO kablam! --> src/interfaces.rs:23:9 Sep 03 22:53:35.630 INFO kablam! | Sep 03 22:53:35.630 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 03 22:53:35.630 INFO kablam! | ----^^^^^^ Sep 03 22:53:35.630 INFO kablam! | | Sep 03 22:53:35.630 INFO kablam! | help: remove this `mut` Sep 03 22:53:35.630 INFO kablam! | Sep 03 22:53:35.630 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 22:53:35.630 INFO kablam! Sep 03 22:53:35.631 INFO kablam! warning: variable does not need to be mutable Sep 03 22:53:35.631 INFO kablam! --> src/interfaces.rs:38:9 Sep 03 22:53:35.631 INFO kablam! | Sep 03 22:53:35.631 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 03 22:53:35.631 INFO kablam! | ----^^^^^^ Sep 03 22:53:35.631 INFO kablam! | | Sep 03 22:53:35.631 INFO kablam! | help: remove this `mut` Sep 03 22:53:35.631 INFO kablam! Sep 03 22:53:35.663 INFO kablam! warning: variable does not need to be mutable Sep 03 22:53:35.663 INFO kablam! --> src/interfaces.rs:70:9 Sep 03 22:53:35.663 INFO kablam! | Sep 03 22:53:35.663 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 03 22:53:35.664 INFO kablam! | ----^^^^^^ Sep 03 22:53:35.664 INFO kablam! | | Sep 03 22:53:35.664 INFO kablam! | help: remove this `mut` Sep 03 22:53:35.664 INFO kablam! Sep 03 22:53:35.681 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.681 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.681 INFO kablam! | Sep 03 22:53:35.681 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.681 INFO kablam! ... Sep 03 22:53:35.681 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 03 22:53:35.681 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 03 22:53:35.681 INFO kablam! | Sep 03 22:53:35.681 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 03 22:53:35.681 INFO kablam! = note: target type: usize Sep 03 22:53:35.681 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.681 INFO kablam! Sep 03 22:53:35.681 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.681 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.681 INFO kablam! | Sep 03 22:53:35.681 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.681 INFO kablam! ... Sep 03 22:53:35.682 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 03 22:53:35.682 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 03 22:53:35.682 INFO kablam! | Sep 03 22:53:35.682 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 03 22:53:35.682 INFO kablam! = note: target type: usize Sep 03 22:53:35.682 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.682 INFO kablam! Sep 03 22:53:35.682 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.682 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.682 INFO kablam! | Sep 03 22:53:35.682 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.682 INFO kablam! ... Sep 03 22:53:35.682 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 03 22:53:35.682 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 03 22:53:35.682 INFO kablam! | Sep 03 22:53:35.682 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 03 22:53:35.682 INFO kablam! = note: target type: usize Sep 03 22:53:35.682 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.682 INFO kablam! Sep 03 22:53:35.682 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.682 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.682 INFO kablam! | Sep 03 22:53:35.682 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.682 INFO kablam! ... Sep 03 22:53:35.682 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 03 22:53:35.682 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 03 22:53:35.682 INFO kablam! | Sep 03 22:53:35.682 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 03 22:53:35.682 INFO kablam! = note: target type: usize Sep 03 22:53:35.682 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.683 INFO kablam! Sep 03 22:53:35.683 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.683 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.683 INFO kablam! | Sep 03 22:53:35.683 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.683 INFO kablam! ... Sep 03 22:53:35.683 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 03 22:53:35.683 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 03 22:53:35.683 INFO kablam! | Sep 03 22:53:35.683 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 03 22:53:35.683 INFO kablam! = note: target type: usize Sep 03 22:53:35.683 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.683 INFO kablam! Sep 03 22:53:35.683 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 03 22:53:35.683 INFO kablam! --> src/lib.rs:363:25 Sep 03 22:53:35.683 INFO kablam! | Sep 03 22:53:35.683 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 03 22:53:35.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.683 INFO kablam! ... Sep 03 22:53:35.683 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 03 22:53:35.683 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 03 22:53:35.683 INFO kablam! | Sep 03 22:53:35.683 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 03 22:53:35.683 INFO kablam! = note: target type: usize Sep 03 22:53:35.683 INFO kablam! = help: cast with `as` to a pointer instead Sep 03 22:53:35.683 INFO kablam! Sep 03 22:53:35.723 INFO kablam! error: aborting due to 6 previous errors Sep 03 22:53:35.723 INFO kablam! Sep 03 22:53:35.723 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 03 22:53:35.732 INFO kablam! error: Could not compile `vst2`. Sep 03 22:53:35.732 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:53:35.831 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 03 22:53:35.831 INFO kablam! --> src/host.rs:724:1 Sep 03 22:53:35.831 INFO kablam! | Sep 03 22:53:35.831 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 03 22:53:35.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:53:35.832 INFO kablam! | Sep 03 22:53:35.832 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 03 22:53:35.832 INFO kablam! Sep 03 22:53:35.920 INFO kablam! error: build failed Sep 03 22:53:35.921 INFO kablam! su: No module specific data is present Sep 03 22:53:36.353 INFO running `"docker" "rm" "-f" "cda2f74ec7a28c99a6919f6679baecc61a463b47ba65d8f19e39d5e1040c3fa4"` Sep 03 22:53:36.464 INFO blam! cda2f74ec7a28c99a6919f6679baecc61a463b47ba65d8f19e39d5e1040c3fa4