Sep 05 21:05:27.334 INFO checking vst2-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:05:27.334 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:05:27.334 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:05:27.456 INFO blam! 00587360ee13eae20355f4c96f045f37a855a080f86c754fdc069350c09c4909 Sep 05 21:05:27.458 INFO running `"docker" "start" "-a" "00587360ee13eae20355f4c96f045f37a855a080f86c754fdc069350c09c4909"` Sep 05 21:05:28.065 INFO kablam! usermod: no changes Sep 05 21:05:28.239 INFO kablam! Checking num v0.1.42 Sep 05 21:05:28.457 INFO kablam! Checking vst2 v0.0.1 (file:///source) Sep 05 21:05:29.286 INFO kablam! warning: unused import: `Plugin` Sep 05 21:05:29.286 INFO kablam! --> src/interfaces.rs:65:33 Sep 05 21:05:29.286 INFO kablam! | Sep 05 21:05:29.286 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 05 21:05:29.286 INFO kablam! | ^^^^^^ Sep 05 21:05:29.286 INFO kablam! | Sep 05 21:05:29.286 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:05:29.286 INFO kablam! Sep 05 21:05:29.474 INFO kablam! warning: variable does not need to be mutable Sep 05 21:05:29.474 INFO kablam! --> src/interfaces.rs:23:9 Sep 05 21:05:29.474 INFO kablam! | Sep 05 21:05:29.474 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 05 21:05:29.474 INFO kablam! | ----^^^^^^ Sep 05 21:05:29.474 INFO kablam! | | Sep 05 21:05:29.474 INFO kablam! | help: remove this `mut` Sep 05 21:05:29.474 INFO kablam! | Sep 05 21:05:29.474 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 21:05:29.474 INFO kablam! Sep 05 21:05:29.474 INFO kablam! warning: variable does not need to be mutable Sep 05 21:05:29.474 INFO kablam! --> src/interfaces.rs:38:9 Sep 05 21:05:29.474 INFO kablam! | Sep 05 21:05:29.474 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 05 21:05:29.474 INFO kablam! | ----^^^^^^ Sep 05 21:05:29.474 INFO kablam! | | Sep 05 21:05:29.474 INFO kablam! | help: remove this `mut` Sep 05 21:05:29.474 INFO kablam! Sep 05 21:05:29.490 INFO kablam! warning: variable does not need to be mutable Sep 05 21:05:29.490 INFO kablam! --> src/interfaces.rs:70:9 Sep 05 21:05:29.490 INFO kablam! | Sep 05 21:05:29.490 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 05 21:05:29.490 INFO kablam! | ----^^^^^^ Sep 05 21:05:29.490 INFO kablam! | | Sep 05 21:05:29.490 INFO kablam! | help: remove this `mut` Sep 05 21:05:29.490 INFO kablam! Sep 05 21:05:29.502 INFO kablam! warning: unused import: `Plugin` Sep 05 21:05:29.502 INFO kablam! --> src/interfaces.rs:65:33 Sep 05 21:05:29.502 INFO kablam! | Sep 05 21:05:29.502 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 05 21:05:29.502 INFO kablam! | ^^^^^^ Sep 05 21:05:29.502 INFO kablam! | Sep 05 21:05:29.502 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:05:29.502 INFO kablam! Sep 05 21:05:29.545 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.545 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.545 INFO kablam! | Sep 05 21:05:29.545 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.545 INFO kablam! ... Sep 05 21:05:29.545 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 05 21:05:29.545 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 05 21:05:29.545 INFO kablam! | Sep 05 21:05:29.545 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 05 21:05:29.545 INFO kablam! = note: target type: usize Sep 05 21:05:29.545 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.545 INFO kablam! Sep 05 21:05:29.545 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.545 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.545 INFO kablam! | Sep 05 21:05:29.545 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.545 INFO kablam! ... Sep 05 21:05:29.545 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 05 21:05:29.545 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 05 21:05:29.545 INFO kablam! | Sep 05 21:05:29.545 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 05 21:05:29.545 INFO kablam! = note: target type: usize Sep 05 21:05:29.545 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.545 INFO kablam! Sep 05 21:05:29.545 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.545 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.546 INFO kablam! ... Sep 05 21:05:29.546 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 05 21:05:29.546 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 05 21:05:29.546 INFO kablam! = note: target type: usize Sep 05 21:05:29.546 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.546 INFO kablam! Sep 05 21:05:29.546 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.546 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.546 INFO kablam! ... Sep 05 21:05:29.546 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 05 21:05:29.546 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 05 21:05:29.546 INFO kablam! = note: target type: usize Sep 05 21:05:29.546 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.546 INFO kablam! Sep 05 21:05:29.546 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.546 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.546 INFO kablam! ... Sep 05 21:05:29.546 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 05 21:05:29.546 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 05 21:05:29.546 INFO kablam! = note: target type: usize Sep 05 21:05:29.546 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.546 INFO kablam! Sep 05 21:05:29.546 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 05 21:05:29.546 INFO kablam! --> src/lib.rs:363:25 Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 05 21:05:29.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.546 INFO kablam! ... Sep 05 21:05:29.546 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 05 21:05:29.546 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 05 21:05:29.546 INFO kablam! | Sep 05 21:05:29.546 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 05 21:05:29.546 INFO kablam! = note: target type: usize Sep 05 21:05:29.546 INFO kablam! = help: cast with `as` to a pointer instead Sep 05 21:05:29.546 INFO kablam! Sep 05 21:05:29.568 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 05 21:05:29.568 INFO kablam! --> src/host.rs:724:1 Sep 05 21:05:29.568 INFO kablam! | Sep 05 21:05:29.568 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 05 21:05:29.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:05:29.568 INFO kablam! | Sep 05 21:05:29.568 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 05 21:05:29.568 INFO kablam! Sep 05 21:05:29.578 INFO kablam! error: aborting due to 6 previous errors Sep 05 21:05:29.578 INFO kablam! Sep 05 21:05:29.578 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 05 21:05:29.583 INFO kablam! error: Could not compile `vst2`. Sep 05 21:05:29.583 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 21:05:29.619 INFO kablam! error: build failed Sep 05 21:05:29.621 INFO kablam! su: No module specific data is present Sep 05 21:05:30.255 INFO running `"docker" "rm" "-f" "00587360ee13eae20355f4c96f045f37a855a080f86c754fdc069350c09c4909"` Sep 05 21:05:30.333 INFO blam! 00587360ee13eae20355f4c96f045f37a855a080f86c754fdc069350c09c4909