Oct 21 21:51:59.522 INFO checking ChaosData/frida-gum-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:51:59.522 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 21:51:59.985 INFO blam! 4fb26243c6200fdc4af57d6906f064f2536d7f3afbd9db75c799dacc45861ffd Oct 21 21:51:59.988 INFO running `"docker" "start" "-a" "4fb26243c6200fdc4af57d6906f064f2536d7f3afbd9db75c799dacc45861ffd"` Oct 21 21:52:01.089 INFO kablam! usermod: no changes Oct 21 21:52:01.224 INFO kablam! Compiling byteorder v1.0.0 Oct 21 21:52:01.224 INFO kablam! Checking scroll v0.5.0 Oct 21 21:52:01.224 INFO kablam! Checking plain v0.0.2 Oct 21 21:52:01.224 INFO kablam! Checking gcc v0.3.50 Oct 21 21:52:01.232 INFO kablam! Compiling scroll_derive v0.4.0 Oct 21 21:52:02.996 INFO kablam! Compiling base64 v0.6.0 Oct 21 21:52:04.338 INFO kablam! Compiling gumshoe v0.1.0 (/source) Oct 21 21:52:07.165 INFO kablam! Checking goblin v0.0.10 Oct 21 21:52:13.417 INFO kablam! warning: unused import: `std::io::Read` Oct 21 21:52:13.417 INFO kablam! --> src/lib.rs:5:5 Oct 21 21:52:13.417 INFO kablam! | Oct 21 21:52:13.418 INFO kablam! 5 | use std::io::Read; Oct 21 21:52:13.418 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:52:13.418 INFO kablam! | Oct 21 21:52:13.418 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:52:13.419 INFO kablam! Oct 21 21:52:13.616 INFO kablam! warning: unused import: `std::io::Read` Oct 21 21:52:13.616 INFO kablam! --> src/lib.rs:5:5 Oct 21 21:52:13.616 INFO kablam! | Oct 21 21:52:13.616 INFO kablam! 5 | use std::io::Read; Oct 21 21:52:13.616 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:52:13.616 INFO kablam! | Oct 21 21:52:13.617 INFO kablam! warning: variant is never constructed: `GUM_POINT_ENTER` Oct 21 21:52:13.618 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:25 Oct 21 21:52:13.618 INFO kablam! | Oct 21 21:52:13.618 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.619 INFO kablam! | Oct 21 21:52:13.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:52:13.619 INFO kablam! Oct 21 21:52:13.620 INFO kablam! warning: variant is never constructed: `GUM_POINT_LEAVE` Oct 21 21:52:13.624 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:46 Oct 21 21:52:13.624 INFO kablam! | Oct 21 21:52:13.625 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.625 INFO kablam! Oct 21 21:52:13.625 INFO kablam! warning: foreign function is never used: `gum_invocation_context_get_listener_thread_data` Oct 21 21:52:13.625 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:59:3 Oct 21 21:52:13.626 INFO kablam! | Oct 21 21:52:13.626 INFO kablam! 59 | / pub fn gum_invocation_context_get_listener_thread_data( Oct 21 21:52:13.626 INFO kablam! 60 | | context: *mut GumInvocationContext, Oct 21 21:52:13.626 INFO kablam! 61 | | required_size: usize //gsize Oct 21 21:52:13.626 INFO kablam! 62 | | ) -> *mut c_void; //gpointer; Oct 21 21:52:13.627 INFO kablam! | |___________________^ Oct 21 21:52:13.627 INFO kablam! Oct 21 21:52:13.627 INFO kablam! warning: foreign function is never used: `gum_invocation_context_get_listener_function_data` Oct 21 21:52:13.627 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:64:3 Oct 21 21:52:13.628 INFO kablam! | Oct 21 21:52:13.628 INFO kablam! 64 | / pub fn gum_invocation_context_get_listener_function_data( Oct 21 21:52:13.628 INFO kablam! 65 | | context: *mut GumInvocationContext Oct 21 21:52:13.628 INFO kablam! 66 | | ) -> *mut c_void; //gpointer; Oct 21 21:52:13.630 INFO kablam! | |___________________^ Oct 21 21:52:13.630 INFO kablam! Oct 21 21:52:13.631 INFO kablam! warning: foreign function is never used: `gum_interceptor_detach_listener` Oct 21 21:52:13.631 INFO kablam! --> src/gum/ffi/mod.rs:25:3 Oct 21 21:52:13.631 INFO kablam! | Oct 21 21:52:13.631 INFO kablam! 25 | / fn gum_interceptor_detach_listener(interceptor: *mut c_void, Oct 21 21:52:13.632 INFO kablam! 26 | | listener: *mut c_void); Oct 21 21:52:13.632 INFO kablam! | |____________________________________________________________^ Oct 21 21:52:13.632 INFO kablam! Oct 21 21:52:13.632 INFO kablam! warning: foreign function is never used: `g_object_unref` Oct 21 21:52:13.633 INFO kablam! --> src/gum/ffi/mod.rs:27:3 Oct 21 21:52:13.633 INFO kablam! | Oct 21 21:52:13.633 INFO kablam! 27 | fn g_object_unref(obj: *const c_void) -> (); Oct 21 21:52:13.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.634 INFO kablam! Oct 21 21:52:13.634 INFO kablam! warning: foreign function is never used: `gum_deinit_embedded` Oct 21 21:52:13.634 INFO kablam! --> src/gum/ffi/mod.rs:28:3 Oct 21 21:52:13.634 INFO kablam! | Oct 21 21:52:13.635 INFO kablam! 28 | fn gum_deinit_embedded() -> (); Oct 21 21:52:13.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.635 INFO kablam! Oct 21 21:52:13.635 INFO kablam! warning: method is never used: `get_listener_thread_data` Oct 21 21:52:13.636 INFO kablam! --> src/gum/gum_invocation_context.rs:85:3 Oct 21 21:52:13.636 INFO kablam! | Oct 21 21:52:13.636 INFO kablam! 85 | fn get_listener_thread_data(&self) -> *mut T { Oct 21 21:52:13.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.637 INFO kablam! Oct 21 21:52:13.640 INFO kablam! warning: method is never used: `get_listener_function_data` Oct 21 21:52:13.640 INFO kablam! --> src/gum/gum_invocation_context.rs:94:3 Oct 21 21:52:13.640 INFO kablam! | Oct 21 21:52:13.641 INFO kablam! 94 | fn get_listener_function_data(&self) -> *mut T { Oct 21 21:52:13.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.641 INFO kablam! Oct 21 21:52:13.641 INFO kablam! warning: foreign function is never used: `gum_interceptor_detach_listener` Oct 21 21:52:13.642 INFO kablam! --> src/lib.rs:51:3 Oct 21 21:52:13.642 INFO kablam! | Oct 21 21:52:13.642 INFO kablam! 51 | / fn gum_interceptor_detach_listener(interceptor: *mut c_void, Oct 21 21:52:13.643 INFO kablam! 52 | | listener: *mut c_void); Oct 21 21:52:13.643 INFO kablam! | |____________________________________________________________^ Oct 21 21:52:13.643 INFO kablam! Oct 21 21:52:13.643 INFO kablam! warning: foreign function is never used: `g_object_unref` Oct 21 21:52:13.643 INFO kablam! --> src/lib.rs:53:3 Oct 21 21:52:13.644 INFO kablam! | Oct 21 21:52:13.644 INFO kablam! 53 | fn g_object_unref(obj: *const c_void) -> (); Oct 21 21:52:13.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.645 INFO kablam! Oct 21 21:52:13.645 INFO kablam! warning: foreign function is never used: `gum_deinit_embedded` Oct 21 21:52:13.645 INFO kablam! --> src/lib.rs:54:3 Oct 21 21:52:13.645 INFO kablam! | Oct 21 21:52:13.646 INFO kablam! 54 | fn gum_deinit_embedded() -> (); Oct 21 21:52:13.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.646 INFO kablam! Oct 21 21:52:13.646 INFO kablam! warning: variant `GUM_POINT_ENTER` should have a camel case name such as `GumPointEnter` Oct 21 21:52:13.647 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:25 Oct 21 21:52:13.647 INFO kablam! | Oct 21 21:52:13.647 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.648 INFO kablam! | Oct 21 21:52:13.648 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 21:52:13.648 INFO kablam! Oct 21 21:52:13.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:52:13.649 INFO kablam! Oct 21 21:52:13.657 INFO kablam! warning: variant `GUM_POINT_LEAVE` should have a camel case name such as `GumPointLeave` Oct 21 21:52:13.657 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:46 Oct 21 21:52:13.657 INFO kablam! | Oct 21 21:52:13.657 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.658 INFO kablam! Oct 21 21:52:13.658 INFO kablam! warning: variant `GUM_POINT_ENTER` should have a camel case name such as `GumPointEnter` Oct 21 21:52:13.658 INFO kablam! --> src/gum/gum_invocation_context.rs:12:3 Oct 21 21:52:13.659 INFO kablam! | Oct 21 21:52:13.659 INFO kablam! 12 | GUM_POINT_ENTER = 0, Oct 21 21:52:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.659 INFO kablam! Oct 21 21:52:13.660 INFO kablam! warning: variant `GUM_POINT_LEAVE` should have a camel case name such as `GumPointLeave` Oct 21 21:52:13.660 INFO kablam! --> src/gum/gum_invocation_context.rs:13:3 Oct 21 21:52:13.660 INFO kablam! | Oct 21 21:52:13.660 INFO kablam! 13 | GUM_POINT_LEAVE = 1 Oct 21 21:52:13.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.661 INFO kablam! Oct 21 21:52:13.809 INFO kablam! warning: variant is never constructed: `GUM_POINT_ENTER` Oct 21 21:52:13.809 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:25 Oct 21 21:52:13.809 INFO kablam! | Oct 21 21:52:13.809 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.810 INFO kablam! | Oct 21 21:52:13.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:52:13.811 INFO kablam! Oct 21 21:52:13.811 INFO kablam! warning: variant is never constructed: `GUM_POINT_LEAVE` Oct 21 21:52:13.811 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:46 Oct 21 21:52:13.812 INFO kablam! | Oct 21 21:52:13.812 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.812 INFO kablam! Oct 21 21:52:13.813 INFO kablam! warning: foreign function is never used: `gum_invocation_context_get_listener_thread_data` Oct 21 21:52:13.813 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:59:3 Oct 21 21:52:13.813 INFO kablam! | Oct 21 21:52:13.813 INFO kablam! 59 | / pub fn gum_invocation_context_get_listener_thread_data( Oct 21 21:52:13.814 INFO kablam! 60 | | context: *mut GumInvocationContext, Oct 21 21:52:13.814 INFO kablam! 61 | | required_size: usize //gsize Oct 21 21:52:13.814 INFO kablam! 62 | | ) -> *mut c_void; //gpointer; Oct 21 21:52:13.815 INFO kablam! | |___________________^ Oct 21 21:52:13.815 INFO kablam! Oct 21 21:52:13.815 INFO kablam! warning: foreign function is never used: `gum_invocation_context_get_listener_function_data` Oct 21 21:52:13.815 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:64:3 Oct 21 21:52:13.816 INFO kablam! | Oct 21 21:52:13.816 INFO kablam! 64 | / pub fn gum_invocation_context_get_listener_function_data( Oct 21 21:52:13.816 INFO kablam! 65 | | context: *mut GumInvocationContext Oct 21 21:52:13.816 INFO kablam! 66 | | ) -> *mut c_void; //gpointer; Oct 21 21:52:13.817 INFO kablam! | |___________________^ Oct 21 21:52:13.817 INFO kablam! Oct 21 21:52:13.817 INFO kablam! warning: foreign function is never used: `gum_interceptor_detach_listener` Oct 21 21:52:13.817 INFO kablam! --> src/gum/ffi/mod.rs:25:3 Oct 21 21:52:13.818 INFO kablam! | Oct 21 21:52:13.818 INFO kablam! 25 | / fn gum_interceptor_detach_listener(interceptor: *mut c_void, Oct 21 21:52:13.818 INFO kablam! 26 | | listener: *mut c_void); Oct 21 21:52:13.818 INFO kablam! | |____________________________________________________________^ Oct 21 21:52:13.819 INFO kablam! Oct 21 21:52:13.819 INFO kablam! warning: foreign function is never used: `g_object_unref` Oct 21 21:52:13.819 INFO kablam! --> src/gum/ffi/mod.rs:27:3 Oct 21 21:52:13.820 INFO kablam! | Oct 21 21:52:13.820 INFO kablam! 27 | fn g_object_unref(obj: *const c_void) -> (); Oct 21 21:52:13.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.820 INFO kablam! Oct 21 21:52:13.820 INFO kablam! warning: foreign function is never used: `gum_deinit_embedded` Oct 21 21:52:13.821 INFO kablam! --> src/gum/ffi/mod.rs:28:3 Oct 21 21:52:13.821 INFO kablam! | Oct 21 21:52:13.821 INFO kablam! 28 | fn gum_deinit_embedded() -> (); Oct 21 21:52:13.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.821 INFO kablam! Oct 21 21:52:13.821 INFO kablam! warning: method is never used: `get_listener_thread_data` Oct 21 21:52:13.821 INFO kablam! --> src/gum/gum_invocation_context.rs:85:3 Oct 21 21:52:13.822 INFO kablam! | Oct 21 21:52:13.822 INFO kablam! 85 | fn get_listener_thread_data(&self) -> *mut T { Oct 21 21:52:13.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.822 INFO kablam! Oct 21 21:52:13.822 INFO kablam! warning: method is never used: `get_listener_function_data` Oct 21 21:52:13.822 INFO kablam! --> src/gum/gum_invocation_context.rs:94:3 Oct 21 21:52:13.822 INFO kablam! | Oct 21 21:52:13.822 INFO kablam! 94 | fn get_listener_function_data(&self) -> *mut T { Oct 21 21:52:13.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.823 INFO kablam! Oct 21 21:52:13.823 INFO kablam! warning: foreign function is never used: `gum_interceptor_detach_listener` Oct 21 21:52:13.823 INFO kablam! --> src/lib.rs:51:3 Oct 21 21:52:13.823 INFO kablam! | Oct 21 21:52:13.823 INFO kablam! 51 | / fn gum_interceptor_detach_listener(interceptor: *mut c_void, Oct 21 21:52:13.823 INFO kablam! 52 | | listener: *mut c_void); Oct 21 21:52:13.823 INFO kablam! | |____________________________________________________________^ Oct 21 21:52:13.824 INFO kablam! Oct 21 21:52:13.824 INFO kablam! warning: foreign function is never used: `g_object_unref` Oct 21 21:52:13.824 INFO kablam! --> src/lib.rs:53:3 Oct 21 21:52:13.824 INFO kablam! | Oct 21 21:52:13.824 INFO kablam! 53 | fn g_object_unref(obj: *const c_void) -> (); Oct 21 21:52:13.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.825 INFO kablam! Oct 21 21:52:13.825 INFO kablam! warning: foreign function is never used: `gum_deinit_embedded` Oct 21 21:52:13.825 INFO kablam! --> src/lib.rs:54:3 Oct 21 21:52:13.825 INFO kablam! | Oct 21 21:52:13.825 INFO kablam! 54 | fn gum_deinit_embedded() -> (); Oct 21 21:52:13.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.825 INFO kablam! Oct 21 21:52:13.826 INFO kablam! warning: variant `GUM_POINT_ENTER` should have a camel case name such as `GumPointEnter` Oct 21 21:52:13.826 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:25 Oct 21 21:52:13.826 INFO kablam! | Oct 21 21:52:13.826 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.826 INFO kablam! | Oct 21 21:52:13.826 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 21:52:13.827 INFO kablam! Oct 21 21:52:13.827 INFO kablam! warning: variant `GUM_POINT_LEAVE` should have a camel case name such as `GumPointLeave` Oct 21 21:52:13.827 INFO kablam! --> src/gum/ffi/gum_invocation_context.rs:20:46 Oct 21 21:52:13.836 INFO kablam! | Oct 21 21:52:13.836 INFO kablam! 20 | pub enum _GumPointCut { GUM_POINT_ENTER = 0, GUM_POINT_LEAVE = 1, } Oct 21 21:52:13.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.836 INFO kablam! Oct 21 21:52:13.836 INFO kablam! warning: variant `GUM_POINT_ENTER` should have a camel case name such as `GumPointEnter` Oct 21 21:52:13.836 INFO kablam! --> src/gum/gum_invocation_context.rs:12:3 Oct 21 21:52:13.836 INFO kablam! | Oct 21 21:52:13.836 INFO kablam! 12 | GUM_POINT_ENTER = 0, Oct 21 21:52:13.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.836 INFO kablam! Oct 21 21:52:13.836 INFO kablam! warning: variant `GUM_POINT_LEAVE` should have a camel case name such as `GumPointLeave` Oct 21 21:52:13.836 INFO kablam! --> src/gum/gum_invocation_context.rs:13:3 Oct 21 21:52:13.836 INFO kablam! | Oct 21 21:52:13.836 INFO kablam! 13 | GUM_POINT_LEAVE = 1 Oct 21 21:52:13.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:52:13.836 INFO kablam! Oct 21 21:52:13.836 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.70s Oct 21 21:52:13.896 INFO kablam! su: No module specific data is present Oct 21 21:52:14.520 INFO running `"docker" "rm" "-f" "4fb26243c6200fdc4af57d6906f064f2536d7f3afbd9db75c799dacc45861ffd"` Oct 21 21:52:14.880 INFO blam! 4fb26243c6200fdc4af57d6906f064f2536d7f3afbd9db75c799dacc45861ffd