Jul 12 06:09:53.830 INFO checking jsonnet-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 06:09:53.830 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:09:53.830 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:09:53.830 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 06:09:54.082 INFO blam! 019a2778ee3ecfda919747688ca3e94f959b46a72cafb3e438fbb4e5a503acdf Jul 12 06:09:54.084 INFO running `"docker" "start" "-a" "019a2778ee3ecfda919747688ca3e94f959b46a72cafb3e438fbb4e5a503acdf"` Jul 12 06:09:54.930 INFO kablam! Checking jsonnet v0.1.0 (file:///source) Jul 12 06:09:55.335 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.335 INFO kablam! --> src/ffi/command.rs:16:24 Jul 12 06:09:55.335 INFO kablam! | Jul 12 06:09:55.335 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Jul 12 06:09:55.335 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.336 INFO kablam! | Jul 12 06:09:55.336 INFO kablam! = note: #[warn(improper_ctypes)] on by default Jul 12 06:09:55.336 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.337 INFO kablam! note: type defined here Jul 12 06:09:55.337 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.337 INFO kablam! | Jul 12 06:09:55.337 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.337 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.337 INFO kablam! Jul 12 06:09:55.338 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.338 INFO kablam! --> src/ffi/command.rs:17:31 Jul 12 06:09:55.338 INFO kablam! | Jul 12 06:09:55.338 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Jul 12 06:09:55.338 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.339 INFO kablam! | Jul 12 06:09:55.339 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.339 INFO kablam! note: type defined here Jul 12 06:09:55.339 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.339 INFO kablam! | Jul 12 06:09:55.340 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.340 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.340 INFO kablam! Jul 12 06:09:55.340 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.341 INFO kablam! --> src/ffi/command.rs:18:34 Jul 12 06:09:55.341 INFO kablam! | Jul 12 06:09:55.341 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; Jul 12 06:09:55.341 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.341 INFO kablam! | Jul 12 06:09:55.342 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.342 INFO kablam! note: type defined here Jul 12 06:09:55.342 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.342 INFO kablam! | Jul 12 06:09:55.342 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.342 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.343 INFO kablam! Jul 12 06:09:55.343 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.343 INFO kablam! --> src/ffi/command.rs:19:25 Jul 12 06:09:55.343 INFO kablam! | Jul 12 06:09:55.343 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Jul 12 06:09:55.343 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.344 INFO kablam! | Jul 12 06:09:55.344 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.345 INFO kablam! note: type defined here Jul 12 06:09:55.345 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.345 INFO kablam! | Jul 12 06:09:55.345 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.345 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.345 INFO kablam! Jul 12 06:09:55.432 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.432 INFO kablam! --> src/ffi/command.rs:16:24 Jul 12 06:09:55.432 INFO kablam! | Jul 12 06:09:55.432 INFO kablam! 16 | fn jsonnet_make() -> *mut JsonnetVm; Jul 12 06:09:55.432 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.432 INFO kablam! | Jul 12 06:09:55.432 INFO kablam! = note: #[warn(improper_ctypes)] on by default Jul 12 06:09:55.432 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.432 INFO kablam! note: type defined here Jul 12 06:09:55.432 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.432 INFO kablam! | Jul 12 06:09:55.433 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.433 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.433 INFO kablam! Jul 12 06:09:55.433 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.433 INFO kablam! --> src/ffi/command.rs:17:31 Jul 12 06:09:55.433 INFO kablam! | Jul 12 06:09:55.433 INFO kablam! 17 | fn jsonnet_evaluate_file(vm: *mut JsonnetVm,filename: *const c_char,error:*mut size_t) -> *const c_char; Jul 12 06:09:55.433 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.433 INFO kablam! | Jul 12 06:09:55.433 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.433 INFO kablam! note: type defined here Jul 12 06:09:55.433 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.433 INFO kablam! | Jul 12 06:09:55.433 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.433 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.434 INFO kablam! Jul 12 06:09:55.434 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.434 INFO kablam! --> src/ffi/command.rs:18:34 Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 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; Jul 12 06:09:55.434 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.434 INFO kablam! note: type defined here Jul 12 06:09:55.434 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.434 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.434 INFO kablam! Jul 12 06:09:55.434 INFO kablam! warning: `extern` block uses type `ffi::command::JsonnetVm` which is not FFI-safe: this struct has no fields Jul 12 06:09:55.434 INFO kablam! --> src/ffi/command.rs:19:25 Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 INFO kablam! 19 | fn jsonnet_destroy(vm: *mut JsonnetVm); Jul 12 06:09:55.434 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 INFO kablam! = help: consider adding a member to this struct Jul 12 06:09:55.434 INFO kablam! note: type defined here Jul 12 06:09:55.434 INFO kablam! --> src/ffi/command.rs:8:1 Jul 12 06:09:55.434 INFO kablam! | Jul 12 06:09:55.434 INFO kablam! 8 | struct JsonnetVm; Jul 12 06:09:55.434 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 06:09:55.434 INFO kablam! Jul 12 06:09:55.767 INFO kablam! warning: unused variable: `msg` Jul 12 06:09:55.767 INFO kablam! --> test/test.rs:8:6 Jul 12 06:09:55.767 INFO kablam! | Jul 12 06:09:55.767 INFO kablam! 8 | let msg : *const c_char = Jsonnet::version(); Jul 12 06:09:55.767 INFO kablam! | ^^^ help: consider using `_msg` instead Jul 12 06:09:55.767 INFO kablam! | Jul 12 06:09:55.767 INFO kablam! = note: #[warn(unused_variables)] on by default Jul 12 06:09:55.767 INFO kablam! Jul 12 06:09:55.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Jul 12 06:09:55.793 INFO kablam! su: No module specific data is present Jul 12 06:09:56.557 INFO running `"docker" "rm" "-f" "019a2778ee3ecfda919747688ca3e94f959b46a72cafb3e438fbb4e5a503acdf"` Jul 12 06:09:56.751 INFO blam! 019a2778ee3ecfda919747688ca3e94f959b46a72cafb3e438fbb4e5a503acdf