[INFO] cloning repository https://github.com/hoverkite/hoverkite [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hoverkite/hoverkite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoverkite%2Fhoverkite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoverkite%2Fhoverkite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9df4e8aba91c7d7fdfb3a74ea2315c4cfe67549 [INFO] building hoverkite/hoverkite against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoverkite%2Fhoverkite" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hoverkite/hoverkite [INFO] finished tweaking git repo https://github.com/hoverkite/hoverkite [INFO] tweaked toml for git repo https://github.com/hoverkite/hoverkite written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hoverkite/hoverkite on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hoverkite/hoverkite 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6596a216336472d7b59307231e6186f5338dcf0915ebcac0e16dab4817ae008b [INFO] running `Command { std: "docker" "start" "-a" "6596a216336472d7b59307231e6186f5338dcf0915ebcac0e16dab4817ae008b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6596a216336472d7b59307231e6186f5338dcf0915ebcac0e16dab4817ae008b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6596a216336472d7b59307231e6186f5338dcf0915ebcac0e16dab4817ae008b", kill_on_drop: false }` [INFO] [stdout] 6596a216336472d7b59307231e6186f5338dcf0915ebcac0e16dab4817ae008b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fb397533a95e16beff90161394253d54a06e07e80336c3204a8b3eee5788190 [INFO] running `Command { std: "docker" "start" "-a" "0fb397533a95e16beff90161394253d54a06e07e80336c3204a8b3eee5788190", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling aws-lc-rs v1.14.0 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling serde_core v1.0.226 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling embedded-io v0.6.1 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling gilrs v0.11.0 [INFO] [stderr] Compiling serde v1.0.226 [INFO] [stderr] Compiling embedded-io-adapters v0.6.2 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling local_ipaddress v0.1.3 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling libudev v0.3.0 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling aws-lc-sys v0.31.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling toml v0.9.6 [INFO] [stderr] Compiling serde_derive v1.0.226 [INFO] [stderr] Compiling mac_address v1.1.8 [INFO] [stderr] Compiling gilrs-core v0.6.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling color-backtrace v0.7.1 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] error: could not compile `backtrace` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name backtrace --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.71/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gimli-symbolize"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=b9120a8ed97e43d8 -C extra-filename=-12eea006e2bef53a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern addr2line=/opt/rustwide/target/debug/deps/libaddr2line-f10642941edd682d.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-666d36e5ee0df220.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-805a2a0e12f4ca52.rmeta --extern miniz_oxide=/opt/rustwide/target/debug/deps/libminiz_oxide-8654d7313752cde2.rmeta --extern object=/opt/rustwide/target/debug/deps/libobject-ef0a2730626a658d.rmeta --extern rustc_demangle=/opt/rustwide/target/debug/deps/librustc_demangle-5999d1fab1f5d4fa.rmeta --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 `regex-automata` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.10/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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=e22e7293d395debc -C extra-filename=-5816941ce81d6b39 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-7231ee35a67f9404.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-6f5829dadd40eda8.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-0b96c82609fbc819.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0fb397533a95e16beff90161394253d54a06e07e80336c3204a8b3eee5788190", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fb397533a95e16beff90161394253d54a06e07e80336c3204a8b3eee5788190", kill_on_drop: false }` [INFO] [stdout] 0fb397533a95e16beff90161394253d54a06e07e80336c3204a8b3eee5788190