Sep 19 18:06:14.268 INFO checking vst2-0.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:06:14.268 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:06:14.268 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:06:14.453 INFO blam! 82e49e08638016af20d25cf1820f32e06dc9cc0a9c42e3397f0bf0fd984c4e38 Sep 19 18:06:14.455 INFO running `"docker" "start" "-a" "82e49e08638016af20d25cf1820f32e06dc9cc0a9c42e3397f0bf0fd984c4e38"` Sep 19 18:06:15.100 INFO kablam! usermod: no changes Sep 19 18:06:15.206 INFO kablam! Compiling itoa v0.3.4 Sep 19 18:06:15.206 INFO kablam! Compiling serde v0.9.15 Sep 19 18:06:15.206 INFO kablam! Compiling phf v0.7.23 Sep 19 18:06:15.206 INFO kablam! Compiling num-traits v0.1.43 Sep 19 18:06:15.206 INFO kablam! Compiling target_build_utils v0.3.1 Sep 19 18:06:24.309 INFO kablam! Compiling serde_json v0.9.10 Sep 19 18:06:28.274 INFO kablam! Compiling libloading v0.3.4 Sep 19 18:06:29.886 INFO kablam! Checking vst2 v0.0.1 (/source) Sep 19 18:06:30.677 INFO kablam! warning: unused import: `Plugin` Sep 19 18:06:30.677 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 18:06:30.677 INFO kablam! | Sep 19 18:06:30.677 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 18:06:30.677 INFO kablam! | ^^^^^^ Sep 19 18:06:30.677 INFO kablam! | Sep 19 18:06:30.677 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:06:30.677 INFO kablam! Sep 19 18:06:30.874 INFO kablam! warning: variable does not need to be mutable Sep 19 18:06:30.874 INFO kablam! --> src/interfaces.rs:23:9 Sep 19 18:06:30.874 INFO kablam! | Sep 19 18:06:30.874 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 18:06:30.874 INFO kablam! | ----^^^^^^ Sep 19 18:06:30.874 INFO kablam! | | Sep 19 18:06:30.874 INFO kablam! | help: remove this `mut` Sep 19 18:06:30.874 INFO kablam! | Sep 19 18:06:30.874 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:06:30.874 INFO kablam! Sep 19 18:06:30.874 INFO kablam! warning: variable does not need to be mutable Sep 19 18:06:30.874 INFO kablam! --> src/interfaces.rs:38:9 Sep 19 18:06:30.874 INFO kablam! | Sep 19 18:06:30.874 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 18:06:30.874 INFO kablam! | ----^^^^^^ Sep 19 18:06:30.874 INFO kablam! | | Sep 19 18:06:30.874 INFO kablam! | help: remove this `mut` Sep 19 18:06:30.874 INFO kablam! Sep 19 18:06:30.882 INFO kablam! warning: variable does not need to be mutable Sep 19 18:06:30.882 INFO kablam! --> src/interfaces.rs:70:9 Sep 19 18:06:30.882 INFO kablam! | Sep 19 18:06:30.882 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 18:06:30.882 INFO kablam! | ----^^^^^^ Sep 19 18:06:30.882 INFO kablam! | | Sep 19 18:06:30.882 INFO kablam! | help: remove this `mut` Sep 19 18:06:30.882 INFO kablam! Sep 19 18:06:30.930 INFO kablam! warning: unused import: `Plugin` Sep 19 18:06:30.930 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 18:06:30.930 INFO kablam! | Sep 19 18:06:30.930 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 18:06:30.930 INFO kablam! | ^^^^^^ Sep 19 18:06:30.930 INFO kablam! | Sep 19 18:06:30.930 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:06:30.930 INFO kablam! Sep 19 18:06:30.949 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 19 18:06:30.949 INFO kablam! --> src/host.rs:724:1 Sep 19 18:06:30.949 INFO kablam! | Sep 19 18:06:30.949 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 19 18:06:30.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.949 INFO kablam! | Sep 19 18:06:30.949 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 19 18:06:30.949 INFO kablam! Sep 19 18:06:30.985 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.986 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:30.986 INFO kablam! | Sep 19 18:06:30.986 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:30.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.986 INFO kablam! ... Sep 19 18:06:30.986 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 19 18:06:30.986 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 18:06:30.986 INFO kablam! | Sep 19 18:06:30.986 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 19 18:06:30.986 INFO kablam! = note: target type: usize Sep 19 18:06:30.986 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:30.986 INFO kablam! Sep 19 18:06:30.986 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.987 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:30.987 INFO kablam! | Sep 19 18:06:30.987 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:30.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.987 INFO kablam! ... Sep 19 18:06:30.988 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 19 18:06:30.988 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 19 18:06:30.988 INFO kablam! | Sep 19 18:06:30.988 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 19 18:06:30.989 INFO kablam! = note: target type: usize Sep 19 18:06:30.989 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:30.989 INFO kablam! Sep 19 18:06:30.990 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.990 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:30.990 INFO kablam! | Sep 19 18:06:30.990 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:30.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.991 INFO kablam! ... Sep 19 18:06:30.991 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 19 18:06:30.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 18:06:30.992 INFO kablam! | Sep 19 18:06:30.992 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 19 18:06:30.992 INFO kablam! = note: target type: usize Sep 19 18:06:30.992 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:30.993 INFO kablam! Sep 19 18:06:30.993 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.993 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:30.994 INFO kablam! | Sep 19 18:06:30.994 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:30.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.994 INFO kablam! ... Sep 19 18:06:30.995 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 19 18:06:30.995 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 18:06:30.995 INFO kablam! | Sep 19 18:06:30.995 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 19 18:06:30.995 INFO kablam! = note: target type: usize Sep 19 18:06:30.996 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:30.996 INFO kablam! Sep 19 18:06:30.996 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.996 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:30.997 INFO kablam! | Sep 19 18:06:30.997 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:30.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:30.997 INFO kablam! ... Sep 19 18:06:30.997 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 19 18:06:30.998 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 19 18:06:30.998 INFO kablam! | Sep 19 18:06:30.998 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 19 18:06:30.998 INFO kablam! = note: target type: usize Sep 19 18:06:30.999 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:30.999 INFO kablam! Sep 19 18:06:30.999 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 18:06:30.999 INFO kablam! --> src/lib.rs:363:25 Sep 19 18:06:31.000 INFO kablam! | Sep 19 18:06:31.000 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 18:06:31.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:06:31.000 INFO kablam! ... Sep 19 18:06:31.000 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 19 18:06:31.001 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 19 18:06:31.001 INFO kablam! | Sep 19 18:06:31.001 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 19 18:06:31.001 INFO kablam! = note: target type: usize Sep 19 18:06:31.002 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 18:06:31.002 INFO kablam! Sep 19 18:06:31.032 INFO kablam! error: aborting due to 6 previous errors Sep 19 18:06:31.032 INFO kablam! Sep 19 18:06:31.032 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 19 18:06:31.041 INFO kablam! error: Could not compile `vst2`. Sep 19 18:06:31.041 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:06:31.426 INFO kablam! error: build failed Sep 19 18:06:31.426 INFO kablam! su: No module specific data is present Sep 19 18:06:32.621 INFO running `"docker" "rm" "-f" "82e49e08638016af20d25cf1820f32e06dc9cc0a9c42e3397f0bf0fd984c4e38"` Sep 19 18:06:32.747 INFO blam! 82e49e08638016af20d25cf1820f32e06dc9cc0a9c42e3397f0bf0fd984c4e38