Sep 21 00:55:43.941 INFO checking vst2-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:55:43.941 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:55:43.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:55:44.098 INFO blam! 2664090df8f5c8a723954b03887e9fafcd7e9ce4892fd7b7b558edb616847b95 Sep 21 00:55:44.100 INFO running `"docker" "start" "-a" "2664090df8f5c8a723954b03887e9fafcd7e9ce4892fd7b7b558edb616847b95"` Sep 21 00:55:44.792 INFO kablam! usermod: no changes Sep 21 00:55:44.887 INFO kablam! Compiling phf v0.7.23 Sep 21 00:55:44.888 INFO kablam! Compiling target_build_utils v0.3.1 Sep 21 00:55:44.888 INFO kablam! Compiling serde_json v0.9.10 Sep 21 00:55:53.391 INFO kablam! Compiling libloading v0.3.4 Sep 21 00:55:54.662 INFO kablam! Checking vst2 v0.0.1 (/source) Sep 21 00:55:55.268 INFO kablam! warning: unused import: `Plugin` Sep 21 00:55:55.268 INFO kablam! --> src/interfaces.rs:65:33 Sep 21 00:55:55.268 INFO kablam! | Sep 21 00:55:55.268 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 21 00:55:55.268 INFO kablam! | ^^^^^^ Sep 21 00:55:55.268 INFO kablam! | Sep 21 00:55:55.268 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:55:55.268 INFO kablam! Sep 21 00:55:55.416 INFO kablam! warning: variable does not need to be mutable Sep 21 00:55:55.416 INFO kablam! --> src/interfaces.rs:23:9 Sep 21 00:55:55.416 INFO kablam! | Sep 21 00:55:55.416 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 21 00:55:55.416 INFO kablam! | ----^^^^^^ Sep 21 00:55:55.416 INFO kablam! | | Sep 21 00:55:55.416 INFO kablam! | help: remove this `mut` Sep 21 00:55:55.416 INFO kablam! | Sep 21 00:55:55.416 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 00:55:55.416 INFO kablam! Sep 21 00:55:55.416 INFO kablam! warning: variable does not need to be mutable Sep 21 00:55:55.416 INFO kablam! --> src/interfaces.rs:38:9 Sep 21 00:55:55.416 INFO kablam! | Sep 21 00:55:55.416 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 21 00:55:55.416 INFO kablam! | ----^^^^^^ Sep 21 00:55:55.416 INFO kablam! | | Sep 21 00:55:55.416 INFO kablam! | help: remove this `mut` Sep 21 00:55:55.416 INFO kablam! Sep 21 00:55:55.422 INFO kablam! warning: unused import: `Plugin` Sep 21 00:55:55.422 INFO kablam! --> src/interfaces.rs:65:33 Sep 21 00:55:55.422 INFO kablam! | Sep 21 00:55:55.422 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 21 00:55:55.422 INFO kablam! | ^^^^^^ Sep 21 00:55:55.422 INFO kablam! | Sep 21 00:55:55.422 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:55:55.422 INFO kablam! Sep 21 00:55:55.426 INFO kablam! warning: variable does not need to be mutable Sep 21 00:55:55.426 INFO kablam! --> src/interfaces.rs:70:9 Sep 21 00:55:55.426 INFO kablam! | Sep 21 00:55:55.426 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 21 00:55:55.426 INFO kablam! | ----^^^^^^ Sep 21 00:55:55.426 INFO kablam! | | Sep 21 00:55:55.426 INFO kablam! | help: remove this `mut` Sep 21 00:55:55.426 INFO kablam! Sep 21 00:55:55.478 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 21 00:55:55.478 INFO kablam! --> src/host.rs:724:1 Sep 21 00:55:55.478 INFO kablam! | Sep 21 00:55:55.478 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 21 00:55:55.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.478 INFO kablam! | Sep 21 00:55:55.478 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 21 00:55:55.478 INFO kablam! Sep 21 00:55:55.482 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.482 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.482 INFO kablam! | Sep 21 00:55:55.482 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.482 INFO kablam! ... Sep 21 00:55:55.482 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 21 00:55:55.482 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 21 00:55:55.482 INFO kablam! | Sep 21 00:55:55.482 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 21 00:55:55.482 INFO kablam! = note: target type: usize Sep 21 00:55:55.482 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.482 INFO kablam! Sep 21 00:55:55.482 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.482 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.482 INFO kablam! | Sep 21 00:55:55.482 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.482 INFO kablam! ... Sep 21 00:55:55.482 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 21 00:55:55.482 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 21 00:55:55.482 INFO kablam! | Sep 21 00:55:55.482 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 21 00:55:55.482 INFO kablam! = note: target type: usize Sep 21 00:55:55.482 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.482 INFO kablam! Sep 21 00:55:55.482 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.482 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.482 INFO kablam! | Sep 21 00:55:55.482 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.482 INFO kablam! ... Sep 21 00:55:55.483 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 21 00:55:55.483 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 21 00:55:55.483 INFO kablam! = note: target type: usize Sep 21 00:55:55.483 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.483 INFO kablam! Sep 21 00:55:55.483 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.483 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.483 INFO kablam! ... Sep 21 00:55:55.483 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 21 00:55:55.483 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 21 00:55:55.483 INFO kablam! = note: target type: usize Sep 21 00:55:55.483 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.483 INFO kablam! Sep 21 00:55:55.483 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.483 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.483 INFO kablam! ... Sep 21 00:55:55.483 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 21 00:55:55.483 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 21 00:55:55.483 INFO kablam! = note: target type: usize Sep 21 00:55:55.483 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.483 INFO kablam! Sep 21 00:55:55.483 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 21 00:55:55.483 INFO kablam! --> src/lib.rs:363:25 Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 21 00:55:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:55:55.483 INFO kablam! ... Sep 21 00:55:55.483 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 21 00:55:55.483 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 21 00:55:55.483 INFO kablam! | Sep 21 00:55:55.483 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 21 00:55:55.483 INFO kablam! = note: target type: usize Sep 21 00:55:55.483 INFO kablam! = help: cast with `as` to a pointer instead Sep 21 00:55:55.483 INFO kablam! Sep 21 00:55:55.513 INFO kablam! error: aborting due to 6 previous errors Sep 21 00:55:55.513 INFO kablam! Sep 21 00:55:55.513 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 21 00:55:55.522 INFO kablam! error: Could not compile `vst2`. Sep 21 00:55:55.522 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:55:55.534 INFO kablam! error: build failed Sep 21 00:55:55.536 INFO kablam! su: No module specific data is present Sep 21 00:55:56.116 INFO running `"docker" "rm" "-f" "2664090df8f5c8a723954b03887e9fafcd7e9ce4892fd7b7b558edb616847b95"` Sep 21 00:55:56.214 INFO blam! 2664090df8f5c8a723954b03887e9fafcd7e9ce4892fd7b7b558edb616847b95