[INFO] cloning repository https://github.com/zero-sh/apply-user-defaults [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zero-sh/apply-user-defaults" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzero-sh%2Fapply-user-defaults"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzero-sh%2Fapply-user-defaults'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ce5b7d11ebef8ce81360c95dc209e8a9cd44378 [INFO] testing zero-sh/apply-user-defaults against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzero-sh%2Fapply-user-defaults" "/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/zero-sh/apply-user-defaults 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/zero-sh/apply-user-defaults [INFO] finished tweaking git repo https://github.com/zero-sh/apply-user-defaults [INFO] tweaked toml for git repo https://github.com/zero-sh/apply-user-defaults written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/zero-sh/apply-user-defaults 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] 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] fc44f8ee63eb0bad5da2051daceaea487fccb80f21cb0e1bcc8e5582bef1cc6b [INFO] running `"docker" "start" "-a" "fc44f8ee63eb0bad5da2051daceaea487fccb80f21cb0e1bcc8e5582bef1cc6b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling colored v1.9.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling apply-user-defaults v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.84s [INFO] running `"docker" "inspect" "fc44f8ee63eb0bad5da2051daceaea487fccb80f21cb0e1bcc8e5582bef1cc6b"` [INFO] running `"docker" "rm" "-f" "fc44f8ee63eb0bad5da2051daceaea487fccb80f21cb0e1bcc8e5582bef1cc6b"` [INFO] [stdout] fc44f8ee63eb0bad5da2051daceaea487fccb80f21cb0e1bcc8e5582bef1cc6b [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] 9c1e060e70374954cccced7356faff7802df1ed0a52dea93f848866abef5d4f3 [INFO] running `"docker" "start" "-a" "9c1e060e70374954cccced7356faff7802df1ed0a52dea93f848866abef5d4f3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling environment v0.1.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling assert_cli v0.6.3 [INFO] [stderr] Compiling apply-user-defaults v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 34.61s [INFO] running `"docker" "inspect" "9c1e060e70374954cccced7356faff7802df1ed0a52dea93f848866abef5d4f3"` [INFO] running `"docker" "rm" "-f" "9c1e060e70374954cccced7356faff7802df1ed0a52dea93f848866abef5d4f3"` [INFO] [stdout] 9c1e060e70374954cccced7356faff7802df1ed0a52dea93f848866abef5d4f3 [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] 2725ec69acd88c96ae55317578bb1b6a80f8bcaf0f6f251f156d2b2e4a569672 [INFO] running `"docker" "start" "-a" "2725ec69acd88c96ae55317578bb1b6a80f8bcaf0f6f251f156d2b2e4a569672"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/apply_user_defaults-1736372a2d6eaab6 [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/integration-101c3956ce8d36b6 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test dry_run_escaped_env ... ok [INFO] [stdout] test dry_run_no_env ... ok [INFO] [stdout] test dry_run ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2725ec69acd88c96ae55317578bb1b6a80f8bcaf0f6f251f156d2b2e4a569672"` [INFO] running `"docker" "rm" "-f" "2725ec69acd88c96ae55317578bb1b6a80f8bcaf0f6f251f156d2b2e4a569672"` [INFO] [stdout] 2725ec69acd88c96ae55317578bb1b6a80f8bcaf0f6f251f156d2b2e4a569672