[INFO] cloning repository https://github.com/Firaenix/password-filter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Firaenix/password-filter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFiraenix%2Fpassword-filter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFiraenix%2Fpassword-filter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 26d98337dec1386d24fd548e2a1d033070d352ec [INFO] testing Firaenix/password-filter against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFiraenix%2Fpassword-filter" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Firaenix/password-filter on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Firaenix/password-filter [INFO] finished tweaking git repo https://github.com/Firaenix/password-filter [INFO] tweaked toml for git repo https://github.com/Firaenix/password-filter written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Firaenix/password-filter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/bsvwasm/wasm-bindgen` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zeroize v1.5.0 [INFO] [stderr] Downloaded dialoguer v0.9.0 [INFO] [stderr] Downloaded xorf v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86242a4c60207c5cac1828ef1ce900bec09ee8e0d909ad59698261b4c2175cdf [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" "86242a4c60207c5cac1828ef1ce900bec09ee8e0d909ad59698261b4c2175cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86242a4c60207c5cac1828ef1ce900bec09ee8e0d909ad59698261b4c2175cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86242a4c60207c5cac1828ef1ce900bec09ee8e0d909ad59698261b4c2175cdf", kill_on_drop: false }` [INFO] [stdout] 86242a4c60207c5cac1828ef1ce900bec09ee8e0d909ad59698261b4c2175cdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b985c04136ba08f9ae28f19e7035d52f23d1b30b42db4822ed79bd674bef6f92 [INFO] running `Command { std: "docker" "start" "-a" "b985c04136ba08f9ae28f19e7035d52f23d1b30b42db4822ed79bd674bef6f92", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling wasm-bindgen v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling xorf v0.8.0 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling password-filter v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.55s [INFO] running `Command { std: "docker" "inspect" "b985c04136ba08f9ae28f19e7035d52f23d1b30b42db4822ed79bd674bef6f92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b985c04136ba08f9ae28f19e7035d52f23d1b30b42db4822ed79bd674bef6f92", kill_on_drop: false }` [INFO] [stdout] b985c04136ba08f9ae28f19e7035d52f23d1b30b42db4822ed79bd674bef6f92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba2ee5034f4cf9f76b6712bb955d4d62db512781db473f1375548643363a2ddb [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" "ba2ee5034f4cf9f76b6712bb955d4d62db512781db473f1375548643363a2ddb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling zeroize v1.5.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.28 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling dialoguer v0.9.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78 (https://github.com/bsvwasm/wasm-bindgen?branch=universal-ui64-patch#19797680) [INFO] [stderr] Compiling xorf v0.8.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling js-sys v0.3.55 [INFO] [stderr] Compiling password-filter v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.28 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.28 [INFO] [stdout] warning: unused import: `wasm_bindgen::JsValue` [INFO] [stdout] --> tests/passwords.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | use wasm_bindgen::JsValue; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> tests/passwords.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Cursor` [INFO] [stdout] --> examples/build_filter.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{io::{self, BufRead, Cursor}, fs::File, collections::HashMap, time::Instant}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Filter` [INFO] [stdout] --> examples/build_filter.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use xorf::{Filter, BinaryFuse8}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [optimized] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "ba2ee5034f4cf9f76b6712bb955d4d62db512781db473f1375548643363a2ddb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba2ee5034f4cf9f76b6712bb955d4d62db512781db473f1375548643363a2ddb", kill_on_drop: false }` [INFO] [stdout] ba2ee5034f4cf9f76b6712bb955d4d62db512781db473f1375548643363a2ddb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c3f9541e219579755bc8943dc4128ffb04c64aadfc3675198eddcbdc0be82210 [INFO] running `Command { std: "docker" "start" "-a" "c3f9541e219579755bc8943dc4128ffb04c64aadfc3675198eddcbdc0be82210", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `Cursor` [INFO] [stderr] --> examples/build_filter.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{io::{self, BufRead, Cursor}, fs::File, collections::HashMap, time::Instant}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Filter` [INFO] [stderr] --> examples/build_filter.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use xorf::{Filter, BinaryFuse8}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `wasm_bindgen::JsValue` [INFO] [stderr] --> tests/passwords.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | use wasm_bindgen::JsValue; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stderr] --> tests/passwords.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | mod tests { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `password-filter` (example "build_filter") generated 2 warnings [INFO] [stderr] warning: `password-filter` (test "passwords") generated 1 warning [INFO] [stderr] Finished test [optimized] target(s) in 29.50s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/password_filter-b7aa418a8813af60) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/passwords.rs (/opt/rustwide/target/debug/deps/passwords-610b2a2df839558b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests password-filter [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c3f9541e219579755bc8943dc4128ffb04c64aadfc3675198eddcbdc0be82210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3f9541e219579755bc8943dc4128ffb04c64aadfc3675198eddcbdc0be82210", kill_on_drop: false }` [INFO] [stdout] c3f9541e219579755bc8943dc4128ffb04c64aadfc3675198eddcbdc0be82210