[INFO] updating cached repository https://github.com/sidebog7/rgit [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] 7a72c303b6a2be76b507efa683e7baef7a6b7b7c [INFO] testing sidebog7/rgit against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidebog7%2Frgit" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sidebog7/rgit 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/sidebog7/rgit [INFO] finished tweaking git repo https://github.com/sidebog7/rgit [INFO] tweaked toml for git repo https://github.com/sidebog7/rgit written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/sidebog7/rgit 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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 6070113f5d363fc5c4346a645a5c265d38691fb053b83940be2f12168cf01fda [INFO] running `"docker" "start" "-a" "6070113f5d363fc5c4346a645a5c265d38691fb053b83940be2f12168cf01fda"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling rgit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `paths` [INFO] [stderr] --> src/cmds/commit.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn commit(paths: Vec<&str>) {} [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_paths` [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 13.26s [INFO] running `"docker" "inspect" "6070113f5d363fc5c4346a645a5c265d38691fb053b83940be2f12168cf01fda"` [INFO] running `"docker" "rm" "-f" "6070113f5d363fc5c4346a645a5c265d38691fb053b83940be2f12168cf01fda"` [INFO] [stdout] 6070113f5d363fc5c4346a645a5c265d38691fb053b83940be2f12168cf01fda [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] dcba83dd428dd2ceadbdecc19599b9e3ed41a35cce1c9f04b697c1d5bd604c90 [INFO] running `"docker" "start" "-a" "dcba83dd428dd2ceadbdecc19599b9e3ed41a35cce1c9f04b697c1d5bd604c90"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rgit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `paths` [INFO] [stderr] --> src/cmds/commit.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn commit(paths: Vec<&str>) {} [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_paths` [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.63s [INFO] running `"docker" "inspect" "dcba83dd428dd2ceadbdecc19599b9e3ed41a35cce1c9f04b697c1d5bd604c90"` [INFO] running `"docker" "rm" "-f" "dcba83dd428dd2ceadbdecc19599b9e3ed41a35cce1c9f04b697c1d5bd604c90"` [INFO] [stdout] dcba83dd428dd2ceadbdecc19599b9e3ed41a35cce1c9f04b697c1d5bd604c90 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 9c26ec81c6499bcec9fc8e2694c4fda70b1287f9a9c024c16043e4ef0c648f67 [INFO] running `"docker" "start" "-a" "9c26ec81c6499bcec9fc8e2694c4fda70b1287f9a9c024c16043e4ef0c648f67"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `paths` [INFO] [stderr] --> src/cmds/commit.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn commit(paths: Vec<&str>) {} [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_paths` [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/rgit-123863f6595db805 [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" "9c26ec81c6499bcec9fc8e2694c4fda70b1287f9a9c024c16043e4ef0c648f67"` [INFO] running `"docker" "rm" "-f" "9c26ec81c6499bcec9fc8e2694c4fda70b1287f9a9c024c16043e4ef0c648f67"` [INFO] [stdout] 9c26ec81c6499bcec9fc8e2694c4fda70b1287f9a9c024c16043e4ef0c648f67