Sep 04 16:07:51.775 INFO checking jsonnet-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 16:07:51.776 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 16:07:51.776 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:07:51.938 INFO blam! 87d1ae68b64467847b2cb99fd98496cd02000e32548fd2171ec28c0e752556bb Sep 04 16:07:51.939 INFO running `"docker" "start" "-a" "87d1ae68b64467847b2cb99fd98496cd02000e32548fd2171ec28c0e752556bb"` Sep 04 16:07:52.611 INFO kablam! Checking jsonnet v0.1.0 (file:///source) Sep 04 16:07:53.103 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.103 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 16:07:53.103 INFO kablam! | Sep 04 16:07:53.103 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 16:07:53.103 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.103 INFO kablam! | Sep 04 16:07:53.103 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 16:07:53.103 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.103 INFO kablam! note: type defined here Sep 04 16:07:53.104 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.104 INFO kablam! | Sep 04 16:07:53.104 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.104 INFO kablam! Sep 04 16:07:53.104 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.104 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 16:07:53.104 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.105 INFO kablam! note: type defined here Sep 04 16:07:53.105 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! Sep 04 16:07:53.105 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.105 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 18 | fn jsonnet_evaluate_snippet(vm: *mut JsonnetVm,filename: *const c_char,snippet: *const c_char,error:*mut size_t) ->*const c_char; Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.105 INFO kablam! note: type defined here Sep 04 16:07:53.105 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! Sep 04 16:07:53.105 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.105 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.105 INFO kablam! note: type defined here Sep 04 16:07:53.105 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.105 INFO kablam! | Sep 04 16:07:53.105 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.105 INFO kablam! Sep 04 16:07:53.241 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.241 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 16:07:53.241 INFO kablam! | Sep 04 16:07:53.241 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 16:07:53.241 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.241 INFO kablam! | Sep 04 16:07:53.241 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 16:07:53.241 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.241 INFO kablam! note: type defined here Sep 04 16:07:53.241 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.241 INFO kablam! | Sep 04 16:07:53.241 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.241 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.241 INFO kablam! Sep 04 16:07:53.241 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.241 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 04 16:07:53.242 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.242 INFO kablam! note: type defined here Sep 04 16:07:53.242 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.242 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.242 INFO kablam! Sep 04 16:07:53.242 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.242 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! 18 | fn jsonnet_evaluate_snippet(vm: *mut JsonnetVm,filename: *const c_char,snippet: *const c_char,error:*mut size_t) ->*const c_char; Sep 04 16:07:53.242 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.242 INFO kablam! note: type defined here Sep 04 16:07:53.242 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.242 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.242 INFO kablam! Sep 04 16:07:53.242 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 16:07:53.242 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 16:07:53.242 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 16:07:53.242 INFO kablam! | Sep 04 16:07:53.242 INFO kablam! = help: consider adding a member to this struct Sep 04 16:07:53.242 INFO kablam! note: type defined here Sep 04 16:07:53.242 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 16:07:53.243 INFO kablam! | Sep 04 16:07:53.243 INFO kablam! 8 | struct JsonnetVm; Sep 04 16:07:53.243 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 16:07:53.243 INFO kablam! Sep 04 16:07:53.657 INFO kablam! warning: unused variable: `msg` Sep 04 16:07:53.657 INFO kablam! --> test/test.rs:8:6 Sep 04 16:07:53.657 INFO kablam! | Sep 04 16:07:53.657 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 04 16:07:53.657 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 16:07:53.658 INFO kablam! | Sep 04 16:07:53.658 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 16:07:53.658 INFO kablam! Sep 04 16:07:53.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Sep 04 16:07:53.675 INFO kablam! su: No module specific data is present Sep 04 16:07:54.161 INFO running `"docker" "rm" "-f" "87d1ae68b64467847b2cb99fd98496cd02000e32548fd2171ec28c0e752556bb"` Sep 04 16:07:54.254 INFO blam! 87d1ae68b64467847b2cb99fd98496cd02000e32548fd2171ec28c0e752556bb