Oct 31 19:10:27.542 INFO checking tsurai/rsm against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:10:27.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:10:27.986 INFO blam! fd24e376561c0c5e24d4cc59dbb6dd59c4fb5d4e1649cb2340660dac5a8957fb Oct 31 19:10:27.987 INFO running `"docker" "start" "-a" "fd24e376561c0c5e24d4cc59dbb6dd59c4fb5d4e1649cb2340660dac5a8957fb"` Oct 31 19:10:29.605 INFO kablam! usermod: no changes Oct 31 19:10:29.813 INFO kablam! Compiling proc-macro2 v0.4.13 Oct 31 19:10:29.813 INFO kablam! Compiling pkg-config v0.3.13 Oct 31 19:10:29.813 INFO kablam! Compiling cc v1.0.20 Oct 31 19:10:29.828 INFO kablam! Checking log v0.4.4 Oct 31 19:10:29.828 INFO kablam! Checking rand v0.3.22 Oct 31 19:10:30.557 INFO kablam! Checking uuid v0.1.18 Oct 31 19:10:31.896 INFO kablam! Checking mktemp v0.3.1 Oct 31 19:10:38.909 INFO kablam! Compiling sqlite3-src v0.2.10 Oct 31 19:10:38.909 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 31 19:10:41.173 INFO kablam! Compiling quote v0.6.8 Oct 31 19:10:42.190 INFO kablam! Checking sqlite3-sys v0.12.0 Oct 31 19:10:42.885 INFO kablam! Checking sqlite v0.23.9 Oct 31 19:10:44.289 INFO kablam! Compiling syn v0.14.9 Oct 31 19:10:44.903 INFO kablam! Checking backtrace v0.3.9 Oct 31 19:10:57.897 INFO kablam! Compiling synstructure v0.9.0 Oct 31 19:11:02.132 INFO kablam! Compiling failure_derive v0.1.2 Oct 31 19:11:04.666 INFO kablam! Checking failure v0.1.2 Oct 31 19:11:05.132 INFO kablam! Checking rsm v0.1.0 (/source) Oct 31 19:11:06.748 INFO kablam! warning: struct is never constructed: `UnknownMetaKey` Oct 31 19:11:06.748 INFO kablam! --> src/error.rs:13:1 Oct 31 19:11:06.748 INFO kablam! | Oct 31 19:11:06.748 INFO kablam! 13 | pub struct UnknownMetaKey; Oct 31 19:11:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.748 INFO kablam! | Oct 31 19:11:06.748 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:11:06.748 INFO kablam! Oct 31 19:11:06.748 INFO kablam! warning: function is never used: `get_metadata_value` Oct 31 19:11:06.748 INFO kablam! --> src/db.rs:481:1 Oct 31 19:11:06.748 INFO kablam! | Oct 31 19:11:06.748 INFO kablam! 481 | pub fn get_metadata_value(conn: &Connection, key: &str) -> Result { Oct 31 19:11:06.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.748 INFO kablam! Oct 31 19:11:06.748 INFO kablam! warning: function is never used: `set_metadata_value` Oct 31 19:11:06.748 INFO kablam! --> src/db.rs:501:1 Oct 31 19:11:06.748 INFO kablam! | Oct 31 19:11:06.748 INFO kablam! 501 | pub fn set_metadata_value(conn: &Connection, key: &str, value: &str) -> Result<(), Error> { Oct 31 19:11:06.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.749 INFO kablam! Oct 31 19:11:06.812 INFO kablam! warning: struct is never constructed: `UnknownMetaKey` Oct 31 19:11:06.812 INFO kablam! --> src/error.rs:13:1 Oct 31 19:11:06.812 INFO kablam! | Oct 31 19:11:06.812 INFO kablam! 13 | pub struct UnknownMetaKey; Oct 31 19:11:06.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.812 INFO kablam! | Oct 31 19:11:06.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:11:06.812 INFO kablam! Oct 31 19:11:06.812 INFO kablam! warning: function is never used: `get_metadata_value` Oct 31 19:11:06.812 INFO kablam! --> src/db.rs:481:1 Oct 31 19:11:06.812 INFO kablam! | Oct 31 19:11:06.812 INFO kablam! 481 | pub fn get_metadata_value(conn: &Connection, key: &str) -> Result { Oct 31 19:11:06.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.812 INFO kablam! Oct 31 19:11:06.812 INFO kablam! warning: function is never used: `set_metadata_value` Oct 31 19:11:06.812 INFO kablam! --> src/db.rs:501:1 Oct 31 19:11:06.812 INFO kablam! | Oct 31 19:11:06.812 INFO kablam! 501 | pub fn set_metadata_value(conn: &Connection, key: &str, value: &str) -> Result<(), Error> { Oct 31 19:11:06.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:11:06.813 INFO kablam! Oct 31 19:11:06.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.24s Oct 31 19:11:06.917 INFO kablam! su: No module specific data is present Oct 31 19:11:07.604 INFO running `"docker" "rm" "-f" "fd24e376561c0c5e24d4cc59dbb6dd59c4fb5d4e1649cb2340660dac5a8957fb"` Oct 31 19:11:07.953 INFO blam! fd24e376561c0c5e24d4cc59dbb6dd59c4fb5d4e1649cb2340660dac5a8957fb