[INFO] cloning repository https://github.com/kgarrison343/chokhmah [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kgarrison343/chokhmah" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgarrison343%2Fchokhmah", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgarrison343%2Fchokhmah'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 501918c912f6376cb096d6de6f3bd5b410bec447 [INFO] testing kgarrison343/chokhmah against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgarrison343%2Fchokhmah" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kgarrison343/chokhmah on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kgarrison343/chokhmah [INFO] finished tweaking git repo https://github.com/kgarrison343/chokhmah [INFO] tweaked toml for git repo https://github.com/kgarrison343/chokhmah written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/kgarrison343/chokhmah already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94935a13de99e65d8d345788a8dbb0f801874c631e326034cd8dfc1bee18ea77 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "94935a13de99e65d8d345788a8dbb0f801874c631e326034cd8dfc1bee18ea77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94935a13de99e65d8d345788a8dbb0f801874c631e326034cd8dfc1bee18ea77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94935a13de99e65d8d345788a8dbb0f801874c631e326034cd8dfc1bee18ea77", kill_on_drop: false }` [INFO] [stdout] 94935a13de99e65d8d345788a8dbb0f801874c631e326034cd8dfc1bee18ea77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fa32b1b87d8253e4616c8591266446bb213cf3674f8acaf7a174de07c881a7b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0fa32b1b87d8253e4616c8591266446bb213cf3674f8acaf7a174de07c881a7b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling rustc-serialize v0.3.23 [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling linked-hash-map v0.4.1 [INFO] [stderr] Compiling data-encoding v1.2.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bufstream v0.1.2 [INFO] [stderr] Compiling scan_fmt v0.1.1 [INFO] [stderr] Compiling untrusted v0.3.2 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling separator v0.3.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling num_cpus v1.3.0 [INFO] [stderr] Compiling hostname v0.1.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling textnonce v0.4.1 [INFO] [stderr] Compiling ring v0.7.3 [INFO] [stderr] Compiling semver-parser v0.6.2 [INFO] [stderr] Compiling semver v0.5.1 [INFO] [stderr] Compiling bson v0.4.4 [INFO] [stderr] Compiling mongodb v0.2.3 [INFO] [stderr] Compiling chokhmah v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "0fa32b1b87d8253e4616c8591266446bb213cf3674f8acaf7a174de07c881a7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa32b1b87d8253e4616c8591266446bb213cf3674f8acaf7a174de07c881a7b", kill_on_drop: false }` [INFO] [stdout] 0fa32b1b87d8253e4616c8591266446bb213cf3674f8acaf7a174de07c881a7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b167b8f6404736c7660732f8dbd6d483719898b692336ff9c2be61ac7bc8c7a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3b167b8f6404736c7660732f8dbd6d483719898b692336ff9c2be61ac7bc8c7a", kill_on_drop: false }` [INFO] [stderr] Compiling chokhmah v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "3b167b8f6404736c7660732f8dbd6d483719898b692336ff9c2be61ac7bc8c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b167b8f6404736c7660732f8dbd6d483719898b692336ff9c2be61ac7bc8c7a", kill_on_drop: false }` [INFO] [stdout] 3b167b8f6404736c7660732f8dbd6d483719898b692336ff9c2be61ac7bc8c7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c35f4d8ea832c60b1608d192145a0bd2f5888de1eda5dd6648cee540392bc796 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c35f4d8ea832c60b1608d192145a0bd2f5888de1eda5dd6648cee540392bc796", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chokhmah-259e42ea87ffa10b [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test hashing::tests::generate_salt_test ... ok [INFO] [stdout] test hashing::tests::verify_with_salt_test ... ok [INFO] [stdout] test hashing::tests::verify_test ... ok [INFO] [stdout] test hashing::tests::hash_with_salt_test ... ok [INFO] [stdout] test hashing::tests::hash_test ... ok [INFO] [stdout] test hashing::tests::hash_test_salts_change_password_hash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c35f4d8ea832c60b1608d192145a0bd2f5888de1eda5dd6648cee540392bc796", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c35f4d8ea832c60b1608d192145a0bd2f5888de1eda5dd6648cee540392bc796", kill_on_drop: false }` [INFO] [stdout] c35f4d8ea832c60b1608d192145a0bd2f5888de1eda5dd6648cee540392bc796