Oct 16 17:33:42.529 INFO testing atadb-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:33:42.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 17:33:43.014 INFO blam! 1874c144fde6d20557847dd5bc41dc4c09a40b053ca434b5ef2e7d91fe684211 Oct 16 17:33:43.016 INFO running `"docker" "start" "-a" "1874c144fde6d20557847dd5bc41dc4c09a40b053ca434b5ef2e7d91fe684211"` Oct 16 17:33:44.607 INFO kablam! usermod: no changes Oct 16 17:33:44.735 INFO kablam! Compiling atadb v0.1.0 (/source) Oct 16 17:33:45.987 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 17:33:45.987 INFO kablam! --> src/util/envpath.rs:29:11 Oct 16 17:33:45.987 INFO kablam! | Oct 16 17:33:45.987 INFO kablam! 29 | match env::home_dir() { Oct 16 17:33:45.987 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 17:33:45.987 INFO kablam! | Oct 16 17:33:45.987 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:33:45.987 INFO kablam! Oct 16 17:33:46.327 INFO kablam! warning: unused variable: `txt` Oct 16 17:33:46.328 INFO kablam! --> src/util/hash.rs:8:18 Oct 16 17:33:46.328 INFO kablam! | Oct 16 17:33:46.328 INFO kablam! 8 | pub fn hash_utf8(txt: &str) -> u64 { Oct 16 17:33:46.329 INFO kablam! | ^^^ help: consider using `_txt` instead Oct 16 17:33:46.329 INFO kablam! | Oct 16 17:33:46.329 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:46.330 INFO kablam! Oct 16 17:33:46.330 INFO kablam! warning: unused variable: `bin` Oct 16 17:33:46.330 INFO kablam! --> src/util/hash.rs:15:17 Oct 16 17:33:46.331 INFO kablam! | Oct 16 17:33:46.331 INFO kablam! 15 | pub fn hash_bin(bin: &Vec) -> u64 { Oct 16 17:33:46.331 INFO kablam! | ^^^ help: consider using `_bin` instead Oct 16 17:33:46.332 INFO kablam! Oct 16 17:33:46.332 INFO kablam! warning: unused variable: `bytes` Oct 16 17:33:46.332 INFO kablam! --> src/util/hash.rs:24:17 Oct 16 17:33:46.333 INFO kablam! | Oct 16 17:33:46.333 INFO kablam! 24 | fn bytes_to_u64(bytes: &[u8; 8]) -> u64 { Oct 16 17:33:46.333 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 16 17:33:46.334 INFO kablam! Oct 16 17:33:46.427 INFO kablam! warning: field is never used: `dir` Oct 16 17:33:46.428 INFO kablam! --> src/control/database.rs:8:5 Oct 16 17:33:46.428 INFO kablam! | Oct 16 17:33:46.428 INFO kablam! 8 | dir: PathBuf, Oct 16 17:33:46.429 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:33:46.429 INFO kablam! | Oct 16 17:33:46.429 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:46.430 INFO kablam! Oct 16 17:33:46.430 INFO kablam! warning: field is never used: `config` Oct 16 17:33:46.430 INFO kablam! --> src/control/database.rs:9:5 Oct 16 17:33:46.431 INFO kablam! | Oct 16 17:33:46.431 INFO kablam! 9 | config: DBConfig, Oct 16 17:33:46.431 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:33:46.432 INFO kablam! Oct 16 17:33:46.432 INFO kablam! warning: field is never used: `schema` Oct 16 17:33:46.432 INFO kablam! --> src/control/database.rs:10:5 Oct 16 17:33:46.433 INFO kablam! | Oct 16 17:33:46.433 INFO kablam! 10 | schema: Schema, Oct 16 17:33:46.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 17:33:46.434 INFO kablam! Oct 16 17:33:46.434 INFO kablam! warning: field is never used: `users` Oct 16 17:33:46.434 INFO kablam! --> src/control/database.rs:11:5 Oct 16 17:33:46.434 INFO kablam! | Oct 16 17:33:46.435 INFO kablam! 11 | users: Vec, Oct 16 17:33:46.435 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:33:46.435 INFO kablam! Oct 16 17:33:46.436 INFO kablam! warning: field is never used: `salt` Oct 16 17:33:46.436 INFO kablam! --> src/control/dbconfig.rs:4:5 Oct 16 17:33:46.436 INFO kablam! | Oct 16 17:33:46.437 INFO kablam! 4 | salt: Vec, Oct 16 17:33:46.437 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 17:33:46.437 INFO kablam! Oct 16 17:33:46.437 INFO kablam! warning: constant item is never used: `APP_INFO` Oct 16 17:33:46.438 INFO kablam! --> src/util/envpath.rs:6:1 Oct 16 17:33:46.438 INFO kablam! | Oct 16 17:33:46.438 INFO kablam! 6 | / const APP_INFO: AppInfo = AppInfo { Oct 16 17:33:46.439 INFO kablam! 7 | | name: "atadb", Oct 16 17:33:46.439 INFO kablam! 8 | | author: "atadb", Oct 16 17:33:46.439 INFO kablam! 9 | | }; Oct 16 17:33:46.440 INFO kablam! | |__^ Oct 16 17:33:46.440 INFO kablam! Oct 16 17:33:46.440 INFO kablam! warning: function is never used: `bytes_to_u64` Oct 16 17:33:46.440 INFO kablam! --> src/util/hash.rs:24:1 Oct 16 17:33:46.441 INFO kablam! | Oct 16 17:33:46.441 INFO kablam! 24 | fn bytes_to_u64(bytes: &[u8; 8]) -> u64 { Oct 16 17:33:46.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:46.442 INFO kablam! Oct 16 17:33:49.684 INFO kablam! warning: unused import: `atadb::auth::user::User` Oct 16 17:33:49.685 INFO kablam! --> src/main.rs:3:5 Oct 16 17:33:49.685 INFO kablam! | Oct 16 17:33:49.686 INFO kablam! 3 | use atadb::auth::user::User; Oct 16 17:33:49.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:49.687 INFO kablam! | Oct 16 17:33:49.688 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:49.688 INFO kablam! Oct 16 17:33:50.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.67s Oct 16 17:33:50.311 INFO kablam! su: No module specific data is present Oct 16 17:33:50.963 INFO running `"docker" "rm" "-f" "1874c144fde6d20557847dd5bc41dc4c09a40b053ca434b5ef2e7d91fe684211"` Oct 16 17:33:51.229 INFO blam! 1874c144fde6d20557847dd5bc41dc4c09a40b053ca434b5ef2e7d91fe684211 Oct 16 17:33:51.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 17:33:51.640 INFO blam! 768ea0d49cb93e88addef44f18c2a8d8224cb29476daeb61c84b840523ff8a77 Oct 16 17:33:51.645 INFO running `"docker" "start" "-a" "768ea0d49cb93e88addef44f18c2a8d8224cb29476daeb61c84b840523ff8a77"` Oct 16 17:33:52.639 INFO kablam! usermod: no changes Oct 16 17:33:52.701 INFO kablam! Compiling atadb v0.1.0 (/source) Oct 16 17:33:54.043 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 17:33:54.043 INFO kablam! --> src/util/envpath.rs:29:11 Oct 16 17:33:54.043 INFO kablam! | Oct 16 17:33:54.043 INFO kablam! 29 | match env::home_dir() { Oct 16 17:33:54.043 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 17:33:54.043 INFO kablam! | Oct 16 17:33:54.043 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:33:54.043 INFO kablam! Oct 16 17:33:54.359 INFO kablam! warning: unused variable: `txt` Oct 16 17:33:54.359 INFO kablam! --> src/util/hash.rs:8:18 Oct 16 17:33:54.359 INFO kablam! | Oct 16 17:33:54.359 INFO kablam! 8 | pub fn hash_utf8(txt: &str) -> u64 { Oct 16 17:33:54.359 INFO kablam! | ^^^ help: consider using `_txt` instead Oct 16 17:33:54.359 INFO kablam! | Oct 16 17:33:54.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:54.359 INFO kablam! Oct 16 17:33:54.359 INFO kablam! warning: unused variable: `bin` Oct 16 17:33:54.359 INFO kablam! --> src/util/hash.rs:15:17 Oct 16 17:33:54.359 INFO kablam! | Oct 16 17:33:54.359 INFO kablam! 15 | pub fn hash_bin(bin: &Vec) -> u64 { Oct 16 17:33:54.359 INFO kablam! | ^^^ help: consider using `_bin` instead Oct 16 17:33:54.359 INFO kablam! Oct 16 17:33:54.359 INFO kablam! warning: unused variable: `bytes` Oct 16 17:33:54.359 INFO kablam! --> src/util/hash.rs:24:17 Oct 16 17:33:54.359 INFO kablam! | Oct 16 17:33:54.359 INFO kablam! 24 | fn bytes_to_u64(bytes: &[u8; 8]) -> u64 { Oct 16 17:33:54.359 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 16 17:33:54.359 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: field is never used: `dir` Oct 16 17:33:54.467 INFO kablam! --> src/control/database.rs:8:5 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 8 | dir: PathBuf, Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: field is never used: `config` Oct 16 17:33:54.467 INFO kablam! --> src/control/database.rs:9:5 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 9 | config: DBConfig, Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: field is never used: `schema` Oct 16 17:33:54.467 INFO kablam! --> src/control/database.rs:10:5 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 10 | schema: Schema, Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: field is never used: `users` Oct 16 17:33:54.467 INFO kablam! --> src/control/database.rs:11:5 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 11 | users: Vec, Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: field is never used: `salt` Oct 16 17:33:54.467 INFO kablam! --> src/control/dbconfig.rs:4:5 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 4 | salt: Vec, Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: constant item is never used: `APP_INFO` Oct 16 17:33:54.467 INFO kablam! --> src/util/envpath.rs:6:1 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 6 | / const APP_INFO: AppInfo = AppInfo { Oct 16 17:33:54.467 INFO kablam! 7 | | name: "atadb", Oct 16 17:33:54.467 INFO kablam! 8 | | author: "atadb", Oct 16 17:33:54.467 INFO kablam! 9 | | }; Oct 16 17:33:54.467 INFO kablam! | |__^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.467 INFO kablam! warning: function is never used: `bytes_to_u64` Oct 16 17:33:54.467 INFO kablam! --> src/util/hash.rs:24:1 Oct 16 17:33:54.467 INFO kablam! | Oct 16 17:33:54.467 INFO kablam! 24 | fn bytes_to_u64(bytes: &[u8; 8]) -> u64 { Oct 16 17:33:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:54.467 INFO kablam! Oct 16 17:33:54.939 INFO kablam! warning: unused import: `atadb::auth::user::User` Oct 16 17:33:54.939 INFO kablam! --> src/main.rs:3:5 Oct 16 17:33:54.939 INFO kablam! | Oct 16 17:33:54.939 INFO kablam! 3 | use atadb::auth::user::User; Oct 16 17:33:54.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:54.939 INFO kablam! | Oct 16 17:33:54.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:54.939 INFO kablam! Oct 16 17:33:55.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 16 17:33:55.482 INFO kablam! su: No module specific data is present Oct 16 17:33:56.305 INFO running `"docker" "rm" "-f" "768ea0d49cb93e88addef44f18c2a8d8224cb29476daeb61c84b840523ff8a77"` Oct 16 17:33:56.543 INFO blam! 768ea0d49cb93e88addef44f18c2a8d8224cb29476daeb61c84b840523ff8a77 Oct 16 17:33:56.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 17:33:56.878 INFO blam! fa69514e3627c5a5e1da00b09324e55f0aa2eb2dc3661f69b1cf0bde114a18c5 Oct 16 17:33:56.883 INFO running `"docker" "start" "-a" "fa69514e3627c5a5e1da00b09324e55f0aa2eb2dc3661f69b1cf0bde114a18c5"` Oct 16 17:33:57.755 INFO kablam! usermod: no changes Oct 16 17:33:57.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 17:33:57.835 INFO kablam! Running /target/debug/deps/atadb-a2ebcb9142eb2583 Oct 16 17:33:57.839 INFO kablam! Running /target/debug/deps/atadb-2a57d4df3956711f Oct 16 17:33:57.839 INFO blam! Oct 16 17:33:57.839 INFO blam! running 0 tests Oct 16 17:33:57.839 INFO blam! Oct 16 17:33:57.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:57.839 INFO blam! Oct 16 17:33:57.843 INFO blam! Oct 16 17:33:57.843 INFO blam! running 0 tests Oct 16 17:33:57.843 INFO blam! Oct 16 17:33:57.843 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:57.843 INFO blam! Oct 16 17:33:57.843 INFO kablam! Doc-tests atadb Oct 16 17:33:59.617 INFO blam! Oct 16 17:33:59.618 INFO blam! running 0 tests Oct 16 17:33:59.620 INFO blam! Oct 16 17:33:59.620 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:59.620 INFO blam! Oct 16 17:33:59.629 INFO kablam! su: No module specific data is present Oct 16 17:34:00.403 INFO running `"docker" "rm" "-f" "fa69514e3627c5a5e1da00b09324e55f0aa2eb2dc3661f69b1cf0bde114a18c5"` Oct 16 17:34:00.679 INFO blam! fa69514e3627c5a5e1da00b09324e55f0aa2eb2dc3661f69b1cf0bde114a18c5