Oct 27 03:08:33.380 INFO checking jamwaffles/organisations-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:08:33.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 03:08:33.800 INFO blam! 5b90cb821d9dc97c1f5dc4f4493f140e0eb15eacdf911ecf0cc7962462d43a7b Oct 27 03:08:33.806 INFO running `"docker" "start" "-a" "5b90cb821d9dc97c1f5dc4f4493f140e0eb15eacdf911ecf0cc7962462d43a7b"` Oct 27 03:08:35.031 INFO kablam! usermod: no changes Oct 27 03:08:35.434 INFO kablam! Compiling actix-web v0.7.2 Oct 27 03:08:35.515 INFO kablam! Checking r2d2 v0.8.2 Oct 27 03:08:35.517 INFO kablam! Checking http v0.1.8 Oct 27 03:08:35.517 INFO kablam! Compiling syn v0.14.5 Oct 27 03:08:35.518 INFO kablam! Compiling phf_shared v0.7.21 Oct 27 03:08:35.518 INFO kablam! Compiling rayon-core v1.4.1 Oct 27 03:08:35.519 INFO kablam! Checking cookie v0.11.0 Oct 27 03:08:38.980 INFO kablam! Checking hmac v0.5.0 Oct 27 03:08:39.142 INFO kablam! Checking sha2 v0.7.1 Oct 27 03:08:40.053 INFO kablam! Checking tokio-signal v0.2.1 Oct 27 03:08:40.123 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 03:08:40.801 INFO kablam! Checking phf v0.7.21 Oct 27 03:08:42.857 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 27 03:08:42.921 INFO kablam! Checking postgres-protocol v0.3.2 Oct 27 03:08:44.059 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 03:08:47.267 INFO kablam! Compiling rayon v0.8.2 Oct 27 03:08:48.020 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 27 03:08:51.871 INFO kablam! Checking postgres-shared v0.4.1 Oct 27 03:09:00.868 INFO kablam! Checking h2 v0.1.10 Oct 27 03:09:03.699 INFO kablam! Compiling ring v0.12.1 Oct 27 03:09:04.439 INFO kablam! Checking postgres v0.15.2 Oct 27 03:09:04.534 INFO kablam! Checking trust-dns-resolver v0.9.0 Oct 27 03:09:13.235 INFO kablam! Checking r2d2_postgres v0.14.0 Oct 27 03:09:24.765 INFO kablam! Compiling actix_derive v0.3.0 Oct 27 03:09:24.765 INFO kablam! Compiling serde_derive v1.0.70 Oct 27 03:09:32.890 INFO kablam! Checking actix v0.7.2 Oct 27 03:09:42.620 INFO kablam! Checking jsonwebtoken v4.0.1 Oct 27 03:09:51.371 INFO kablam! Checking organisations v0.1.0 (/source) Oct 27 03:10:00.758 INFO kablam! warning: function is never used: `hydrate` Oct 27 03:10:00.758 INFO kablam! --> src/aggregators/get_invite.rs:31:1 Oct 27 03:10:00.758 INFO kablam! | Oct 27 03:10:00.758 INFO kablam! 31 | pub fn hydrate(events: &Vec) -> Membership { Oct 27 03:10:00.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:00.758 INFO kablam! | Oct 27 03:10:00.758 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:10:00.758 INFO kablam! Oct 27 03:10:00.758 INFO kablam! warning: struct is never constructed: `GetOrganisationMembersSuccess` Oct 27 03:10:00.758 INFO kablam! --> src/responses.rs:33:1 Oct 27 03:10:00.758 INFO kablam! | Oct 27 03:10:00.758 INFO kablam! 33 | pub struct GetOrganisationMembersSuccess { Oct 27 03:10:00.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:00.758 INFO kablam! Oct 27 03:10:00.758 INFO kablam! warning: method is never used: `new` Oct 27 03:10:00.758 INFO kablam! --> src/responses.rs:38:5 Oct 27 03:10:00.758 INFO kablam! | Oct 27 03:10:00.758 INFO kablam! 38 | pub fn new(users: Vec) -> Self { Oct 27 03:10:00.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:00.759 INFO kablam! Oct 27 03:10:01.075 INFO kablam! warning: function is never used: `hydrate` Oct 27 03:10:01.075 INFO kablam! --> src/aggregators/get_invite.rs:31:1 Oct 27 03:10:01.076 INFO kablam! | Oct 27 03:10:01.076 INFO kablam! 31 | pub fn hydrate(events: &Vec) -> Membership { Oct 27 03:10:01.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:01.077 INFO kablam! | Oct 27 03:10:01.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:10:01.077 INFO kablam! Oct 27 03:10:01.078 INFO kablam! warning: struct is never constructed: `GetOrganisationMembersSuccess` Oct 27 03:10:01.078 INFO kablam! --> src/responses.rs:33:1 Oct 27 03:10:01.078 INFO kablam! | Oct 27 03:10:01.079 INFO kablam! 33 | pub struct GetOrganisationMembersSuccess { Oct 27 03:10:01.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:01.079 INFO kablam! Oct 27 03:10:01.080 INFO kablam! warning: method is never used: `new` Oct 27 03:10:01.080 INFO kablam! --> src/responses.rs:38:5 Oct 27 03:10:01.080 INFO kablam! | Oct 27 03:10:01.080 INFO kablam! 38 | pub fn new(users: Vec) -> Self { Oct 27 03:10:01.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:10:01.081 INFO kablam! Oct 27 03:10:01.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 27 03:10:01.151 INFO kablam! su: No module specific data is present Oct 27 03:10:01.859 INFO running `"docker" "rm" "-f" "5b90cb821d9dc97c1f5dc4f4493f140e0eb15eacdf911ecf0cc7962462d43a7b"` Oct 27 03:10:02.219 INFO blam! 5b90cb821d9dc97c1f5dc4f4493f140e0eb15eacdf911ecf0cc7962462d43a7b