[INFO] cloning repository https://github.com/AlvaroParker/epoll-spy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlvaroParker/epoll-spy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlvaroParker%2Fepoll-spy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlvaroParker%2Fepoll-spy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f65a54a4a979ca8769fa21643fbf8341a8a055e5
[INFO] checking AlvaroParker/epoll-spy against master#c8a31b780d5415358566a20b94912620a3f27067 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlvaroParker%2Fepoll-spy" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/AlvaroParker/epoll-spy
[INFO] finished tweaking git repo https://github.com/AlvaroParker/epoll-spy
[INFO] tweaked toml for git repo https://github.com/AlvaroParker/epoll-spy written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlvaroParker/epoll-spy on toolchain c8a31b780d5415358566a20b94912620a3f27067
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AlvaroParker/epoll-spy 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" "+c8a31b780d5415358566a20b94912620a3f27067" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/aya-rs/aya`
[INFO] [stderr]     Updating git submodule `https://github.com/libbpf/libbpf`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded procfs-core v0.16.0
[INFO] [stderr]   Downloaded procfs v0.16.0
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded clap_builder v4.5.18
[INFO] [stderr]   Downloaded clap v4.5.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1feba1293117067b50baf4583d5413469e8ee8febe9b838117239728cadb0d0
[INFO] running `Command { std: "docker" "start" "-a" "f1feba1293117067b50baf4583d5413469e8ee8febe9b838117239728cadb0d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1feba1293117067b50baf4583d5413469e8ee8febe9b838117239728cadb0d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1feba1293117067b50baf4583d5413469e8ee8febe9b838117239728cadb0d0", kill_on_drop: false }`
[INFO] [stdout] f1feba1293117067b50baf4583d5413469e8ee8febe9b838117239728cadb0d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c8a31b780d5415358566a20b94912620a3f27067" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14a54d904bb8726fc830fcdce9d84cfc5042bbd6e20de6d78d1c6717f4605c50
[INFO] running `Command { std: "docker" "start" "-a" "14a54d904bb8726fc830fcdce9d84cfc5042bbd6e20de6d78d1c6717f4605c50", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling core-error v0.0.0
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling procfs v0.16.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking clap_builder v4.5.18
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking object v0.36.4
[INFO] [stderr]     Checking procfs-core v0.16.0
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]     Checking aya-log-common v0.1.14 (https://github.com/aya-rs/aya?branch=main#0f163633)
[INFO] [stderr]     Checking clap v4.5.18
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking aya-obj v0.1.0 (https://github.com/aya-rs/aya?branch=main#0f163633)
[INFO] [stderr]     Checking aya v0.12.0 (https://github.com/aya-rs/aya?branch=main#0f163633)
[INFO] [stderr]     Checking epoll-spy-common v0.1.0 (/opt/rustwide/workdir/epoll-spy-common)
[INFO] [stderr]     Checking aya-log v0.2.0 (https://github.com/aya-rs/aya?branch=main#0f163633)
[INFO] [stderr]     Checking epoll-spy v0.1.0 (/opt/rustwide/workdir/epoll-spy)
[INFO] [stdout] error: couldn't read `epoll-spy/src/../../target/bpfel-unknown-none/debug/epoll-spy`: No such file or directory (os error 2)
[INFO] [stdout]   --> epoll-spy/src/main.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let mut bpf = Ebpf::load(include_bytes_aligned!(
[INFO] [stdout]    |  ______________________________^
[INFO] [stdout] 55 | |         "../../target/bpfel-unknown-none/debug/epoll-spy"
[INFO] [stdout] 56 | |     ))?;
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `include_bytes_aligned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `epoll-spy/src/../../target/bpfel-unknown-none/debug/epoll-spy`: No such file or directory (os error 2)
[INFO] [stdout]   --> epoll-spy/src/main.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let mut bpf = Ebpf::load(include_bytes_aligned!(
[INFO] [stdout]    |  ______________________________^
[INFO] [stdout] 55 | |         "../../target/bpfel-unknown-none/debug/epoll-spy"
[INFO] [stdout] 56 | |     ))?;
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `include_bytes_aligned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `epoll-spy` (bin "epoll-spy") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `epoll-spy` (bin "epoll-spy" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "14a54d904bb8726fc830fcdce9d84cfc5042bbd6e20de6d78d1c6717f4605c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14a54d904bb8726fc830fcdce9d84cfc5042bbd6e20de6d78d1c6717f4605c50", kill_on_drop: false }`
[INFO] [stdout] 14a54d904bb8726fc830fcdce9d84cfc5042bbd6e20de6d78d1c6717f4605c50
