Sep 10 06:43:25.921 INFO checking vst2-0.0.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 06:43:25.921 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 06:43:25.921 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:43:26.112 INFO blam! 0080245c876899c8db9a3cd6e474916f0ee46da3fa3cabb79811520cf4fc0e6d Sep 10 06:43:26.114 INFO running `"docker" "start" "-a" "0080245c876899c8db9a3cd6e474916f0ee46da3fa3cabb79811520cf4fc0e6d"` Sep 10 06:43:26.980 INFO kablam! usermod: no changes Sep 10 06:43:27.081 INFO kablam! Checking vst2 v0.0.1 (file:///source) Sep 10 06:43:27.819 INFO kablam! warning: unused import: `Plugin` Sep 10 06:43:27.819 INFO kablam! --> src/interfaces.rs:65:33 Sep 10 06:43:27.819 INFO kablam! | Sep 10 06:43:27.819 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 10 06:43:27.819 INFO kablam! | ^^^^^^ Sep 10 06:43:27.819 INFO kablam! | Sep 10 06:43:27.819 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:43:27.819 INFO kablam! Sep 10 06:43:27.901 INFO kablam! warning: unused import: `Plugin` Sep 10 06:43:27.901 INFO kablam! --> src/interfaces.rs:65:33 Sep 10 06:43:27.901 INFO kablam! | Sep 10 06:43:27.901 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 10 06:43:27.901 INFO kablam! | ^^^^^^ Sep 10 06:43:27.902 INFO kablam! | Sep 10 06:43:27.902 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:43:27.902 INFO kablam! Sep 10 06:43:27.947 INFO kablam! warning: variable does not need to be mutable Sep 10 06:43:27.947 INFO kablam! --> src/interfaces.rs:23:9 Sep 10 06:43:27.947 INFO kablam! | Sep 10 06:43:27.947 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 10 06:43:27.947 INFO kablam! | ----^^^^^^ Sep 10 06:43:27.947 INFO kablam! | | Sep 10 06:43:27.947 INFO kablam! | help: remove this `mut` Sep 10 06:43:27.947 INFO kablam! | Sep 10 06:43:27.947 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 06:43:27.947 INFO kablam! Sep 10 06:43:27.948 INFO kablam! warning: variable does not need to be mutable Sep 10 06:43:27.948 INFO kablam! --> src/interfaces.rs:38:9 Sep 10 06:43:27.948 INFO kablam! | Sep 10 06:43:27.948 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 10 06:43:27.948 INFO kablam! | ----^^^^^^ Sep 10 06:43:27.948 INFO kablam! | | Sep 10 06:43:27.948 INFO kablam! | help: remove this `mut` Sep 10 06:43:27.948 INFO kablam! Sep 10 06:43:27.959 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.959 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.959 INFO kablam! | Sep 10 06:43:27.959 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.959 INFO kablam! ... Sep 10 06:43:27.959 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 10 06:43:27.959 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 10 06:43:27.959 INFO kablam! | Sep 10 06:43:27.959 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 10 06:43:27.959 INFO kablam! = note: target type: usize Sep 10 06:43:27.959 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.959 INFO kablam! Sep 10 06:43:27.959 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.959 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.959 INFO kablam! | Sep 10 06:43:27.959 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.959 INFO kablam! ... Sep 10 06:43:27.959 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 10 06:43:27.959 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 10 06:43:27.959 INFO kablam! | Sep 10 06:43:27.959 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 10 06:43:27.959 INFO kablam! = note: target type: usize Sep 10 06:43:27.959 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.959 INFO kablam! Sep 10 06:43:27.960 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.960 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.960 INFO kablam! ... Sep 10 06:43:27.960 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 10 06:43:27.960 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 10 06:43:27.960 INFO kablam! = note: target type: usize Sep 10 06:43:27.960 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.960 INFO kablam! Sep 10 06:43:27.960 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.960 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.960 INFO kablam! ... Sep 10 06:43:27.960 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 10 06:43:27.960 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 10 06:43:27.960 INFO kablam! = note: target type: usize Sep 10 06:43:27.960 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.960 INFO kablam! Sep 10 06:43:27.960 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.960 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.960 INFO kablam! ... Sep 10 06:43:27.960 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 10 06:43:27.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 10 06:43:27.960 INFO kablam! = note: target type: usize Sep 10 06:43:27.960 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.960 INFO kablam! Sep 10 06:43:27.960 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 10 06:43:27.960 INFO kablam! --> src/lib.rs:363:25 Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 10 06:43:27.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:27.960 INFO kablam! ... Sep 10 06:43:27.960 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 10 06:43:27.960 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 10 06:43:27.960 INFO kablam! | Sep 10 06:43:27.960 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 10 06:43:27.960 INFO kablam! = note: target type: usize Sep 10 06:43:27.960 INFO kablam! = help: cast with `as` to a pointer instead Sep 10 06:43:27.960 INFO kablam! Sep 10 06:43:27.962 INFO kablam! warning: variable does not need to be mutable Sep 10 06:43:27.962 INFO kablam! --> src/interfaces.rs:70:9 Sep 10 06:43:27.962 INFO kablam! | Sep 10 06:43:27.962 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 10 06:43:27.962 INFO kablam! | ----^^^^^^ Sep 10 06:43:27.962 INFO kablam! | | Sep 10 06:43:27.962 INFO kablam! | help: remove this `mut` Sep 10 06:43:27.962 INFO kablam! Sep 10 06:43:27.987 INFO kablam! error: aborting due to 6 previous errors Sep 10 06:43:27.987 INFO kablam! Sep 10 06:43:27.987 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 10 06:43:27.996 INFO kablam! error: Could not compile `vst2`. Sep 10 06:43:27.996 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:43:28.013 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 10 06:43:28.013 INFO kablam! --> src/host.rs:724:1 Sep 10 06:43:28.013 INFO kablam! | Sep 10 06:43:28.013 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 10 06:43:28.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 06:43:28.013 INFO kablam! | Sep 10 06:43:28.013 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 10 06:43:28.013 INFO kablam! Sep 10 06:43:28.061 INFO kablam! error: build failed Sep 10 06:43:28.063 INFO kablam! su: No module specific data is present Sep 10 06:43:28.475 INFO running `"docker" "rm" "-f" "0080245c876899c8db9a3cd6e474916f0ee46da3fa3cabb79811520cf4fc0e6d"` Sep 10 06:43:28.570 INFO blam! 0080245c876899c8db9a3cd6e474916f0ee46da3fa3cabb79811520cf4fc0e6d