Nov 17 18:18:19.829 INFO testing websession-0.8.2 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 18:18:19.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 18:18:20.271 INFO [stdout] d642bd269f8cfc70113aa99db0885a7d9b27e432621d95f4c2318b36c382141d Nov 17 18:18:20.276 INFO running `"docker" "start" "-a" "d642bd269f8cfc70113aa99db0885a7d9b27e432621d95f4c2318b36c382141d"` Nov 17 18:18:22.290 INFO [stderr] usermod: no changes Nov 17 18:18:22.355 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 18:18:22.355 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 18:18:22.355 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 18:18:22.355 INFO [stderr] files will be included as a binary target: Nov 17 18:18:22.355 INFO [stderr] Nov 17 18:18:22.355 INFO [stderr] * /source/src/bin/simple.rs Nov 17 18:18:22.355 INFO [stderr] * /source/src/bin/emit_pwhashes.rs Nov 17 18:18:22.355 INFO [stderr] Nov 17 18:18:22.355 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 18:18:22.355 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 18:18:22.355 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 18:18:22.355 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 18:18:22.355 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 18:18:22.355 INFO [stderr] Nov 17 18:18:22.355 INFO [stderr] For more information on this warning you can consult Nov 17 18:18:22.355 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 18:18:22.475 INFO [stderr] Compiling rpassword v2.0.0 Nov 17 18:18:22.483 INFO [stderr] Compiling pwhash v0.2.0 Nov 17 18:18:25.209 INFO [stderr] Compiling websession v0.8.2 (/source) Nov 17 18:18:32.075 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.74s Nov 17 18:18:32.082 INFO [stderr] su: No module specific data is present Nov 17 18:18:32.823 INFO running `"docker" "inspect" "d642bd269f8cfc70113aa99db0885a7d9b27e432621d95f4c2318b36c382141d"` Nov 17 18:18:33.147 INFO running `"docker" "rm" "-f" "d642bd269f8cfc70113aa99db0885a7d9b27e432621d95f4c2318b36c382141d"` Nov 17 18:18:33.430 INFO [stdout] d642bd269f8cfc70113aa99db0885a7d9b27e432621d95f4c2318b36c382141d Nov 17 18:18:33.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 18:18:33.921 INFO [stdout] 8ca04d6a412e6f02309c08c46c839b4d22a36abbdb5f1380b12dbbeccaed3cb3 Nov 17 18:18:33.927 INFO running `"docker" "start" "-a" "8ca04d6a412e6f02309c08c46c839b4d22a36abbdb5f1380b12dbbeccaed3cb3"` Nov 17 18:18:36.006 INFO [stderr] usermod: no changes Nov 17 18:18:36.063 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 18:18:36.063 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 18:18:36.063 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 18:18:36.063 INFO [stderr] files will be included as a binary target: Nov 17 18:18:36.063 INFO [stderr] Nov 17 18:18:36.063 INFO [stderr] * /source/src/bin/simple.rs Nov 17 18:18:36.063 INFO [stderr] * /source/src/bin/emit_pwhashes.rs Nov 17 18:18:36.063 INFO [stderr] Nov 17 18:18:36.063 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 18:18:36.063 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 18:18:36.063 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 18:18:36.063 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 18:18:36.063 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 18:18:36.063 INFO [stderr] Nov 17 18:18:36.063 INFO [stderr] For more information on this warning you can consult Nov 17 18:18:36.063 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 18:18:36.185 INFO [stderr] Compiling websession v0.8.2 (/source) Nov 17 18:18:41.620 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.59s Nov 17 18:18:41.635 INFO [stderr] su: No module specific data is present Nov 17 18:18:43.539 INFO running `"docker" "inspect" "8ca04d6a412e6f02309c08c46c839b4d22a36abbdb5f1380b12dbbeccaed3cb3"` Nov 17 18:18:43.809 INFO running `"docker" "rm" "-f" "8ca04d6a412e6f02309c08c46c839b4d22a36abbdb5f1380b12dbbeccaed3cb3"` Nov 17 18:18:44.095 INFO [stdout] 8ca04d6a412e6f02309c08c46c839b4d22a36abbdb5f1380b12dbbeccaed3cb3 Nov 17 18:18:44.101 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 18:18:44.619 INFO [stdout] ff33ff66df58ea2a455b936c2f2e79e4565326ee99d2c66ed803a181bfd2178e Nov 17 18:18:44.625 INFO running `"docker" "start" "-a" "ff33ff66df58ea2a455b936c2f2e79e4565326ee99d2c66ed803a181bfd2178e"` Nov 17 18:18:45.567 INFO [stderr] usermod: no changes Nov 17 18:18:45.602 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 18:18:45.602 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 18:18:45.602 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 18:18:45.602 INFO [stderr] files will be included as a binary target: Nov 17 18:18:45.602 INFO [stderr] Nov 17 18:18:45.602 INFO [stderr] * /source/src/bin/simple.rs Nov 17 18:18:45.602 INFO [stderr] * /source/src/bin/emit_pwhashes.rs Nov 17 18:18:45.602 INFO [stderr] Nov 17 18:18:45.602 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 18:18:45.602 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 18:18:45.602 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 18:18:45.602 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 18:18:45.602 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 18:18:45.602 INFO [stderr] Nov 17 18:18:45.602 INFO [stderr] For more information on this warning you can consult Nov 17 18:18:45.602 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 18:18:45.671 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s Nov 17 18:18:45.684 INFO [stdout] Nov 17 18:18:45.685 INFO [stdout] running 14 tests Nov 17 18:18:45.685 INFO [stderr] Running /target/debug/deps/websession-eeb7dd66ba5930bb Nov 17 18:18:46.371 INFO [stdout] test backingstore::test::fbs_check_newline ... ok Nov 17 18:18:46.463 INFO [stdout] test backingstore::test::fbs_can_locked_login ... ok Nov 17 18:18:46.527 INFO [stdout] test backingstore::test::fbs_create_user_plain ... ok Nov 17 18:18:46.607 INFO [stdout] test backingstore::test::fbs_colons_in_usernames ... ok Nov 17 18:18:46.631 INFO [stdout] test backingstore::test::fbs_check_user ... ok Nov 17 18:18:46.975 INFO [stdout] test backingstore::test::fbs_unicrud ... ok Nov 17 18:18:47.330 INFO [stdout] test backingstore::test::mbs_check_newline2 ... ok Nov 17 18:18:47.375 INFO [stdout] test backingstore::test::mbs_check_newline1 ... ok Nov 17 18:18:47.399 INFO [stdout] test backingstore::test::mbs_colons_in_usernames ... ok Nov 17 18:18:47.447 INFO [stdout] test backingstore::test::mbs_check_newline3 ... ok Nov 17 18:18:47.463 INFO [stdout] test backingstore::test::mbs_check_user ... ok Nov 17 18:18:47.559 INFO [stdout] test backingstore::test::mbs_create_user_plain ... ok Nov 17 18:18:47.619 INFO [stdout] test backingstore::test::mbs_can_locked_login ... ok Nov 17 18:18:48.979 INFO [stdout] test backingstore::test::fbs_fuzz_users ... ok Nov 17 18:18:48.979 INFO [stdout] Nov 17 18:18:48.979 INFO [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 18:18:48.979 INFO [stdout] Nov 17 18:18:48.980 INFO [stderr] Running /target/debug/deps/ws_mgr-78d6d869da82765b Nov 17 18:18:48.985 INFO [stdout] Nov 17 18:18:48.985 INFO [stdout] running 0 tests Nov 17 18:18:48.985 INFO [stdout] Nov 17 18:18:48.985 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 18:18:48.985 INFO [stdout] Nov 17 18:18:48.986 INFO [stderr] Doc-tests websession Nov 17 18:18:50.027 INFO [stdout] Nov 17 18:18:50.027 INFO [stdout] running 0 tests Nov 17 18:18:50.027 INFO [stdout] Nov 17 18:18:50.027 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 18:18:50.027 INFO [stdout] Nov 17 18:18:50.044 INFO [stderr] su: No module specific data is present Nov 17 18:18:51.165 INFO running `"docker" "inspect" "ff33ff66df58ea2a455b936c2f2e79e4565326ee99d2c66ed803a181bfd2178e"` Nov 17 18:18:51.489 INFO running `"docker" "rm" "-f" "ff33ff66df58ea2a455b936c2f2e79e4565326ee99d2c66ed803a181bfd2178e"` Nov 17 18:18:51.787 INFO [stdout] ff33ff66df58ea2a455b936c2f2e79e4565326ee99d2c66ed803a181bfd2178e