Oct 21 14:28:15.012 INFO checking resin-io-playground/resin-pam against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:28:15.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 14:28:15.518 INFO blam! 3d4c55179b9adf7e3ca7d1a3c6bf556b57b1cfcfcb288ccfa8767809f40250d7 Oct 21 14:28:15.520 INFO running `"docker" "start" "-a" "3d4c55179b9adf7e3ca7d1a3c6bf556b57b1cfcfcb288ccfa8767809f40250d7"` Oct 21 14:28:17.432 INFO kablam! usermod: no changes Oct 21 14:28:17.606 INFO kablam! Checking libc v0.1.12 Oct 21 14:28:17.637 INFO kablam! Compiling serde_derive v1.0.79 Oct 21 14:28:18.268 INFO kablam! Checking pam v0.1.0 (/source/lib/pam) Oct 21 14:28:18.986 INFO kablam! warning: `extern` block uses type `std::boxed::Box` which is not FFI-safe: this struct has unspecified layout Oct 21 14:28:18.986 INFO kablam! --> lib/pam/src/module.rs:32:27 Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! 32 | data: Box, Oct 21 14:28:18.986 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 21 14:28:18.986 INFO kablam! = help: consider adding a #[repr(C)] or #[repr(transparent)] attribute to this struct Oct 21 14:28:18.986 INFO kablam! Oct 21 14:28:18.986 INFO kablam! warning: `extern` block uses type `std::boxed::Box` which is not FFI-safe: this struct has unspecified layout Oct 21 14:28:18.986 INFO kablam! --> lib/pam/src/module.rs:33:30 Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! 33 | cleanup: extern "C" fn(pamh: *const PamHandle, Oct 21 14:28:18.986 INFO kablam! | ______________________________^ Oct 21 14:28:18.986 INFO kablam! 34 | | data: Box, Oct 21 14:28:18.986 INFO kablam! 35 | | error_status: PamResultCode)) Oct 21 14:28:18.986 INFO kablam! | |_______________________________________________________________________^ Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! = help: consider adding a #[repr(C)] or #[repr(transparent)] attribute to this struct Oct 21 14:28:18.986 INFO kablam! Oct 21 14:28:18.986 INFO kablam! warning: functions generic over types must be mangled Oct 21 14:28:18.986 INFO kablam! --> lib/pam/src/module.rs:55:1 Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! 54 | #[no_mangle] Oct 21 14:28:18.986 INFO kablam! | ------------ help: remove this attribute Oct 21 14:28:18.986 INFO kablam! 55 | / pub extern "C" fn cleanup(_: *const PamHandle, c_data: Box, _: PamResultCode) { Oct 21 14:28:18.986 INFO kablam! 56 | | unsafe { Oct 21 14:28:18.986 INFO kablam! 57 | | let data: Box = mem::transmute(c_data); Oct 21 14:28:18.986 INFO kablam! 58 | | mem::drop(data); Oct 21 14:28:18.986 INFO kablam! 59 | | } Oct 21 14:28:18.986 INFO kablam! 60 | | } Oct 21 14:28:18.986 INFO kablam! | |_^ Oct 21 14:28:18.986 INFO kablam! | Oct 21 14:28:18.986 INFO kablam! = note: #[warn(no_mangle_generic_items)] on by default Oct 21 14:28:18.986 INFO kablam! Oct 21 14:28:35.881 INFO kablam! Checking jsonwebtoken v5.0.1 Oct 21 14:28:36.833 INFO kablam! Checking pam-jwt v0.0.1 (/source) Oct 21 14:28:38.503 INFO kablam! warning: unused import: `PAM_TEXT_INFO` Oct 21 14:28:38.503 INFO kablam! --> src/lib.rs:23:67 Oct 21 14:28:38.503 INFO kablam! | Oct 21 14:28:38.503 INFO kablam! 23 | use pam::constants::{PamResultCode, PamFlag, PAM_PROMPT_ECHO_OFF, PAM_TEXT_INFO}; Oct 21 14:28:38.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:28:38.504 INFO kablam! | Oct 21 14:28:38.504 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:28:38.504 INFO kablam! Oct 21 14:28:38.504 INFO kablam! warning: unused macro definition Oct 21 14:28:38.504 INFO kablam! --> src/lib.rs:28:1 Oct 21 14:28:38.505 INFO kablam! | Oct 21 14:28:38.505 INFO kablam! 28 | / macro_rules! pam_try { Oct 21 14:28:38.505 INFO kablam! 29 | | ($e:expr) => ( Oct 21 14:28:38.505 INFO kablam! 30 | | match $e { Oct 21 14:28:38.505 INFO kablam! 31 | | Ok(v) => v, Oct 21 14:28:38.506 INFO kablam! ... | Oct 21 14:28:38.506 INFO kablam! 43 | | ); Oct 21 14:28:38.506 INFO kablam! 44 | | } Oct 21 14:28:38.506 INFO kablam! | |_^ Oct 21 14:28:38.506 INFO kablam! | Oct 21 14:28:38.506 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:28:38.507 INFO kablam! Oct 21 14:28:38.569 INFO kablam! warning: unused import: `PAM_TEXT_INFO` Oct 21 14:28:38.569 INFO kablam! --> src/lib.rs:23:67 Oct 21 14:28:38.569 INFO kablam! | Oct 21 14:28:38.569 INFO kablam! 23 | use pam::constants::{PamResultCode, PamFlag, PAM_PROMPT_ECHO_OFF, PAM_TEXT_INFO}; Oct 21 14:28:38.570 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:28:38.570 INFO kablam! | Oct 21 14:28:38.570 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:28:38.570 INFO kablam! Oct 21 14:28:38.570 INFO kablam! warning: unused macro definition Oct 21 14:28:38.570 INFO kablam! --> src/lib.rs:28:1 Oct 21 14:28:38.571 INFO kablam! | Oct 21 14:28:38.571 INFO kablam! 28 | / macro_rules! pam_try { Oct 21 14:28:38.571 INFO kablam! 29 | | ($e:expr) => ( Oct 21 14:28:38.571 INFO kablam! 30 | | match $e { Oct 21 14:28:38.571 INFO kablam! 31 | | Ok(v) => v, Oct 21 14:28:38.571 INFO kablam! ... | Oct 21 14:28:38.572 INFO kablam! 43 | | ); Oct 21 14:28:38.572 INFO kablam! 44 | | } Oct 21 14:28:38.572 INFO kablam! | |_^ Oct 21 14:28:38.572 INFO kablam! | Oct 21 14:28:38.572 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:28:38.572 INFO kablam! Oct 21 14:28:39.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.56s Oct 21 14:28:39.025 INFO kablam! su: No module specific data is present Oct 21 14:28:39.840 INFO running `"docker" "rm" "-f" "3d4c55179b9adf7e3ca7d1a3c6bf556b57b1cfcfcb288ccfa8767809f40250d7"` Oct 21 14:28:40.168 INFO blam! 3d4c55179b9adf7e3ca7d1a3c6bf556b57b1cfcfcb288ccfa8767809f40250d7