Sep 19 16:02:45.546 INFO checking vst2-0.0.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 16:02:45.546 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 16:02:45.546 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:02:45.837 INFO blam! 2acc9f5a9f68eb14b12d8e07cb45a1e492f8d8a49b01e89d8c717827faacb504 Sep 19 16:02:45.843 INFO running `"docker" "start" "-a" "2acc9f5a9f68eb14b12d8e07cb45a1e492f8d8a49b01e89d8c717827faacb504"` Sep 19 16:02:46.645 INFO kablam! usermod: no changes Sep 19 16:02:46.779 INFO kablam! Checking vst2 v0.0.1 (/source) Sep 19 16:02:47.895 INFO kablam! warning: unused import: `Plugin` Sep 19 16:02:47.895 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 16:02:47.895 INFO kablam! | Sep 19 16:02:47.895 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 16:02:47.895 INFO kablam! | ^^^^^^ Sep 19 16:02:47.895 INFO kablam! | Sep 19 16:02:47.895 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:47.895 INFO kablam! Sep 19 16:02:47.987 INFO kablam! warning: unused import: `Plugin` Sep 19 16:02:47.987 INFO kablam! --> src/interfaces.rs:65:33 Sep 19 16:02:47.987 INFO kablam! | Sep 19 16:02:47.987 INFO kablam! 65 | use plugin::{CanDo, OpCode, Plugin}; Sep 19 16:02:47.987 INFO kablam! | ^^^^^^ Sep 19 16:02:47.987 INFO kablam! | Sep 19 16:02:47.987 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:47.987 INFO kablam! Sep 19 16:02:48.039 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.039 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.039 INFO kablam! ... Sep 19 16:02:48.039 INFO kablam! 372 | assert_fn_eq!(aeffect.dispatcher, interfaces::dispatch); Sep 19 16:02:48.039 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, i32, isize, *mut libc::c_void, f32) -> isize {interfaces::dispatch} Sep 19 16:02:48.039 INFO kablam! = note: target type: usize Sep 19 16:02:48.039 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.039 INFO kablam! Sep 19 16:02:48.039 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.039 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.039 INFO kablam! ... Sep 19 16:02:48.039 INFO kablam! 373 | assert_fn_eq!(aeffect._process, interfaces::process_deprecated); Sep 19 16:02:48.039 INFO kablam! | ---------------------------------------------------------------- in this macro invocation Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_deprecated} Sep 19 16:02:48.039 INFO kablam! = note: target type: usize Sep 19 16:02:48.039 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.039 INFO kablam! Sep 19 16:02:48.039 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.039 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.039 INFO kablam! ... Sep 19 16:02:48.039 INFO kablam! 374 | assert_fn_eq!(aeffect.setParameter, interfaces::set_parameter); Sep 19 16:02:48.039 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! = note: source type: fn(*mut api::AEffect, i32, f32) {interfaces::set_parameter} Sep 19 16:02:48.039 INFO kablam! = note: target type: usize Sep 19 16:02:48.039 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.039 INFO kablam! Sep 19 16:02:48.039 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.039 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.039 INFO kablam! | Sep 19 16:02:48.039 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.039 INFO kablam! ... Sep 19 16:02:48.039 INFO kablam! 375 | assert_fn_eq!(aeffect.getParameter, interfaces::get_parameter); Sep 19 16:02:48.039 INFO kablam! | --------------------------------------------------------------- in this macro invocation Sep 19 16:02:48.040 INFO kablam! | Sep 19 16:02:48.040 INFO kablam! = note: source type: fn(*mut api::AEffect, i32) -> f32 {interfaces::get_parameter} Sep 19 16:02:48.040 INFO kablam! = note: target type: usize Sep 19 16:02:48.040 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.040 INFO kablam! Sep 19 16:02:48.040 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.040 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.040 INFO kablam! | Sep 19 16:02:48.040 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.040 INFO kablam! ... Sep 19 16:02:48.040 INFO kablam! 385 | assert_fn_eq!(aeffect.processReplacing, interfaces::process_replacing); Sep 19 16:02:48.040 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Sep 19 16:02:48.040 INFO kablam! | Sep 19 16:02:48.040 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f32, *mut *mut f32, i32) {interfaces::process_replacing} Sep 19 16:02:48.040 INFO kablam! = note: target type: usize Sep 19 16:02:48.040 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.040 INFO kablam! Sep 19 16:02:48.040 INFO kablam! error[E0591]: can't transmute zero-sized type Sep 19 16:02:48.040 INFO kablam! --> src/lib.rs:363:25 Sep 19 16:02:48.040 INFO kablam! | Sep 19 16:02:48.040 INFO kablam! 363 | mem::transmute::<_, usize>($b) Sep 19 16:02:48.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.040 INFO kablam! ... Sep 19 16:02:48.040 INFO kablam! 386 | assert_fn_eq!(aeffect.processReplacingF64, interfaces::process_replacing_f64); Sep 19 16:02:48.040 INFO kablam! | ------------------------------------------------------------------------------ in this macro invocation Sep 19 16:02:48.040 INFO kablam! | Sep 19 16:02:48.040 INFO kablam! = note: source type: fn(*mut api::AEffect, *mut *mut f64, *mut *mut f64, i32) {interfaces::process_replacing_f64} Sep 19 16:02:48.040 INFO kablam! = note: target type: usize Sep 19 16:02:48.040 INFO kablam! = help: cast with `as` to a pointer instead Sep 19 16:02:48.040 INFO kablam! Sep 19 16:02:48.047 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:48.047 INFO kablam! --> src/interfaces.rs:23:9 Sep 19 16:02:48.047 INFO kablam! | Sep 19 16:02:48.047 INFO kablam! 23 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:48.047 INFO kablam! | ----^^^^^^ Sep 19 16:02:48.047 INFO kablam! | | Sep 19 16:02:48.047 INFO kablam! | help: remove this `mut` Sep 19 16:02:48.047 INFO kablam! | Sep 19 16:02:48.047 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 16:02:48.047 INFO kablam! Sep 19 16:02:48.051 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:48.051 INFO kablam! --> src/interfaces.rs:38:9 Sep 19 16:02:48.051 INFO kablam! | Sep 19 16:02:48.051 INFO kablam! 38 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:48.051 INFO kablam! | ----^^^^^^ Sep 19 16:02:48.051 INFO kablam! | | Sep 19 16:02:48.051 INFO kablam! | help: remove this `mut` Sep 19 16:02:48.051 INFO kablam! Sep 19 16:02:48.062 INFO kablam! error: aborting due to 6 previous errors Sep 19 16:02:48.062 INFO kablam! Sep 19 16:02:48.062 INFO kablam! For more information about this error, try `rustc --explain E0591`. Sep 19 16:02:48.067 INFO kablam! warning: variable does not need to be mutable Sep 19 16:02:48.067 INFO kablam! --> src/interfaces.rs:70:9 Sep 19 16:02:48.067 INFO kablam! | Sep 19 16:02:48.067 INFO kablam! 70 | let mut plugin = unsafe { (*effect).get_plugin() }; Sep 19 16:02:48.067 INFO kablam! | ----^^^^^^ Sep 19 16:02:48.067 INFO kablam! | | Sep 19 16:02:48.067 INFO kablam! | help: remove this `mut` Sep 19 16:02:48.067 INFO kablam! Sep 19 16:02:48.067 INFO kablam! error: Could not compile `vst2`. Sep 19 16:02:48.067 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:02:48.120 INFO kablam! warning: static variable `load_pointer` should have an upper case name such as `LOAD_POINTER` Sep 19 16:02:48.120 INFO kablam! --> src/host.rs:724:1 Sep 19 16:02:48.120 INFO kablam! | Sep 19 16:02:48.120 INFO kablam! 724 | static mut load_pointer: *mut c_void = 0 as *mut c_void; Sep 19 16:02:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:48.120 INFO kablam! | Sep 19 16:02:48.120 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 19 16:02:48.120 INFO kablam! Sep 19 16:02:48.173 INFO kablam! error: build failed Sep 19 16:02:48.175 INFO kablam! su: No module specific data is present Sep 19 16:02:48.840 INFO running `"docker" "rm" "-f" "2acc9f5a9f68eb14b12d8e07cb45a1e492f8d8a49b01e89d8c717827faacb504"` Sep 19 16:02:49.047 INFO blam! 2acc9f5a9f68eb14b12d8e07cb45a1e492f8d8a49b01e89d8c717827faacb504