[INFO] cloning repository https://github.com/daniel-e/primes [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daniel-e/primes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniel-e%2Fprimes"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniel-e%2Fprimes'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 099f47eafa278768fe98630d3c14f753c437120c [INFO] testing daniel-e/primes against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniel-e%2Fprimes" "/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/daniel-e/primes on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/daniel-e/primes [INFO] finished tweaking git repo https://github.com/daniel-e/primes [INFO] tweaked toml for git repo https://github.com/daniel-e/primes written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/daniel-e/primes already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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] 960533dba858b568523176b2b285873ab1a54110a399dc2fa6d29fae172752c2 [INFO] running `"docker" "start" "-a" "960533dba858b568523176b2b285873ab1a54110a399dc2fa6d29fae172752c2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling palindrom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated function is never used: `iter` [INFO] [stderr] --> src/main.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn iter(&self) -> SieveIterator { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.33s [INFO] running `"docker" "inspect" "960533dba858b568523176b2b285873ab1a54110a399dc2fa6d29fae172752c2"` [INFO] running `"docker" "rm" "-f" "960533dba858b568523176b2b285873ab1a54110a399dc2fa6d29fae172752c2"` [INFO] [stdout] 960533dba858b568523176b2b285873ab1a54110a399dc2fa6d29fae172752c2 [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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f04a4f4005074c93fb3eddd9c9a4fe78f51543f0f1fe6ef5f52cc923124f8207 [INFO] running `"docker" "start" "-a" "f04a4f4005074c93fb3eddd9c9a4fe78f51543f0f1fe6ef5f52cc923124f8207"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling palindrom v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated function is never used: `iter` [INFO] [stderr] --> src/main.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn iter(&self) -> SieveIterator { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "f04a4f4005074c93fb3eddd9c9a4fe78f51543f0f1fe6ef5f52cc923124f8207"` [INFO] running `"docker" "rm" "-f" "f04a4f4005074c93fb3eddd9c9a4fe78f51543f0f1fe6ef5f52cc923124f8207"` [INFO] [stdout] f04a4f4005074c93fb3eddd9c9a4fe78f51543f0f1fe6ef5f52cc923124f8207 [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" "+beta-2020-06-03" "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] 4bfdc562a9eca94fd79b71d9f8633e0cac1e50c4e9634cda1d62ea155a3b6a17 [INFO] running `"docker" "start" "-a" "4bfdc562a9eca94fd79b71d9f8633e0cac1e50c4e9634cda1d62ea155a3b6a17"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: associated function is never used: `iter` [INFO] [stderr] --> src/main.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn iter(&self) -> SieveIterator { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/palindrom-c59c402786bf8613 [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" "4bfdc562a9eca94fd79b71d9f8633e0cac1e50c4e9634cda1d62ea155a3b6a17"` [INFO] running `"docker" "rm" "-f" "4bfdc562a9eca94fd79b71d9f8633e0cac1e50c4e9634cda1d62ea155a3b6a17"` [INFO] [stdout] 4bfdc562a9eca94fd79b71d9f8633e0cac1e50c4e9634cda1d62ea155a3b6a17