[INFO] cloning repository https://github.com/justinwoo/my-prompt [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinwoo/my-prompt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinwoo%2Fmy-prompt"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinwoo%2Fmy-prompt'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 31fe91406eec9af103cecd8b99fb4a3c0feff65a [INFO] testing justinwoo/my-prompt against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinwoo%2Fmy-prompt" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justinwoo/my-prompt 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/justinwoo/my-prompt [INFO] finished tweaking git repo https://github.com/justinwoo/my-prompt [INFO] tweaked toml for git repo https://github.com/justinwoo/my-prompt written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/justinwoo/my-prompt 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] Updating git repository `https://github.com/justinwoo/termcolor` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] f2a1859e3499d21294b41cb10a618ae6fd90ea583cf65ecdaec29ce2566faefc [INFO] running `"docker" "start" "-a" "f2a1859e3499d21294b41cb10a618ae6fd90ea583cf65ecdaec29ce2566faefc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling termcolor v1.0.4 (https://github.com/justinwoo/termcolor?branch=non-printing-escape#eaf83d93) [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling curl-sys v0.4.17 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling git2 v0.8.0 [INFO] [stderr] Compiling prompt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `repo` [INFO] [stderr] --> src/main.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | Ok(repo) => println!("got repo"), [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "f2a1859e3499d21294b41cb10a618ae6fd90ea583cf65ecdaec29ce2566faefc"` [INFO] running `"docker" "rm" "-f" "f2a1859e3499d21294b41cb10a618ae6fd90ea583cf65ecdaec29ce2566faefc"` [INFO] [stdout] f2a1859e3499d21294b41cb10a618ae6fd90ea583cf65ecdaec29ce2566faefc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 19fdbd4ab477169a8cfca42fe52cc4d7ae7d9457c5059d74a86ff6bbee1e3c23 [INFO] running `"docker" "start" "-a" "19fdbd4ab477169a8cfca42fe52cc4d7ae7d9457c5059d74a86ff6bbee1e3c23"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling prompt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `repo` [INFO] [stderr] --> src/main.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | Ok(repo) => println!("got repo"), [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "19fdbd4ab477169a8cfca42fe52cc4d7ae7d9457c5059d74a86ff6bbee1e3c23"` [INFO] running `"docker" "rm" "-f" "19fdbd4ab477169a8cfca42fe52cc4d7ae7d9457c5059d74a86ff6bbee1e3c23"` [INFO] [stdout] 19fdbd4ab477169a8cfca42fe52cc4d7ae7d9457c5059d74a86ff6bbee1e3c23 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] ecc65fd526ce8dd4782baa79924db1badbc67c5a7e0810594fbec237bd563451 [INFO] running `"docker" "start" "-a" "ecc65fd526ce8dd4782baa79924db1badbc67c5a7e0810594fbec237bd563451"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `repo` [INFO] [stderr] --> src/main.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | Ok(repo) => println!("got repo"), [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_repo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` 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/prompt-aadb80f19ac8c8c1 [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" "ecc65fd526ce8dd4782baa79924db1badbc67c5a7e0810594fbec237bd563451"` [INFO] running `"docker" "rm" "-f" "ecc65fd526ce8dd4782baa79924db1badbc67c5a7e0810594fbec237bd563451"` [INFO] [stdout] ecc65fd526ce8dd4782baa79924db1badbc67c5a7e0810594fbec237bd563451