Sep 19 16:02:44.961 INFO checking vst2-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 16:02:44.961 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 16:02:44.961 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:02:45.156 INFO blam! 24cceb2574115f7c0ff918095f1788454eaccc920e8590c1eb405ae1eaf0da47 Sep 19 16:02:45.158 INFO running `"docker" "start" "-a" "24cceb2574115f7c0ff918095f1788454eaccc920e8590c1eb405ae1eaf0da47"` Sep 19 16:02:46.050 INFO kablam! usermod: no changes Sep 19 16:02:46.279 INFO kablam! Checking vst2 v0.0.1 (/source) Sep 19 16:02:47.041 INFO kablam! warning: unused import: `Plugin` Sep 19 16:02:47.042 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 16:02:47.042 INFO kablam! | Sep 19 16:02:47.042 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 16:02:47.043 INFO kablam! | ^^^^^^ Sep 19 16:02:47.043 INFO kablam! | Sep 19 16:02:47.044 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:47.044 INFO kablam! Sep 19 16:02:47.233 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:47.234 INFO kablam! --> src/interfaces.rs:23:9 Sep 19 16:02:47.234 INFO kablam! | Sep 19 16:02:47.234 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:47.234 INFO kablam! | ----^^^^^^ Sep 19 16:02:47.234 INFO kablam! | | Sep 19 16:02:47.234 INFO kablam! | help: remove this `mut` Sep 19 16:02:47.235 INFO kablam! | Sep 19 16:02:47.235 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 16:02:47.235 INFO kablam! Sep 19 16:02:47.236 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:47.237 INFO kablam! --> src/interfaces.rs:38:9 Sep 19 16:02:47.237 INFO kablam! | Sep 19 16:02:47.237 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:47.238 INFO kablam! | ----^^^^^^ Sep 19 16:02:47.238 INFO kablam! | | Sep 19 16:02:47.238 INFO kablam! | help: remove this `mut` Sep 19 16:02:47.239 INFO kablam! Sep 19 16:02:47.254 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:47.254 INFO kablam! --> src/interfaces.rs:70:9 Sep 19 16:02:47.254 INFO kablam! | Sep 19 16:02:47.254 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:47.257 INFO kablam! | ----^^^^^^ Sep 19 16:02:47.257 INFO kablam! | | Sep 19 16:02:47.257 INFO kablam! | help: remove this `mut` Sep 19 16:02:47.257 INFO kablam! warning: unused import: `Plugin` Sep 19 16:02:47.257 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 16:02:47.257 INFO kablam! | Sep 19 16:02:47.257 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 16:02:47.257 INFO kablam! | ^^^^^^ Sep 19 16:02:47.257 INFO kablam! | Sep 19 16:02:47.257 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:47.258 INFO kablam! Sep 19 16:02:47.258 INFO kablam! Sep 19 16:02:47.351 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 19 16:02:47.351 INFO kablam! --> src/host.rs:724:1 Sep 19 16:02:47.351 INFO kablam! | Sep 19 16:02:47.351 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 19 16:02:47.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.351 INFO kablam! | Sep 19 16:02:47.351 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 19 16:02:47.351 INFO kablam! Sep 19 16:02:47.442 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.442 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.442 INFO kablam! | Sep 19 16:02:47.442 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.442 INFO kablam! ... Sep 19 16:02:47.442 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 19 16:02:47.442 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 16:02:47.442 INFO kablam! | Sep 19 16:02:47.442 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 19 16:02:47.442 INFO kablam! = note: target type: usize Sep 19 16:02:47.442 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.442 INFO kablam! Sep 19 16:02:47.442 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.442 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.442 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.447 INFO kablam! ... Sep 19 16:02:47.447 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 19 16:02:47.447 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 19 16:02:47.447 INFO kablam! = note: target type: usize Sep 19 16:02:47.447 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.447 INFO kablam! Sep 19 16:02:47.447 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.447 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.447 INFO kablam! ... Sep 19 16:02:47.447 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 19 16:02:47.447 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 19 16:02:47.447 INFO kablam! = note: target type: usize Sep 19 16:02:47.447 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.447 INFO kablam! Sep 19 16:02:47.447 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.447 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.447 INFO kablam! ... Sep 19 16:02:47.447 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 19 16:02:47.447 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 19 16:02:47.447 INFO kablam! = note: target type: usize Sep 19 16:02:47.447 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.447 INFO kablam! Sep 19 16:02:47.447 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.447 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.447 INFO kablam! ... Sep 19 16:02:47.447 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 19 16:02:47.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 19 16:02:47.447 INFO kablam! | Sep 19 16:02:47.447 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 19 16:02:47.447 INFO kablam! = note: target type: usize Sep 19 16:02:47.447 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.447 INFO kablam! Sep 19 16:02:47.447 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:47.447 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:47.448 INFO kablam! | Sep 19 16:02:47.448 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:47.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:47.448 INFO kablam! ... Sep 19 16:02:47.448 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 19 16:02:47.448 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 19 16:02:47.448 INFO kablam! | Sep 19 16:02:47.448 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 19 16:02:47.448 INFO kablam! = note: target type: usize Sep 19 16:02:47.448 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:47.448 INFO kablam! Sep 19 16:02:47.467 INFO kablam! error: aborting due to 6 previous errors Sep 19 16:02:47.467 INFO kablam! Sep 19 16:02:47.467 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 19 16:02:47.483 INFO kablam! error: Could not compile `vst2`. Sep 19 16:02:47.483 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:02:47.782 INFO kablam! error: build failed Sep 19 16:02:47.783 INFO kablam! su: No module specific data is present Sep 19 16:02:48.380 INFO running `"docker" "rm" "-f" "24cceb2574115f7c0ff918095f1788454eaccc920e8590c1eb405ae1eaf0da47"` Sep 19 16:02:48.486 INFO blam! 24cceb2574115f7c0ff918095f1788454eaccc920e8590c1eb405ae1eaf0da47