Oct 21 17:01:30.577 INFO checking jamwaffles/organisations-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:01:30.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:01:31.012 INFO blam! 16290b3d5a0e84c6beeeb0ecd0790e6fd98b2a15fedd3b4601d47fb15cb6d98e Oct 21 17:01:31.020 INFO running `"docker" "start" "-a" "16290b3d5a0e84c6beeeb0ecd0790e6fd98b2a15fedd3b4601d47fb15cb6d98e"` Oct 21 17:01:32.188 INFO kablam! usermod: no changes Oct 21 17:01:32.622 INFO kablam! Compiling lazy_static v1.0.2 Oct 21 17:01:32.629 INFO kablam! Checking fallible-iterator v0.1.5 Oct 21 17:01:32.631 INFO kablam! Checking error-chain v0.11.0 Oct 21 17:01:32.635 INFO kablam! Compiling actix-web v0.7.2 Oct 21 17:01:32.647 INFO kablam! Checking stringprep v0.1.2 Oct 21 17:01:32.648 INFO kablam! Checking r2d2 v0.8.2 Oct 21 17:01:32.680 INFO kablam! Checking tokio-io v0.1.7 Oct 21 17:01:32.683 INFO kablam! Checking uuid v0.6.5 Oct 21 17:01:34.225 INFO kablam! Compiling phf_shared v0.7.21 Oct 21 17:01:35.776 INFO kablam! Checking cookie v0.11.0 Oct 21 17:01:35.869 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 21 17:01:36.497 INFO kablam! Checking chrono v0.4.5 Oct 21 17:01:36.656 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 17:01:37.026 INFO kablam! Checking postgres-protocol v0.3.2 Oct 21 17:01:37.569 INFO kablam! Checking phf v0.7.21 Oct 21 17:01:38.424 INFO kablam! Checking tokio-reactor v0.1.2 Oct 21 17:01:38.424 INFO kablam! Checking tokio-codec v0.1.0 Oct 21 17:01:39.766 INFO kablam! Checking tokio-fs v0.1.2 Oct 21 17:01:40.224 INFO kablam! Checking h2 v0.1.10 Oct 21 17:01:42.893 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 17:01:42.973 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 21 17:01:43.256 INFO kablam! Checking tokio-udp v0.1.1 Oct 21 17:01:43.256 INFO kablam! Checking tokio-tcp v0.1.0 Oct 21 17:01:44.409 INFO kablam! Checking tokio-signal v0.2.1 Oct 21 17:01:45.544 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 21 17:01:45.822 INFO kablam! Checking postgres-shared v0.4.1 Oct 21 17:01:46.344 INFO kablam! Compiling rayon-core v1.4.1 Oct 21 17:01:47.960 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 21 17:01:47.960 INFO kablam! Checking tokio v0.1.7 Oct 21 17:01:53.901 INFO kablam! Compiling rayon v0.8.2 Oct 21 17:01:54.016 INFO kablam! Checking postgres v0.15.2 Oct 21 17:01:57.304 INFO kablam! Checking trust-dns-resolver v0.9.0 Oct 21 17:01:57.825 INFO kablam! Checking r2d2_postgres v0.14.0 Oct 21 17:01:57.948 INFO kablam! Compiling ring v0.12.1 Oct 21 17:02:02.797 INFO kablam! Checking actix v0.7.2 Oct 21 17:02:05.854 INFO kablam! Checking jsonwebtoken v4.0.1 Oct 21 17:02:20.912 INFO kablam! Checking organisations v0.1.0 (/source) Oct 21 17:02:28.320 INFO kablam! warning: function is never used: `hydrate` Oct 21 17:02:28.320 INFO kablam! --> src/aggregators/get_invite.rs:31:1 Oct 21 17:02:28.320 INFO kablam! | Oct 21 17:02:28.320 INFO kablam! 31 | pub fn hydrate(events: &Vec) -> Membership { Oct 21 17:02:28.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.320 INFO kablam! | Oct 21 17:02:28.321 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:02:28.321 INFO kablam! Oct 21 17:02:28.321 INFO kablam! warning: struct is never constructed: `GetOrganisationMembersSuccess` Oct 21 17:02:28.321 INFO kablam! --> src/responses.rs:33:1 Oct 21 17:02:28.321 INFO kablam! | Oct 21 17:02:28.321 INFO kablam! 33 | pub struct GetOrganisationMembersSuccess { Oct 21 17:02:28.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.321 INFO kablam! Oct 21 17:02:28.321 INFO kablam! warning: method is never used: `new` Oct 21 17:02:28.321 INFO kablam! --> src/responses.rs:38:5 Oct 21 17:02:28.321 INFO kablam! | Oct 21 17:02:28.321 INFO kablam! 38 | pub fn new(users: Vec) -> Self { Oct 21 17:02:28.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.321 INFO kablam! Oct 21 17:02:28.400 INFO kablam! warning: function is never used: `hydrate` Oct 21 17:02:28.400 INFO kablam! --> src/aggregators/get_invite.rs:31:1 Oct 21 17:02:28.400 INFO kablam! | Oct 21 17:02:28.400 INFO kablam! 31 | pub fn hydrate(events: &Vec) -> Membership { Oct 21 17:02:28.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.400 INFO kablam! | Oct 21 17:02:28.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:02:28.401 INFO kablam! Oct 21 17:02:28.401 INFO kablam! warning: struct is never constructed: `GetOrganisationMembersSuccess` Oct 21 17:02:28.401 INFO kablam! --> src/responses.rs:33:1 Oct 21 17:02:28.401 INFO kablam! | Oct 21 17:02:28.401 INFO kablam! 33 | pub struct GetOrganisationMembersSuccess { Oct 21 17:02:28.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.401 INFO kablam! Oct 21 17:02:28.401 INFO kablam! warning: method is never used: `new` Oct 21 17:02:28.401 INFO kablam! --> src/responses.rs:38:5 Oct 21 17:02:28.401 INFO kablam! | Oct 21 17:02:28.401 INFO kablam! 38 | pub fn new(users: Vec) -> Self { Oct 21 17:02:28.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:02:28.401 INFO kablam! Oct 21 17:02:28.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.33s Oct 21 17:02:28.568 INFO kablam! su: No module specific data is present Oct 21 17:02:29.316 INFO running `"docker" "rm" "-f" "16290b3d5a0e84c6beeeb0ecd0790e6fd98b2a15fedd3b4601d47fb15cb6d98e"` Oct 21 17:02:29.536 INFO blam! 16290b3d5a0e84c6beeeb0ecd0790e6fd98b2a15fedd3b4601d47fb15cb6d98e