Sep 14 06:47:59.390 INFO checking vst2-0.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 06:47:59.390 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 06:47:59.390 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:47:59.552 INFO blam! 7730d3449e2f636e7371f9c62caf0be25a0d3da4575b18d5e37ee7c0fee9c564 Sep 14 06:47:59.565 INFO running `"docker" "start" "-a" "7730d3449e2f636e7371f9c62caf0be25a0d3da4575b18d5e37ee7c0fee9c564"` Sep 14 06:48:00.295 INFO kablam! usermod: no changes Sep 14 06:48:00.379 INFO kablam! Checking num-complex v0.1.43 Sep 14 06:48:00.380 INFO kablam! Checking num-rational v0.1.42 Sep 14 06:48:01.413 INFO kablam! Checking num v0.1.42 Sep 14 06:48:01.581 INFO kablam! Checking vst2 v0.0.1 (file:///source) Sep 14 06:48:02.262 INFO kablam! warning: unused import: `Plugin` Sep 14 06:48:02.262 INFO kablam! --> src/interfaces.rs:65:33 Sep 14 06:48:02.262 INFO kablam! | Sep 14 06:48:02.262 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 14 06:48:02.262 INFO kablam! | ^^^^^^ Sep 14 06:48:02.262 INFO kablam! | Sep 14 06:48:02.262 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 06:48:02.262 INFO kablam! Sep 14 06:48:02.354 INFO kablam! warning: unused import: `Plugin` Sep 14 06:48:02.354 INFO kablam! --> src/interfaces.rs:65:33 Sep 14 06:48:02.354 INFO kablam! | Sep 14 06:48:02.354 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 14 06:48:02.354 INFO kablam! | ^^^^^^ Sep 14 06:48:02.354 INFO kablam! | Sep 14 06:48:02.354 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 06:48:02.354 INFO kablam! Sep 14 06:48:02.415 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.415 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.415 INFO kablam! ... Sep 14 06:48:02.415 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 14 06:48:02.415 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 14 06:48:02.415 INFO kablam! = note: target type: usize Sep 14 06:48:02.415 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.415 INFO kablam! Sep 14 06:48:02.415 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.415 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.415 INFO kablam! ... Sep 14 06:48:02.415 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 14 06:48:02.415 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 14 06:48:02.415 INFO kablam! = note: target type: usize Sep 14 06:48:02.415 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.415 INFO kablam! Sep 14 06:48:02.415 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.415 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.415 INFO kablam! ... Sep 14 06:48:02.415 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 14 06:48:02.415 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 14 06:48:02.415 INFO kablam! | Sep 14 06:48:02.415 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 14 06:48:02.415 INFO kablam! = note: target type: usize Sep 14 06:48:02.415 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.415 INFO kablam! Sep 14 06:48:02.416 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.416 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.416 INFO kablam! | Sep 14 06:48:02.416 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.416 INFO kablam! ... Sep 14 06:48:02.416 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 14 06:48:02.416 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 14 06:48:02.416 INFO kablam! | Sep 14 06:48:02.416 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 14 06:48:02.416 INFO kablam! = note: target type: usize Sep 14 06:48:02.416 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.416 INFO kablam! Sep 14 06:48:02.417 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.417 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.417 INFO kablam! | Sep 14 06:48:02.417 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.417 INFO kablam! ... Sep 14 06:48:02.417 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 14 06:48:02.417 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 14 06:48:02.417 INFO kablam! | Sep 14 06:48:02.417 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 14 06:48:02.417 INFO kablam! = note: target type: usize Sep 14 06:48:02.417 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.417 INFO kablam! Sep 14 06:48:02.417 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 14 06:48:02.417 INFO kablam! --> src/lib.rs:363:25 Sep 14 06:48:02.417 INFO kablam! | Sep 14 06:48:02.417 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 14 06:48:02.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.417 INFO kablam! ... Sep 14 06:48:02.417 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 14 06:48:02.417 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 14 06:48:02.417 INFO kablam! | Sep 14 06:48:02.417 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 14 06:48:02.417 INFO kablam! = note: target type: usize Sep 14 06:48:02.417 INFO kablam! = help: cast with `as` to a pointer instead Sep 14 06:48:02.417 INFO kablam! Sep 14 06:48:02.447 INFO kablam! error: aborting due to 6 previous errors Sep 14 06:48:02.447 INFO kablam! Sep 14 06:48:02.447 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 14 06:48:02.455 INFO kablam! error: Could not compile `vst2`. Sep 14 06:48:02.455 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 06:48:02.458 INFO kablam! warning: variable does not need to be mutable Sep 14 06:48:02.458 INFO kablam! --> src/interfaces.rs:23:9 Sep 14 06:48:02.458 INFO kablam! | Sep 14 06:48:02.458 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 14 06:48:02.458 INFO kablam! | ----^^^^^^ Sep 14 06:48:02.458 INFO kablam! | | Sep 14 06:48:02.458 INFO kablam! | help: remove this `mut` Sep 14 06:48:02.458 INFO kablam! | Sep 14 06:48:02.458 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 06:48:02.458 INFO kablam! Sep 14 06:48:02.458 INFO kablam! warning: variable does not need to be mutable Sep 14 06:48:02.458 INFO kablam! --> src/interfaces.rs:38:9 Sep 14 06:48:02.458 INFO kablam! | Sep 14 06:48:02.459 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 14 06:48:02.459 INFO kablam! | ----^^^^^^ Sep 14 06:48:02.459 INFO kablam! | | Sep 14 06:48:02.459 INFO kablam! | help: remove this `mut` Sep 14 06:48:02.459 INFO kablam! Sep 14 06:48:02.481 INFO kablam! warning: variable does not need to be mutable Sep 14 06:48:02.481 INFO kablam! --> src/interfaces.rs:70:9 Sep 14 06:48:02.481 INFO kablam! | Sep 14 06:48:02.481 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 14 06:48:02.481 INFO kablam! | ----^^^^^^ Sep 14 06:48:02.481 INFO kablam! | | Sep 14 06:48:02.481 INFO kablam! | help: remove this `mut` Sep 14 06:48:02.481 INFO kablam! Sep 14 06:48:02.560 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 14 06:48:02.561 INFO kablam! --> src/host.rs:724:1 Sep 14 06:48:02.561 INFO kablam! | Sep 14 06:48:02.561 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 14 06:48:02.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:48:02.561 INFO kablam! | Sep 14 06:48:02.561 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 14 06:48:02.561 INFO kablam! Sep 14 06:48:02.624 INFO kablam! error: build failed Sep 14 06:48:02.626 INFO kablam! su: No module specific data is present Sep 14 06:48:03.285 INFO running `"docker" "rm" "-f" "7730d3449e2f636e7371f9c62caf0be25a0d3da4575b18d5e37ee7c0fee9c564"` Sep 14 06:48:03.403 INFO blam! 7730d3449e2f636e7371f9c62caf0be25a0d3da4575b18d5e37ee7c0fee9c564