Sep 17 22:29:47.258 INFO checking jsonnet-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 22:29:47.258 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 22:29:47.258 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:29:47.395 INFO blam! 6d9a7074e05aed445a6ef36cc9af1475b4901cd35a278f643d41f224a553afcc Sep 17 22:29:47.396 INFO running `"docker" "start" "-a" "6d9a7074e05aed445a6ef36cc9af1475b4901cd35a278f643d41f224a553afcc"` Sep 17 22:29:48.558 INFO kablam! usermod: no changes Sep 17 22:29:48.579 INFO kablam! Checking jsonnet v0.1.0 (/source) Sep 17 22:29:48.831 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.831 INFO kablam! --> src/ffi/command.rs:16:24 Sep 17 22:29:48.831 INFO kablam! | Sep 17 22:29:48.831 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 17 22:29:48.831 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.831 INFO kablam! | Sep 17 22:29:48.831 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 17 22:29:48.831 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.831 INFO kablam! note: type defined here Sep 17 22:29:48.831 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.831 INFO kablam! | Sep 17 22:29:48.831 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.831 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.831 INFO kablam! Sep 17 22:29:48.835 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:17:31 Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 17 22:29:48.835 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.835 INFO kablam! note: type defined here Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.835 INFO kablam! Sep 17 22:29:48.835 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:18:34 Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 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 17 22:29:48.835 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.835 INFO kablam! note: type defined here Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.835 INFO kablam! Sep 17 22:29:48.835 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:19:25 Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 17 22:29:48.835 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.835 INFO kablam! | Sep 17 22:29:48.835 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.835 INFO kablam! note: type defined here Sep 17 22:29:48.835 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.836 INFO kablam! | Sep 17 22:29:48.836 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.836 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.836 INFO kablam! Sep 17 22:29:48.849 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.849 INFO kablam! --> src/ffi/command.rs:16:24 Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 17 22:29:48.849 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 17 22:29:48.849 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.849 INFO kablam! note: type defined here Sep 17 22:29:48.849 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.849 INFO kablam! Sep 17 22:29:48.849 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.849 INFO kablam! --> src/ffi/command.rs:17:31 Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 17 22:29:48.849 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.849 INFO kablam! note: type defined here Sep 17 22:29:48.849 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.849 INFO kablam! | Sep 17 22:29:48.849 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.849 INFO kablam! Sep 17 22:29:48.849 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.850 INFO kablam! --> src/ffi/command.rs:18:34 Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 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 17 22:29:48.850 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.850 INFO kablam! note: type defined here Sep 17 22:29:48.850 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.850 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.850 INFO kablam! Sep 17 22:29:48.850 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 17 22:29:48.850 INFO kablam! --> src/ffi/command.rs:19:25 Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 17 22:29:48.850 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 INFO kablam! = help: consider adding a member to this struct Sep 17 22:29:48.850 INFO kablam! note: type defined here Sep 17 22:29:48.850 INFO kablam! --> src/ffi/command.rs:8:1 Sep 17 22:29:48.850 INFO kablam! | Sep 17 22:29:48.850 INFO kablam! 8 | struct JsonnetVm; Sep 17 22:29:48.850 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:29:48.850 INFO kablam! Sep 17 22:29:49.070 INFO kablam! warning: unused variable: `msg` Sep 17 22:29:49.071 INFO kablam! --> test/test.rs:8:6 Sep 17 22:29:49.071 INFO kablam! | Sep 17 22:29:49.071 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 17 22:29:49.071 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 17 22:29:49.071 INFO kablam! | Sep 17 22:29:49.071 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 22:29:49.071 INFO kablam! Sep 17 22:29:49.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Sep 17 22:29:49.082 INFO kablam! su: No module specific data is present Sep 17 22:29:49.731 INFO running `"docker" "rm" "-f" "6d9a7074e05aed445a6ef36cc9af1475b4901cd35a278f643d41f224a553afcc"` Sep 17 22:29:49.935 INFO blam! 6d9a7074e05aed445a6ef36cc9af1475b4901cd35a278f643d41f224a553afcc