Sep 21 08:12:24.413 INFO checking jsonnet-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:12:24.413 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:12:24.413 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:12:24.536 INFO blam! 9ca14a85ce0eabe662e9131047d80f3d7905b852e8fe2c5d785b8a808c504576 Sep 21 08:12:24.538 INFO running `"docker" "start" "-a" "9ca14a85ce0eabe662e9131047d80f3d7905b852e8fe2c5d785b8a808c504576"` Sep 21 08:12:25.333 INFO kablam! usermod: no changes Sep 21 08:12:25.362 INFO kablam! Checking jsonnet v0.1.0 (/source) Sep 21 08:12:25.597 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.597 INFO kablam! --> src/ffi/command.rs:16:24 Sep 21 08:12:25.597 INFO kablam! | Sep 21 08:12:25.597 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 21 08:12:25.597 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.597 INFO kablam! | Sep 21 08:12:25.597 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 21 08:12:25.597 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.597 INFO kablam! note: type defined here Sep 21 08:12:25.597 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.597 INFO kablam! | Sep 21 08:12:25.597 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! Sep 21 08:12:25.598 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:17:31 Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.598 INFO kablam! note: type defined here Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! Sep 21 08:12:25.598 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:18:34 Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 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 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.598 INFO kablam! note: type defined here Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! Sep 21 08:12:25.598 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:19:25 Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 21 08:12:25.598 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.598 INFO kablam! | Sep 21 08:12:25.598 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.598 INFO kablam! note: type defined here Sep 21 08:12:25.598 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.599 INFO kablam! | Sep 21 08:12:25.599 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.599 INFO kablam! Sep 21 08:12:25.685 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:16:24 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 21 08:12:25.685 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.685 INFO kablam! note: type defined here Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! Sep 21 08:12:25.685 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:17:31 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.685 INFO kablam! note: type defined here Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! Sep 21 08:12:25.685 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:18:34 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 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 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.685 INFO kablam! note: type defined here Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! Sep 21 08:12:25.685 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:19:25 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! = help: consider adding a member to this struct Sep 21 08:12:25.685 INFO kablam! note: type defined here Sep 21 08:12:25.685 INFO kablam! --> src/ffi/command.rs:8:1 Sep 21 08:12:25.685 INFO kablam! | Sep 21 08:12:25.685 INFO kablam! 8 | struct JsonnetVm; Sep 21 08:12:25.685 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 08:12:25.685 INFO kablam! Sep 21 08:12:25.902 INFO kablam! warning: unused variable: `msg` Sep 21 08:12:25.902 INFO kablam! --> test/test.rs:8:6 Sep 21 08:12:25.902 INFO kablam! | Sep 21 08:12:25.902 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Sep 21 08:12:25.902 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 21 08:12:25.902 INFO kablam! | Sep 21 08:12:25.902 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 08:12:25.902 INFO kablam! Sep 21 08:12:25.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.56s Sep 21 08:12:25.912 INFO kablam! su: No module specific data is present Sep 21 08:12:26.608 INFO running `"docker" "rm" "-f" "9ca14a85ce0eabe662e9131047d80f3d7905b852e8fe2c5d785b8a808c504576"` Sep 21 08:12:26.693 INFO blam! 9ca14a85ce0eabe662e9131047d80f3d7905b852e8fe2c5d785b8a808c504576