Sep 04 13:10:14.837 INFO checking jsonnet-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 13:10:14.837 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 13:10:14.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:10:15.039 INFO blam! d7ab680d77205c9486649e823e8cba5bf9e51f7f866ed1fd826d6beecaf924fe Sep 04 13:10:15.041 INFO running `"docker" "start" "-a" "d7ab680d77205c9486649e823e8cba5bf9e51f7f866ed1fd826d6beecaf924fe"` Sep 04 13:10:15.647 INFO kablam! Checking jsonnet v0.1.0 (file:///source) Sep 04 13:10:16.214 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.214 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 13:10:16.214 INFO kablam! | Sep 04 13:10:16.214 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 13:10:16.214 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.214 INFO kablam! | Sep 04 13:10:16.214 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 13:10:16.214 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.214 INFO kablam! note: type defined here Sep 04 13:10:16.214 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.214 INFO kablam! | Sep 04 13:10:16.214 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.215 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.215 INFO kablam! Sep 04 13:10:16.215 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.215 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 04 13:10:16.215 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.215 INFO kablam! note: type defined here Sep 04 13:10:16.215 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.215 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.215 INFO kablam! Sep 04 13:10:16.215 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.215 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 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 13:10:16.215 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.215 INFO kablam! note: type defined here Sep 04 13:10:16.215 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.215 INFO kablam! | Sep 04 13:10:16.215 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.216 INFO kablam! Sep 04 13:10:16.216 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.216 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 13:10:16.216 INFO kablam! | Sep 04 13:10:16.216 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 13:10:16.217 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.217 INFO kablam! | Sep 04 13:10:16.217 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.217 INFO kablam! note: type defined here Sep 04 13:10:16.217 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.217 INFO kablam! | Sep 04 13:10:16.217 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.217 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.217 INFO kablam! Sep 04 13:10:16.412 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.412 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 13:10:16.412 INFO kablam! | Sep 04 13:10:16.412 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 13:10:16.412 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.412 INFO kablam! | Sep 04 13:10:16.412 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 13:10:16.412 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.412 INFO kablam! note: type defined here Sep 04 13:10:16.412 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.412 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.413 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.413 INFO kablam! Sep 04 13:10:16.413 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.413 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 04 13:10:16.413 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.413 INFO kablam! note: type defined here Sep 04 13:10:16.413 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.413 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.413 INFO kablam! Sep 04 13:10:16.413 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.413 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 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 13:10:16.413 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.413 INFO kablam! note: type defined here Sep 04 13:10:16.413 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.413 INFO kablam! | Sep 04 13:10:16.413 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.413 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.413 INFO kablam! Sep 04 13:10:16.414 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:16.414 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 13:10:16.414 INFO kablam! | Sep 04 13:10:16.414 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 13:10:16.414 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:16.414 INFO kablam! | Sep 04 13:10:16.414 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:16.414 INFO kablam! note: type defined here Sep 04 13:10:16.414 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:16.414 INFO kablam! | Sep 04 13:10:16.415 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:16.415 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:16.415 INFO kablam! Sep 04 13:10:16.724 INFO kablam! warning: unused variable: `msg` Sep 04 13:10:16.725 INFO kablam! --> test/test.rs:8:6 Sep 04 13:10:16.725 INFO kablam! | Sep 04 13:10:16.725 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 04 13:10:16.725 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 13:10:16.725 INFO kablam! | Sep 04 13:10:16.725 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 13:10:16.725 INFO kablam! Sep 04 13:10:16.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Sep 04 13:10:16.741 INFO kablam! su: No module specific data is present Sep 04 13:10:17.199 INFO running `"docker" "rm" "-f" "d7ab680d77205c9486649e823e8cba5bf9e51f7f866ed1fd826d6beecaf924fe"` Sep 04 13:10:17.288 INFO blam! d7ab680d77205c9486649e823e8cba5bf9e51f7f866ed1fd826d6beecaf924fe