[INFO] updating cached repository https://github.com/clemado1/rust-exercise [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] 545c08c97d92f7907ec656e91c78692fa76bd153 [INFO] testing clemado1/rust-exercise against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemado1%2Frust-exercise" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 49% (447/911) Checking out files: 50% (456/911) Checking out files: 51% (465/911) Checking out files: 52% (474/911) Checking out files: 53% (483/911) Checking out files: 54% (492/911) Checking out files: 55% (502/911) Checking out files: 56% (511/911) Checking out files: 57% (520/911) Checking out files: 58% (529/911) Checking out files: 59% (538/911) Checking out files: 60% (547/911) Checking out files: 61% (556/911) Checking out files: 62% (565/911) Checking out files: 63% (574/911) Checking out files: 64% (584/911) Checking out files: 65% (593/911) Checking out files: 66% (602/911) Checking out files: 67% (611/911) Checking out files: 68% (620/911) Checking out files: 69% (629/911) Checking out files: 70% (638/911) Checking out files: 71% (647/911) Checking out files: 72% (656/911) Checking out files: 73% (666/911) Checking out files: 74% (675/911) Checking out files: 75% (684/911) Checking out files: 76% (693/911) Checking out files: 77% (702/911) Checking out files: 78% (711/911) Checking out files: 79% (720/911) Checking out files: 80% (729/911) Checking out files: 81% (738/911) Checking out files: 82% (748/911) Checking out files: 82% (755/911) Checking out files: 83% (757/911) Checking out files: 84% (766/911) Checking out files: 85% (775/911) Checking out files: 86% (784/911) Checking out files: 87% (793/911) Checking out files: 88% (802/911) Checking out files: 89% (811/911) Checking out files: 90% (820/911) Checking out files: 91% (830/911) Checking out files: 92% (839/911) Checking out files: 93% (848/911) Checking out files: 94% (857/911) Checking out files: 95% (866/911) Checking out files: 96% (875/911) Checking out files: 97% (884/911) Checking out files: 98% (893/911) Checking out files: 99% (902/911) Checking out files: 100% (911/911) Checking out files: 100% (911/911), done. [INFO] validating manifest of git repo https://github.com/clemado1/rust-exercise 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/clemado1/rust-exercise [INFO] removed workspace from git repo https://github.com/clemado1/rust-exercise [INFO] removed path dependency blog from git repo https://github.com/clemado1/rust-exercise [INFO] removed path dependency gui from git repo https://github.com/clemado1/rust-exercise [INFO] finished tweaking git repo https://github.com/clemado1/rust-exercise [INFO] tweaked toml for git repo https://github.com/clemado1/rust-exercise written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/clemado1/rust-exercise 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] warning: dependency (blog) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (gui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/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] [stderr] warning: dependency (blog) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (gui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 627362667a2156e4b464d91a2c58844658b8c96404a16eab25c0f1fe1e57396c [INFO] running `"docker" "start" "-a" "627362667a2156e4b464d91a2c58844658b8c96404a16eab25c0f1fe1e57396c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (blog) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (gui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling blog v0.0.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling gui-derive v0.5.0 [INFO] [stderr] Compiling gui v0.5.0 [INFO] [stderr] Compiling rust_exercise v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.76s [INFO] running `"docker" "inspect" "627362667a2156e4b464d91a2c58844658b8c96404a16eab25c0f1fe1e57396c"` [INFO] running `"docker" "rm" "-f" "627362667a2156e4b464d91a2c58844658b8c96404a16eab25c0f1fe1e57396c"` [INFO] [stdout] 627362667a2156e4b464d91a2c58844658b8c96404a16eab25c0f1fe1e57396c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 665104b77ed5630fc5ebd4e14d91a650b39563eb0ade367d4a2cd4f95562b4b3 [INFO] running `"docker" "start" "-a" "665104b77ed5630fc5ebd4e14d91a650b39563eb0ade367d4a2cd4f95562b4b3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (blog) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (gui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling rust_exercise v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `"docker" "inspect" "665104b77ed5630fc5ebd4e14d91a650b39563eb0ade367d4a2cd4f95562b4b3"` [INFO] running `"docker" "rm" "-f" "665104b77ed5630fc5ebd4e14d91a650b39563eb0ade367d4a2cd4f95562b4b3"` [INFO] [stdout] 665104b77ed5630fc5ebd4e14d91a650b39563eb0ade367d4a2cd4f95562b4b3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stdout] c365523f676fef3cf0a861f8e7efc1249f43dfbfeddec96314b6a90389c953a7 [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" "c365523f676fef3cf0a861f8e7efc1249f43dfbfeddec96314b6a90389c953a7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (blog) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (gui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_exercise-a4887717517d7441 [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] [stderr] Running /opt/rustwide/target/debug/deps/rust_exercise-fd0421b533ba0b8b [INFO] [stderr] Doc-tests rust_exercise [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] [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" "c365523f676fef3cf0a861f8e7efc1249f43dfbfeddec96314b6a90389c953a7"` [INFO] running `"docker" "rm" "-f" "c365523f676fef3cf0a861f8e7efc1249f43dfbfeddec96314b6a90389c953a7"` [INFO] [stdout] c365523f676fef3cf0a861f8e7efc1249f43dfbfeddec96314b6a90389c953a7