Sep 04 13:10:16.584 INFO checking jsonnet-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 13:10:16.584 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 13:10:16.584 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:16.782 INFO blam! 689e9028c2740da4541001b7e7f8f103a45ad9d3620ec47f388ec11d75c684ce Sep 04 13:10:16.783 INFO running `"docker" "start" "-a" "689e9028c2740da4541001b7e7f8f103a45ad9d3620ec47f388ec11d75c684ce"` Sep 04 13:10:17.391 INFO kablam! Checking jsonnet v0.1.0 (file:///source) Sep 04 13:10:17.849 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.849 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 13:10:17.849 INFO kablam! | Sep 04 13:10:17.849 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 13:10:17.849 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.849 INFO kablam! | Sep 04 13:10:17.850 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 13:10:17.850 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.850 INFO kablam! note: type defined here Sep 04 13:10:17.850 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.850 INFO kablam! | Sep 04 13:10:17.850 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.850 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.850 INFO kablam! Sep 04 13:10:17.850 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.850 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 13:10:17.850 INFO kablam! | Sep 04 13:10:17.850 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:17.850 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.850 INFO kablam! | Sep 04 13:10:17.850 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.850 INFO kablam! note: type defined here Sep 04 13:10:17.850 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.850 INFO kablam! | Sep 04 13:10:17.850 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.851 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.851 INFO kablam! Sep 04 13:10:17.851 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.851 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 13:10:17.851 INFO kablam! | Sep 04 13:10:17.851 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:17.851 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.851 INFO kablam! | Sep 04 13:10:17.851 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.851 INFO kablam! note: type defined here Sep 04 13:10:17.851 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.851 INFO kablam! | Sep 04 13:10:17.851 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.851 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.851 INFO kablam! Sep 04 13:10:17.851 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.851 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 13:10:17.851 INFO kablam! | Sep 04 13:10:17.851 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 13:10:17.852 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.852 INFO kablam! | Sep 04 13:10:17.852 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.852 INFO kablam! note: type defined here Sep 04 13:10:17.852 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.852 INFO kablam! | Sep 04 13:10:17.852 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.852 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.852 INFO kablam! Sep 04 13:10:17.960 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.960 INFO kablam! --> src/ffi/command.rs:16:24 Sep 04 13:10:17.960 INFO kablam! | Sep 04 13:10:17.960 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 04 13:10:17.960 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.960 INFO kablam! | Sep 04 13:10:17.960 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 13:10:17.960 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.961 INFO kablam! note: type defined here Sep 04 13:10:17.961 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.961 INFO kablam! | Sep 04 13:10:17.961 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.961 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.961 INFO kablam! Sep 04 13:10:17.961 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.961 INFO kablam! --> src/ffi/command.rs:17:31 Sep 04 13:10:17.961 INFO kablam! | Sep 04 13:10:17.961 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:17.961 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.961 INFO kablam! | Sep 04 13:10:17.961 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.961 INFO kablam! note: type defined here Sep 04 13:10:17.961 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.961 INFO kablam! | Sep 04 13:10:17.961 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.961 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.961 INFO kablam! Sep 04 13:10:17.961 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.961 INFO kablam! --> src/ffi/command.rs:18:34 Sep 04 13:10:17.961 INFO kablam! | Sep 04 13:10:17.961 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:17.962 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.962 INFO kablam! | Sep 04 13:10:17.962 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.962 INFO kablam! note: type defined here Sep 04 13:10:17.962 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.962 INFO kablam! | Sep 04 13:10:17.962 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.962 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.962 INFO kablam! Sep 04 13:10:17.962 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 04 13:10:17.962 INFO kablam! --> src/ffi/command.rs:19:25 Sep 04 13:10:17.962 INFO kablam! | Sep 04 13:10:17.962 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 04 13:10:17.962 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:10:17.962 INFO kablam! | Sep 04 13:10:17.962 INFO kablam! = help: consider adding a member to this struct Sep 04 13:10:17.962 INFO kablam! note: type defined here Sep 04 13:10:17.962 INFO kablam! --> src/ffi/command.rs:8:1 Sep 04 13:10:17.962 INFO kablam! | Sep 04 13:10:17.962 INFO kablam! 8 | struct JsonnetVm; Sep 04 13:10:17.962 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:10:17.962 INFO kablam! Sep 04 13:10:18.355 INFO kablam! warning: unused variable: `msg` Sep 04 13:10:18.355 INFO kablam! --> test/test.rs:8:6 Sep 04 13:10:18.355 INFO kablam! | Sep 04 13:10:18.355 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 04 13:10:18.355 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 13:10:18.355 INFO kablam! | Sep 04 13:10:18.355 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 13:10:18.355 INFO kablam! Sep 04 13:10:18.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Sep 04 13:10:18.372 INFO kablam! su: No module specific data is present Sep 04 13:10:18.854 INFO running `"docker" "rm" "-f" "689e9028c2740da4541001b7e7f8f103a45ad9d3620ec47f388ec11d75c684ce"` Sep 04 13:10:18.941 INFO blam! 689e9028c2740da4541001b7e7f8f103a45ad9d3620ec47f388ec11d75c684ce