Oct 14 17:42:39.311 INFO testing j-dong/tuRing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:42:39.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 17:42:39.755 INFO blam! e812a297444d0c1ef3f96b506bbca1c19da4cd42142a7be10c0153b234f3db43 Oct 14 17:42:39.763 INFO running `"docker" "start" "-a" "e812a297444d0c1ef3f96b506bbca1c19da4cd42142a7be10c0153b234f3db43"` Oct 14 17:42:40.711 INFO kablam! usermod: no changes Oct 14 17:42:40.759 INFO kablam! Compiling lazy_static v1.0.2 Oct 14 17:42:41.059 INFO kablam! Compiling ring v0.13.2 Oct 14 17:42:44.447 INFO kablam! Compiling turing-backend v0.1.0 (/source) Oct 14 17:42:44.818 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:8:1 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 14 17:42:44.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:10:1 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 14 17:42:44.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: variant is never constructed: `Public` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:55:5 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 55 | Public, Oct 14 17:42:44.818 INFO kablam! | ^^^^^^ Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: variant is never constructed: `Private` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:57:5 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 57 | Private, Oct 14 17:42:44.818 INFO kablam! | ^^^^^^^ Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: variant is never constructed: `Message` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:89:5 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 89 | / Message { Oct 14 17:42:44.818 INFO kablam! 90 | | /// Message text. Oct 14 17:42:44.818 INFO kablam! 91 | | message: String, Oct 14 17:42:44.818 INFO kablam! 92 | | }, Oct 14 17:42:44.818 INFO kablam! | |_____^ Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:94:5 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 94 | / DirectMessage { Oct 14 17:42:44.818 INFO kablam! 95 | | /// Message text. Oct 14 17:42:44.818 INFO kablam! 96 | | message: String, Oct 14 17:42:44.818 INFO kablam! 97 | | /// Recipient of this message. Oct 14 17:42:44.818 INFO kablam! 98 | | recipient: UserID, Oct 14 17:42:44.818 INFO kablam! 99 | | }, Oct 14 17:42:44.818 INFO kablam! | |_____^ Oct 14 17:42:44.818 INFO kablam! Oct 14 17:42:44.818 INFO kablam! warning: variant is never constructed: `Edit` Oct 14 17:42:44.818 INFO kablam! --> src/models.rs:101:5 Oct 14 17:42:44.818 INFO kablam! | Oct 14 17:42:44.818 INFO kablam! 101 | / Edit { Oct 14 17:42:44.818 INFO kablam! 102 | | /// New message text. Oct 14 17:42:44.818 INFO kablam! 103 | | new_message: String, Oct 14 17:42:44.819 INFO kablam! 104 | | /// Old message ID. Oct 14 17:42:44.819 INFO kablam! 105 | | edit_id: MessageID, Oct 14 17:42:44.819 INFO kablam! 106 | | }, Oct 14 17:42:44.819 INFO kablam! | |_____^ Oct 14 17:42:44.819 INFO kablam! Oct 14 17:42:44.819 INFO kablam! warning: variant is never constructed: `Join` Oct 14 17:42:44.819 INFO kablam! --> src/models.rs:108:5 Oct 14 17:42:44.819 INFO kablam! | Oct 14 17:42:44.819 INFO kablam! 108 | Join, Oct 14 17:42:44.819 INFO kablam! | ^^^^ Oct 14 17:42:44.819 INFO kablam! Oct 14 17:42:44.819 INFO kablam! warning: variant is never constructed: `Leave` Oct 14 17:42:44.819 INFO kablam! --> src/models.rs:110:5 Oct 14 17:42:44.819 INFO kablam! | Oct 14 17:42:44.819 INFO kablam! 110 | Leave, Oct 14 17:42:44.819 INFO kablam! | ^^^^^ Oct 14 17:42:44.819 INFO kablam! Oct 14 17:42:44.819 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 14 17:42:44.819 INFO kablam! --> src/models.rs:115:5 Oct 14 17:42:44.819 INFO kablam! | Oct 14 17:42:44.819 INFO kablam! 115 | IncorrectPassword Oct 14 17:42:44.819 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:42:44.819 INFO kablam! Oct 14 17:42:44.819 INFO kablam! warning: method is never used: `verify_password` Oct 14 17:42:44.819 INFO kablam! --> src/models.rs:120:5 Oct 14 17:42:44.819 INFO kablam! | Oct 14 17:42:44.819 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 14 17:42:44.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:44.819 INFO kablam! Oct 14 17:42:45.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.50s Oct 14 17:42:45.231 INFO kablam! su: No module specific data is present Oct 14 17:42:45.878 INFO running `"docker" "rm" "-f" "e812a297444d0c1ef3f96b506bbca1c19da4cd42142a7be10c0153b234f3db43"` Oct 14 17:42:46.207 INFO blam! e812a297444d0c1ef3f96b506bbca1c19da4cd42142a7be10c0153b234f3db43 Oct 14 17:42:46.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 17:42:46.804 INFO blam! 60730e68268d314925303ef5157f6bdde92674caea1ed30e54553a145e717ecb Oct 14 17:42:46.806 INFO running `"docker" "start" "-a" "60730e68268d314925303ef5157f6bdde92674caea1ed30e54553a145e717ecb"` Oct 14 17:42:48.059 INFO kablam! usermod: no changes Oct 14 17:42:48.151 INFO kablam! Compiling turing-backend v0.1.0 (/source) Oct 14 17:42:48.763 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:8:1 Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 14 17:42:48.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:42:48.763 INFO kablam! Oct 14 17:42:48.763 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:10:1 Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 14 17:42:48.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:48.763 INFO kablam! Oct 14 17:42:48.763 INFO kablam! warning: variant is never constructed: `Public` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:55:5 Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! 55 | Public, Oct 14 17:42:48.763 INFO kablam! | ^^^^^^ Oct 14 17:42:48.763 INFO kablam! Oct 14 17:42:48.763 INFO kablam! warning: variant is never constructed: `Private` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:57:5 Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! 57 | Private, Oct 14 17:42:48.763 INFO kablam! | ^^^^^^^ Oct 14 17:42:48.763 INFO kablam! Oct 14 17:42:48.763 INFO kablam! warning: variant is never constructed: `Message` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:89:5 Oct 14 17:42:48.763 INFO kablam! | Oct 14 17:42:48.763 INFO kablam! 89 | / Message { Oct 14 17:42:48.763 INFO kablam! 90 | | /// Message text. Oct 14 17:42:48.763 INFO kablam! 91 | | message: String, Oct 14 17:42:48.763 INFO kablam! 92 | | }, Oct 14 17:42:48.763 INFO kablam! | |_____^ Oct 14 17:42:48.763 INFO kablam! Oct 14 17:42:48.763 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 14 17:42:48.763 INFO kablam! --> src/models.rs:94:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 94 | / DirectMessage { Oct 14 17:42:48.764 INFO kablam! 95 | | /// Message text. Oct 14 17:42:48.764 INFO kablam! 96 | | message: String, Oct 14 17:42:48.764 INFO kablam! 97 | | /// Recipient of this message. Oct 14 17:42:48.764 INFO kablam! 98 | | recipient: UserID, Oct 14 17:42:48.764 INFO kablam! 99 | | }, Oct 14 17:42:48.764 INFO kablam! | |_____^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:48.764 INFO kablam! warning: variant is never constructed: `Edit` Oct 14 17:42:48.764 INFO kablam! --> src/models.rs:101:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 101 | / Edit { Oct 14 17:42:48.764 INFO kablam! 102 | | /// New message text. Oct 14 17:42:48.764 INFO kablam! 103 | | new_message: String, Oct 14 17:42:48.764 INFO kablam! 104 | | /// Old message ID. Oct 14 17:42:48.764 INFO kablam! 105 | | edit_id: MessageID, Oct 14 17:42:48.764 INFO kablam! 106 | | }, Oct 14 17:42:48.764 INFO kablam! | |_____^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:48.764 INFO kablam! warning: variant is never constructed: `Join` Oct 14 17:42:48.764 INFO kablam! --> src/models.rs:108:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 108 | Join, Oct 14 17:42:48.764 INFO kablam! | ^^^^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:48.764 INFO kablam! warning: variant is never constructed: `Leave` Oct 14 17:42:48.764 INFO kablam! --> src/models.rs:110:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 110 | Leave, Oct 14 17:42:48.764 INFO kablam! | ^^^^^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:48.764 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 14 17:42:48.764 INFO kablam! --> src/models.rs:115:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 115 | IncorrectPassword Oct 14 17:42:48.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:48.764 INFO kablam! warning: method is never used: `verify_password` Oct 14 17:42:48.764 INFO kablam! --> src/models.rs:120:5 Oct 14 17:42:48.764 INFO kablam! | Oct 14 17:42:48.764 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 14 17:42:48.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:42:48.764 INFO kablam! Oct 14 17:42:49.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 14 17:42:49.375 INFO kablam! su: No module specific data is present Oct 14 17:42:50.291 INFO running `"docker" "rm" "-f" "60730e68268d314925303ef5157f6bdde92674caea1ed30e54553a145e717ecb"` Oct 14 17:42:50.799 INFO blam! 60730e68268d314925303ef5157f6bdde92674caea1ed30e54553a145e717ecb Oct 14 17:42:50.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 17:42:51.362 INFO blam! c510056a8bfead2dcbd18d281c822ac4412c4654742fe278f30654a2643db914 Oct 14 17:42:51.364 INFO running `"docker" "start" "-a" "c510056a8bfead2dcbd18d281c822ac4412c4654742fe278f30654a2643db914"` Oct 14 17:42:52.982 INFO kablam! usermod: no changes Oct 14 17:42:53.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 17:42:53.040 INFO kablam! Running /target/debug/deps/turing_backend-34095e7210c6f27b Oct 14 17:42:53.044 INFO blam! Oct 14 17:42:53.045 INFO blam! running 0 tests Oct 14 17:42:53.045 INFO blam! Oct 14 17:42:53.045 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:42:53.045 INFO blam! Oct 14 17:42:53.046 INFO kablam! su: No module specific data is present Oct 14 17:42:53.851 INFO running `"docker" "rm" "-f" "c510056a8bfead2dcbd18d281c822ac4412c4654742fe278f30654a2643db914"` Oct 14 17:42:54.243 INFO blam! c510056a8bfead2dcbd18d281c822ac4412c4654742fe278f30654a2643db914