[INFO] cloning repository https://github.com/jmacdonald/amp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmacdonald/amp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ce3c4d58f7f13980b42a93bcd4fdfd85580b2609
[INFO] checking jmacdonald/amp against try#ad93f57d532978d6739002a21bc66b45ed22f998 for pr-155418
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmacdonald/amp
[INFO] finished tweaking git repo https://github.com/jmacdonald/amp
[INFO] tweaked toml for git repo https://github.com/jmacdonald/amp written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmacdonald/amp on toolchain ad93f57d532978d6739002a21bc66b45ed22f998
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmacdonald/amp 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" "+ad93f57d532978d6739002a21bc66b45ed22f998" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02a980f6868a2ca844be8588c2714ecedac8dd4b5f76eece6a344befa7cc8816
[INFO] running `Command { std: "docker" "start" "-a" "02a980f6868a2ca844be8588c2714ecedac8dd4b5f76eece6a344befa7cc8816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02a980f6868a2ca844be8588c2714ecedac8dd4b5f76eece6a344befa7cc8816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02a980f6868a2ca844be8588c2714ecedac8dd4b5f76eece6a344befa7cc8816", kill_on_drop: false }`
[INFO] [stdout] 02a980f6868a2ca844be8588c2714ecedac8dd4b5f76eece6a344befa7cc8816
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b688151fd2ae601ac0858d12814c6f1a4dfd371084070b4095c88c073b832e9
[INFO] running `Command { std: "docker" "start" "-a" "5b688151fd2ae601ac0858d12814c6f1a4dfd371084070b4095c88c073b832e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling rustix v0.38.26
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.0.5
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling onig_sys v69.8.1
[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/ad93f57d532978d6739002a21bc66b45ed22f998/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.2/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=5d37a40b9ba204ce -C extra-filename=-2470e6e7cf7a86a7 --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] running `Command { std: "docker" "inspect" "5b688151fd2ae601ac0858d12814c6f1a4dfd371084070b4095c88c073b832e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b688151fd2ae601ac0858d12814c6f1a4dfd371084070b4095c88c073b832e9", kill_on_drop: false }`
[INFO] [stdout] 5b688151fd2ae601ac0858d12814c6f1a4dfd371084070b4095c88c073b832e9
