Sep 01 19:35:13.940 INFO checking vst2-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 19:35:13.940 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:35:13.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:35:14.101 INFO blam! 55724288d2e28c7cbf6af9ed3f644b25ae7f376e18186378cf21d972fe6e4f4b Sep 01 19:35:14.105 INFO running `"docker" "start" "-a" "55724288d2e28c7cbf6af9ed3f644b25ae7f376e18186378cf21d972fe6e4f4b"` Sep 01 19:35:14.994 INFO kablam! Checking vst2 v0.0.1 (file:///source) Sep 01 19:35:16.388 INFO kablam! warning: unused import: `Plugin` Sep 01 19:35:16.388 INFO kablam! --> src/interfaces.rs:65:33 Sep 01 19:35:16.389 INFO kablam! | Sep 01 19:35:16.389 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 01 19:35:16.389 INFO kablam! | ^^^^^^ Sep 01 19:35:16.389 INFO kablam! | Sep 01 19:35:16.389 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 19:35:16.389 INFO kablam! Sep 01 19:35:16.612 INFO kablam! warning: unused import: `Plugin` Sep 01 19:35:16.612 INFO kablam! --> src/interfaces.rs:65:33 Sep 01 19:35:16.612 INFO kablam! | Sep 01 19:35:16.612 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 01 19:35:16.612 INFO kablam! | ^^^^^^ Sep 01 19:35:16.612 INFO kablam! | Sep 01 19:35:16.612 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 19:35:16.612 INFO kablam! Sep 01 19:35:16.677 INFO kablam! warning: variable does not need to be mutable Sep 01 19:35:16.677 INFO kablam! --> src/interfaces.rs:23:9 Sep 01 19:35:16.677 INFO kablam! | Sep 01 19:35:16.677 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 01 19:35:16.677 INFO kablam! | ----^^^^^^ Sep 01 19:35:16.677 INFO kablam! | | Sep 01 19:35:16.677 INFO kablam! | help: remove this `mut` Sep 01 19:35:16.678 INFO kablam! | Sep 01 19:35:16.678 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 19:35:16.678 INFO kablam! Sep 01 19:35:16.678 INFO kablam! warning: variable does not need to be mutable Sep 01 19:35:16.678 INFO kablam! --> src/interfaces.rs:38:9 Sep 01 19:35:16.678 INFO kablam! | Sep 01 19:35:16.678 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 01 19:35:16.678 INFO kablam! | ----^^^^^^ Sep 01 19:35:16.679 INFO kablam! | | Sep 01 19:35:16.679 INFO kablam! | help: remove this `mut` Sep 01 19:35:16.679 INFO kablam! Sep 01 19:35:16.704 INFO kablam! warning: variable does not need to be mutable Sep 01 19:35:16.704 INFO kablam! --> src/interfaces.rs:70:9 Sep 01 19:35:16.704 INFO kablam! | Sep 01 19:35:16.704 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 01 19:35:16.704 INFO kablam! | ----^^^^^^ Sep 01 19:35:16.704 INFO kablam! | | Sep 01 19:35:16.704 INFO kablam! | help: remove this `mut` Sep 01 19:35:16.704 INFO kablam! Sep 01 19:35:16.718 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.718 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.718 INFO kablam! | Sep 01 19:35:16.718 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.718 INFO kablam! ... Sep 01 19:35:16.718 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 01 19:35:16.719 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 01 19:35:16.719 INFO kablam! | Sep 01 19:35:16.719 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 01 19:35:16.719 INFO kablam! = note: target type: usize Sep 01 19:35:16.719 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.719 INFO kablam! Sep 01 19:35:16.719 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.719 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.719 INFO kablam! | Sep 01 19:35:16.719 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.719 INFO kablam! ... Sep 01 19:35:16.719 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 01 19:35:16.719 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 01 19:35:16.719 INFO kablam! | Sep 01 19:35:16.719 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 01 19:35:16.719 INFO kablam! = note: target type: usize Sep 01 19:35:16.719 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.720 INFO kablam! Sep 01 19:35:16.720 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.720 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.720 INFO kablam! | Sep 01 19:35:16.720 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.720 INFO kablam! ... Sep 01 19:35:16.720 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 01 19:35:16.720 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 01 19:35:16.720 INFO kablam! | Sep 01 19:35:16.720 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 01 19:35:16.720 INFO kablam! = note: target type: usize Sep 01 19:35:16.720 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.720 INFO kablam! Sep 01 19:35:16.720 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.720 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.720 INFO kablam! | Sep 01 19:35:16.720 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.721 INFO kablam! ... Sep 01 19:35:16.721 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 01 19:35:16.721 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 01 19:35:16.721 INFO kablam! | Sep 01 19:35:16.721 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 01 19:35:16.721 INFO kablam! = note: target type: usize Sep 01 19:35:16.721 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.721 INFO kablam! Sep 01 19:35:16.721 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.721 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.721 INFO kablam! | Sep 01 19:35:16.721 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.721 INFO kablam! ... Sep 01 19:35:16.721 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 01 19:35:16.721 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 01 19:35:16.722 INFO kablam! | Sep 01 19:35:16.722 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 01 19:35:16.722 INFO kablam! = note: target type: usize Sep 01 19:35:16.722 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.722 INFO kablam! Sep 01 19:35:16.722 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 01 19:35:16.722 INFO kablam! --> src/lib.rs:363:25 Sep 01 19:35:16.722 INFO kablam! | Sep 01 19:35:16.722 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 01 19:35:16.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.722 INFO kablam! ... Sep 01 19:35:16.722 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 01 19:35:16.722 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 01 19:35:16.722 INFO kablam! | Sep 01 19:35:16.722 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 01 19:35:16.722 INFO kablam! = note: target type: usize Sep 01 19:35:16.722 INFO kablam! = help: cast with `as` to a pointer instead Sep 01 19:35:16.722 INFO kablam! Sep 01 19:35:16.749 INFO kablam! error: aborting due to 6 previous errors Sep 01 19:35:16.749 INFO kablam! Sep 01 19:35:16.749 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 01 19:35:16.757 INFO kablam! error: Could not compile `vst2`. Sep 01 19:35:16.757 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:35:16.815 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 01 19:35:16.815 INFO kablam! --> src/host.rs:724:1 Sep 01 19:35:16.815 INFO kablam! | Sep 01 19:35:16.815 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 01 19:35:16.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:35:16.815 INFO kablam! | Sep 01 19:35:16.815 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 01 19:35:16.815 INFO kablam! Sep 01 19:35:16.899 INFO kablam! error: build failed Sep 01 19:35:16.902 INFO kablam! su: No module specific data is present Sep 01 19:35:17.487 INFO running `"docker" "rm" "-f" "55724288d2e28c7cbf6af9ed3f644b25ae7f376e18186378cf21d972fe6e4f4b"` Sep 01 19:35:17.586 INFO blam! 55724288d2e28c7cbf6af9ed3f644b25ae7f376e18186378cf21d972fe6e4f4b