[INFO] cloning repository https://github.com/dfaust/backup-monitor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dfaust/backup-monitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 136cc498a2ee0508ec21884c8ed31f3fcb347a68
[INFO] checking dfaust/backup-monitor against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfaust%2Fbackup-monitor" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dfaust/backup-monitor
[INFO] finished tweaking git repo https://github.com/dfaust/backup-monitor
[INFO] tweaked toml for git repo https://github.com/dfaust/backup-monitor written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dfaust/backup-monitor on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dfaust/backup-monitor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de
[INFO] running `Command { std: "docker" "start" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling winnow v0.6.22
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling dbus v0.9.7
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking notify-types v1.0.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking deunicode v1.6.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bdd04e0f4dc7c7dd -C extra-filename=-a51f3b0cccc0511b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `clap` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d/bin/rustc --crate-name clap --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=785e5a4730b0aa8f -C extra-filename=-fe5240c9bd96870a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-7e50a0745bcf9de7.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-54f4b893aaec6057.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-1969f6684f376d5e.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-6f2a3638b870cfbd.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-952a885a2c1b9ff6.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-01f7fe33da96721d.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-40e1f8116cc4df11.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de", kill_on_drop: false }`
[INFO] [stdout] 9d5800ebd9b407bbf2939c3be7aed0019c866c5c2933f6189ce09b4bf2ec98de
