[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#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJake-Shadle%2Febpf-test" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Jake-Shadle/ebpf-test on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aya-log v0.2.1
[INFO] [stderr]   Downloaded local-ip-address v0.6.3
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded aya-log-common v0.1.15
[INFO] [stderr]   Downloaded aya-obj v0.2.0
[INFO] [stderr]   Downloaded aya v0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e2044d8c25a63c5b2f1dd65e6cd89ca78f9b46b516bf783b1d03979fe337be5
[INFO] running `Command { std: "docker" "start" "-a" "7e2044d8c25a63c5b2f1dd65e6cd89ca78f9b46b516bf783b1d03979fe337be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e2044d8c25a63c5b2f1dd65e6cd89ca78f9b46b516bf783b1d03979fe337be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e2044d8c25a63c5b2f1dd65e6cd89ca78f9b46b516bf783b1d03979fe337be5", kill_on_drop: false }`
[INFO] [stdout] 7e2044d8c25a63c5b2f1dd65e6cd89ca78f9b46b516bf783b1d03979fe337be5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb159b50e9e61ae388a48553b0126d8312fbd35d4f699bef0b99bd8b20af6403
[INFO] running `Command { std: "docker" "start" "-a" "bb159b50e9e61ae388a48553b0126d8312fbd35d4f699bef0b99bd8b20af6403", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling bytes v1.7.2
[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 anstyle v1.0.8
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling regex v1.11.0
[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 num_enum v0.7.3
[INFO] [stderr]    Compiling aya-log-common v0.1.15
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling aya-obj v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling aya v0.13.0
[INFO] [stderr]    Compiling proxy-common v0.1.0 (/opt/rustwide/workdir/proxy-common)
[INFO] [stderr]    Compiling aya-log v0.2.1
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]    Compiling neli v0.6.4
[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 43.20s
[INFO] running `Command { std: "docker" "inspect" "bb159b50e9e61ae388a48553b0126d8312fbd35d4f699bef0b99bd8b20af6403", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb159b50e9e61ae388a48553b0126d8312fbd35d4f699bef0b99bd8b20af6403", kill_on_drop: false }`
[INFO] [stdout] bb159b50e9e61ae388a48553b0126d8312fbd35d4f699bef0b99bd8b20af6403
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a8e2524135dfd8f0a3149a74bfc1a1ad19f45f6de3e5d7352c60c2fdb80998b
[INFO] running `Command { std: "docker" "start" "-a" "9a8e2524135dfd8f0a3149a74bfc1a1ad19f45f6de3e5d7352c60c2fdb80998b", 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.40s
[INFO] running `Command { std: "docker" "inspect" "9a8e2524135dfd8f0a3149a74bfc1a1ad19f45f6de3e5d7352c60c2fdb80998b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a8e2524135dfd8f0a3149a74bfc1a1ad19f45f6de3e5d7352c60c2fdb80998b", kill_on_drop: false }`
[INFO] [stdout] 9a8e2524135dfd8f0a3149a74bfc1a1ad19f45f6de3e5d7352c60c2fdb80998b
