[INFO] updating cached repository https://github.com/henrytill/rust-pwclip [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 843f99f6a35563e786a0f8e46ae561bebbe4033c [INFO] testing henrytill/rust-pwclip against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrytill%2Frust-pwclip" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/henrytill/rust-pwclip on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/henrytill/rust-pwclip [INFO] finished tweaking git repo https://github.com/henrytill/rust-pwclip [INFO] tweaked toml for git repo https://github.com/henrytill/rust-pwclip written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/henrytill/rust-pwclip already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a46760f20f556ac4c19db06b679468ab842214ad851464039771b7062618d962 [INFO] running `"docker" "start" "-a" "a46760f20f556ac4c19db06b679468ab842214ad851464039771b7062618d962"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling cc v1.0.27 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling hmac-drbg v0.1.2 [INFO] [stderr] Compiling rust-scrypt v1.3.0 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling pwclip-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.58s [INFO] running `"docker" "inspect" "a46760f20f556ac4c19db06b679468ab842214ad851464039771b7062618d962"` [INFO] running `"docker" "rm" "-f" "a46760f20f556ac4c19db06b679468ab842214ad851464039771b7062618d962"` [INFO] [stdout] a46760f20f556ac4c19db06b679468ab842214ad851464039771b7062618d962 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b9cfa5f1d84464c748f839310a2c5d3875922cc20e6e0a8c8a636fc147bad3df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b9cfa5f1d84464c748f839310a2c5d3875922cc20e6e0a8c8a636fc147bad3df"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pwclip-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "b9cfa5f1d84464c748f839310a2c5d3875922cc20e6e0a8c8a636fc147bad3df"` [INFO] running `"docker" "rm" "-f" "b9cfa5f1d84464c748f839310a2c5d3875922cc20e6e0a8c8a636fc147bad3df"` [INFO] [stdout] b9cfa5f1d84464c748f839310a2c5d3875922cc20e6e0a8c8a636fc147bad3df [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 011c3e3fdb451f8827af9b39b768b13c34a336812330eb17df993e29fa565958 [INFO] running `"docker" "start" "-a" "011c3e3fdb451f8827af9b39b768b13c34a336812330eb17df993e29fa565958"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pwclip_rs-61223517f7160bfd [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::construct_pwm_test ... ok [INFO] [stdout] test test::test_passwords ... ok [INFO] [stdout] test test::test_keys ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pwclip-rs [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "011c3e3fdb451f8827af9b39b768b13c34a336812330eb17df993e29fa565958"` [INFO] running `"docker" "rm" "-f" "011c3e3fdb451f8827af9b39b768b13c34a336812330eb17df993e29fa565958"` [INFO] [stdout] 011c3e3fdb451f8827af9b39b768b13c34a336812330eb17df993e29fa565958