[INFO] cloning repository https://github.com/Jake-Shadle/ebpf-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jake-Shadle/ebpf-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJake-Shadle%2Febpf-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJake-Shadle%2Febpf-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 20b46de05ce1620d6843c4cc12d570b7ea781ba7
[INFO] building Jake-Shadle/ebpf-test against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJake-Shadle%2Febpf-test" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Jake-Shadle/ebpf-test
[INFO] finished tweaking git repo https://github.com/Jake-Shadle/ebpf-test
[INFO] tweaked toml for git repo https://github.com/Jake-Shadle/ebpf-test written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Jake-Shadle/ebpf-test on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Jake-Shadle/ebpf-test 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aya-log-common v0.1.15
[INFO] [stderr]   Downloaded neli v0.6.4
[INFO] [stderr]   Downloaded aya-log v0.2.1
[INFO] [stderr]   Downloaded local-ip-address v0.6.3
[INFO] [stderr]   Downloaded neli-proc-macros v0.1.3
[INFO] [stderr]   Downloaded aya-obj v0.2.0
[INFO] [stderr]   Downloaded aya v0.13.0
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95e59b4c8c3a744fa647ddef70a14cbeb88229bbb2f42c9673cc3ce36f6f391e
[INFO] running `Command { std: "docker" "start" "-a" "95e59b4c8c3a744fa647ddef70a14cbeb88229bbb2f42c9673cc3ce36f6f391e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95e59b4c8c3a744fa647ddef70a14cbeb88229bbb2f42c9673cc3ce36f6f391e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95e59b4c8c3a744fa647ddef70a14cbeb88229bbb2f42c9673cc3ce36f6f391e", kill_on_drop: false }`
[INFO] [stdout] 95e59b4c8c3a744fa647ddef70a14cbeb88229bbb2f42c9673cc3ce36f6f391e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c61d53666df6df8e07045544bd2b4e4bdea4401f8c56ed1bcb1a3f7602aafe01
[INFO] running `Command { std: "docker" "start" "-a" "c61d53666df6df8e07045544bd2b4e4bdea4401f8c56ed1bcb1a3f7602aafe01", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling core-error v0.0.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling serde_derive v1.0.210
[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 tracing-attributes v0.1.27
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling aya-log-common v0.1.15
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling aya-obj v0.2.0
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling aya v0.13.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling neli v0.6.4
[INFO] [stderr]    Compiling proxy-common v0.1.0 (/opt/rustwide/workdir/proxy-common)
[INFO] [stderr]    Compiling aya-log v0.2.1
[INFO] [stderr]    Compiling local-ip-address v0.6.3
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling proxy-test v0.1.0 (/opt/rustwide/workdir/proxy-test)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.88s
[INFO] running `Command { std: "docker" "inspect" "c61d53666df6df8e07045544bd2b4e4bdea4401f8c56ed1bcb1a3f7602aafe01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c61d53666df6df8e07045544bd2b4e4bdea4401f8c56ed1bcb1a3f7602aafe01", kill_on_drop: false }`
[INFO] [stdout] c61d53666df6df8e07045544bd2b4e4bdea4401f8c56ed1bcb1a3f7602aafe01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99c2f15ffe2729c80326b04782e21fa6f14f03874b6735ef514ddd3768ed6d39
[INFO] running `Command { std: "docker" "start" "-a" "99c2f15ffe2729c80326b04782e21fa6f14f03874b6735ef514ddd3768ed6d39", kill_on_drop: false }`
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling proxy-common v0.1.0 (/opt/rustwide/workdir/proxy-common)
[INFO] [stderr]    Compiling proxy-test v0.1.0 (/opt/rustwide/workdir/proxy-test)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "99c2f15ffe2729c80326b04782e21fa6f14f03874b6735ef514ddd3768ed6d39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99c2f15ffe2729c80326b04782e21fa6f14f03874b6735ef514ddd3768ed6d39", kill_on_drop: false }`
[INFO] [stdout] 99c2f15ffe2729c80326b04782e21fa6f14f03874b6735ef514ddd3768ed6d39
