[INFO] cloning repository https://github.com/AayushiShukla2606/git-repo-rbpf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AayushiShukla2606/git-repo-rbpf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAayushiShukla2606%2Fgit-repo-rbpf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAayushiShukla2606%2Fgit-repo-rbpf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b0462e5b4052cfb7cbc74efc0c04bf212dfc55fc [INFO] building AayushiShukla2606/git-repo-rbpf against try#2cd6942e35a7765b6869d3a149ca54f2598b77ad for pr-93180 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAayushiShukla2606%2Fgit-repo-rbpf" "/workspace/builds/worker-35/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-35/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AayushiShukla2606/git-repo-rbpf on toolchain 2cd6942e35a7765b6869d3a149ca54f2598b77ad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2cd6942e35a7765b6869d3a149ca54f2598b77ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AayushiShukla2606/git-repo-rbpf [INFO] finished tweaking git repo https://github.com/AayushiShukla2606/git-repo-rbpf [INFO] tweaked toml for git repo https://github.com/AayushiShukla2606/git-repo-rbpf written to /workspace/builds/worker-35/source/Cargo.toml [INFO] crate git repo https://github.com/AayushiShukla2606/git-repo-rbpf already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2cd6942e35a7765b6869d3a149ca54f2598b77ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+2cd6942e35a7765b6869d3a149ca54f2598b77ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e4c3a203bb90367f9370f29c371c47ec4908547198067d3b57f986436a116fe [INFO] running `Command { std: "docker" "start" "-a" "7e4c3a203bb90367f9370f29c371c47ec4908547198067d3b57f986436a116fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e4c3a203bb90367f9370f29c371c47ec4908547198067d3b57f986436a116fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e4c3a203bb90367f9370f29c371c47ec4908547198067d3b57f986436a116fe", kill_on_drop: false }` [INFO] [stdout] 7e4c3a203bb90367f9370f29c371c47ec4908547198067d3b57f986436a116fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+2cd6942e35a7765b6869d3a149ca54f2598b77ad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 736f59bf1b24dd60616f27b75fb5fd0ac31318dd92664b3eec0d41a3885db117 [INFO] running `Command { std: "docker" "start" "-a" "736f59bf1b24dd60616f27b75fb5fd0ac31318dd92664b3eec0d41a3885db117", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling hash32 v0.1.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling scroll_derive v0.10.1 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling scroll v0.10.1 [INFO] [stderr] Compiling goblin v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling solana_rbpf v0.2.14 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.53s [INFO] running `Command { std: "docker" "inspect" "736f59bf1b24dd60616f27b75fb5fd0ac31318dd92664b3eec0d41a3885db117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "736f59bf1b24dd60616f27b75fb5fd0ac31318dd92664b3eec0d41a3885db117", kill_on_drop: false }` [INFO] [stdout] 736f59bf1b24dd60616f27b75fb5fd0ac31318dd92664b3eec0d41a3885db117 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+2cd6942e35a7765b6869d3a149ca54f2598b77ad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da1c37c5a2cb2c349a84f0acc8c66f4bd82c6f705777a171caf16f06f1cf4660 [INFO] running `Command { std: "docker" "start" "-a" "da1c37c5a2cb2c349a84f0acc8c66f4bd82c6f705777a171caf16f06f1cf4660", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling json v0.11.15 [INFO] [stderr] Compiling test_utils v0.2.14 (/opt/rustwide/workdir/test_utils) [INFO] [stderr] Compiling elf v0.0.10 [INFO] [stderr] Compiling solana_rbpf v0.2.14 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `solana_rbpf` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name solana_rbpf --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e8af180382067b70 -C extra-filename=-e8af180382067b70 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-d225e2dd059ea547.rlib --extern combine=/opt/rustwide/target/debug/deps/libcombine-3c68a06646205f51.rlib --extern elf=/opt/rustwide/target/debug/deps/libelf-5070c577d8724dfb.rlib --extern goblin=/opt/rustwide/target/debug/deps/libgoblin-a97eb5cb835de4da.rlib --extern hash32=/opt/rustwide/target/debug/deps/libhash32-7033d9875bc8cae0.rlib --extern json=/opt/rustwide/target/debug/deps/libjson-bb8656e636806cca.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-6d95e394ec8a4aa4.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-55b4103c168c913a.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fb41cbcccf6d92f5.rlib --extern rustc_demangle=/opt/rustwide/target/debug/deps/librustc_demangle-d2162517beca3fee.rlib --extern scroll=/opt/rustwide/target/debug/deps/libscroll-d3c48ecea40eab4b.rlib --extern test_utils=/opt/rustwide/target/debug/deps/libtest_utils-5fae6f3183eb4f53.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-164a5a69fcbf73b1.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-85f577288dc876e0.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "da1c37c5a2cb2c349a84f0acc8c66f4bd82c6f705777a171caf16f06f1cf4660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da1c37c5a2cb2c349a84f0acc8c66f4bd82c6f705777a171caf16f06f1cf4660", kill_on_drop: false }` [INFO] [stdout] da1c37c5a2cb2c349a84f0acc8c66f4bd82c6f705777a171caf16f06f1cf4660