[INFO] cloning repository https://github.com/jsen-/kay [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsen-/kay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsen-%2Fkay"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsen-%2Fkay'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 588642d898f6ab2046e0475a6cf67efa43595fb7 [INFO] testing jsen-/kay against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsen-%2Fkay" "/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/jsen-/kay 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/jsen-/kay [INFO] finished tweaking git repo https://github.com/jsen-/kay [INFO] tweaked toml for git repo https://github.com/jsen-/kay written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jsen-/kay 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] [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" "+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] 4c14e121740d001e4b312759ef86b61c743e17d6c9d73c3b35d8dc465ae1d32f [INFO] running `"docker" "start" "-a" "4c14e121740d001e4b312759ef86b61c743e17d6c9d73c3b35d8dc465ae1d32f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling array_tool v1.0.3 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling jsonpath_lib v0.2.3 [INFO] [stderr] Compiling kay v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "4c14e121740d001e4b312759ef86b61c743e17d6c9d73c3b35d8dc465ae1d32f"` [INFO] running `"docker" "rm" "-f" "4c14e121740d001e4b312759ef86b61c743e17d6c9d73c3b35d8dc465ae1d32f"` [INFO] [stdout] 4c14e121740d001e4b312759ef86b61c743e17d6c9d73c3b35d8dc465ae1d32f [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" "+1.44.0" "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] f5c475800627f44e73f1e86cb9ac187db78b3765767632708a449a7bb460a39a [INFO] running `"docker" "start" "-a" "f5c475800627f44e73f1e86cb9ac187db78b3765767632708a449a7bb460a39a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling kay v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "f5c475800627f44e73f1e86cb9ac187db78b3765767632708a449a7bb460a39a"` [INFO] running `"docker" "rm" "-f" "f5c475800627f44e73f1e86cb9ac187db78b3765767632708a449a7bb460a39a"` [INFO] [stdout] f5c475800627f44e73f1e86cb9ac187db78b3765767632708a449a7bb460a39a [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" "+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] 7f1c98f8cc26d87ededc2ba9c3f206d62d91c891eaf01f483dc2c6ba3f94d534 [INFO] running `"docker" "start" "-a" "7f1c98f8cc26d87ededc2ba9c3f206d62d91c891eaf01f483dc2c6ba3f94d534"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/kay-918a4441dedbf130 [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" "7f1c98f8cc26d87ededc2ba9c3f206d62d91c891eaf01f483dc2c6ba3f94d534"` [INFO] running `"docker" "rm" "-f" "7f1c98f8cc26d87ededc2ba9c3f206d62d91c891eaf01f483dc2c6ba3f94d534"` [INFO] [stdout] 7f1c98f8cc26d87ededc2ba9c3f206d62d91c891eaf01f483dc2c6ba3f94d534