Sep 06 04:57:39.209 INFO checking jsonnet-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 04:57:39.209 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 04:57:39.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:57:39.424 INFO blam! 6f2cbc150a4b47671f2a148fca8086f7539e9766dfb8ec1c68c31c0f97f32333 Sep 06 04:57:39.430 INFO running `"docker" "start" "-a" "6f2cbc150a4b47671f2a148fca8086f7539e9766dfb8ec1c68c31c0f97f32333"` Sep 06 04:57:40.426 INFO kablam! usermod: no changes Sep 06 04:57:40.448 INFO kablam! Checking jsonnet v0.1.0 (file:///source) Sep 06 04:57:40.663 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.663 INFO kablam! --> src/ffi/command.rs:16:24 Sep 06 04:57:40.663 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 06 04:57:40.664 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.664 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 06 04:57:40.664 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.664 INFO kablam! note: type defined here Sep 06 04:57:40.664 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.664 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.664 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.664 INFO kablam! Sep 06 04:57:40.664 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.664 INFO kablam! --> src/ffi/command.rs:17:31 Sep 06 04:57:40.664 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 06 04:57:40.664 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.664 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.664 INFO kablam! note: type defined here Sep 06 04:57:40.664 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.664 INFO kablam! | Sep 06 04:57:40.664 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.664 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.665 INFO kablam! Sep 06 04:57:40.665 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.665 INFO kablam! --> src/ffi/command.rs:18:34 Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 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 06 04:57:40.665 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.665 INFO kablam! note: type defined here Sep 06 04:57:40.665 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.665 INFO kablam! Sep 06 04:57:40.665 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.665 INFO kablam! --> src/ffi/command.rs:19:25 Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 06 04:57:40.665 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.665 INFO kablam! note: type defined here Sep 06 04:57:40.665 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.665 INFO kablam! | Sep 06 04:57:40.665 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.665 INFO kablam! Sep 06 04:57:40.736 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:16:24 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 06 04:57:40.736 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.736 INFO kablam! note: type defined here Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! Sep 06 04:57:40.736 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:17:31 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.736 INFO kablam! note: type defined here Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! Sep 06 04:57:40.736 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:18:34 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 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 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.736 INFO kablam! note: type defined here Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! Sep 06 04:57:40.736 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:19:25 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! = help: consider adding a member to this struct Sep 06 04:57:40.736 INFO kablam! note: type defined here Sep 06 04:57:40.736 INFO kablam! --> src/ffi/command.rs:8:1 Sep 06 04:57:40.736 INFO kablam! | Sep 06 04:57:40.736 INFO kablam! 8 | struct JsonnetVm; Sep 06 04:57:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:57:40.736 INFO kablam! Sep 06 04:57:40.888 INFO kablam! warning: unused variable: `msg` Sep 06 04:57:40.888 INFO kablam! --> test/test.rs:8:6 Sep 06 04:57:40.888 INFO kablam! | Sep 06 04:57:40.888 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 06 04:57:40.888 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 06 04:57:40.888 INFO kablam! | Sep 06 04:57:40.888 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 04:57:40.888 INFO kablam! Sep 06 04:57:40.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.45s Sep 06 04:57:40.898 INFO kablam! su: No module specific data is present Sep 06 04:57:41.367 INFO running `"docker" "rm" "-f" "6f2cbc150a4b47671f2a148fca8086f7539e9766dfb8ec1c68c31c0f97f32333"` Sep 06 04:57:41.468 INFO blam! 6f2cbc150a4b47671f2a148fca8086f7539e9766dfb8ec1c68c31c0f97f32333