[INFO] cloning repository https://github.com/ushiba0/atcpip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ushiba0/atcpip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fushiba0%2Fatcpip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fushiba0%2Fatcpip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23c02a7069c999a062402241bfc04dc08dfd571e [INFO] checking ushiba0/atcpip against master#cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3 for pr-135841 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fushiba0%2Fatcpip" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ushiba0/atcpip on toolchain cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ushiba0/atcpip [INFO] finished tweaking git repo https://github.com/ushiba0/atcpip [INFO] tweaked toml for git repo https://github.com/ushiba0/atcpip written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3" "generate-lockfile" "--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] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 108 packages to latest compatible versions [INFO] [stderr] Adding pnet v0.34.0 (available: v0.35.0) [INFO] [stderr] Adding rstest v0.19.0 (available: v0.24.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rstest v0.19.0 [INFO] [stderr] Downloaded rstest_macros v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac0717f31ffaa5df5d1028102fed4852f52d4507772ecc8adc6ab6d1518794ee [INFO] running `Command { std: "docker" "start" "-a" "ac0717f31ffaa5df5d1028102fed4852f52d4507772ecc8adc6ab6d1518794ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac0717f31ffaa5df5d1028102fed4852f52d4507772ecc8adc6ab6d1518794ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac0717f31ffaa5df5d1028102fed4852f52d4507772ecc8adc6ab6d1518794ee", kill_on_drop: false }` [INFO] [stdout] ac0717f31ffaa5df5d1028102fed4852f52d4507772ecc8adc6ab6d1518794ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+cd805f09ffbfa3896c8f50a619de9b67e1d9f3c3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94e793e75e6f23a162c7bcf163de19d71c6dc548a9a9dc9d6d3e00d4b040ce28 [INFO] running `Command { std: "docker" "start" "-a" "94e793e75e6f23a162c7bcf163de19d71c6dc548a9a9dc9d6d3e00d4b040ce28", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.15 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Checking no-std-net v0.6.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking pnet_base v0.34.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking pnet_macros_support v0.34.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking miniz_oxide v0.8.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling pnet v0.34.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling rstest_macros v0.19.0 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking pnet_sys v0.34.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking clap_builder v4.5.27 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Checking ipnetwork v0.20.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking pnet_datalink v0.34.0 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking env_logger v0.11.6 [INFO] [stderr] Checking backtrace v0.3.74 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling pnet_macros v0.34.0 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking pnet_packet v0.34.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking clap v4.5.27 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking rstest v0.19.0 [INFO] [stderr] Checking pnet_transport v0.34.0 [INFO] [stderr] Checking atcpip v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated items `from_bytes`, `get_header_length_raw`, `get_header_length_bytes`, `get_payload`, and `send` are never used [INFO] [stdout] --> src/layer4/tcp.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl TcpPacket { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 20 | pub fn from_bytes(bytes: &Bytes) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | fn get_header_length_raw(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn get_header_length_bytes(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn get_payload(&self) -> Bytes { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn send(&self) {} [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_bytes`, `get_header_length_raw`, `get_header_length_bytes`, `get_payload`, and `send` are never used [INFO] [stdout] --> src/layer4/tcp.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl TcpPacket { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 20 | pub fn from_bytes(bytes: &Bytes) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | fn get_header_length_raw(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn get_header_length_bytes(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn get_payload(&self) -> Bytes { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn send(&self) {} [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s [INFO] running `Command { std: "docker" "inspect" "94e793e75e6f23a162c7bcf163de19d71c6dc548a9a9dc9d6d3e00d4b040ce28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94e793e75e6f23a162c7bcf163de19d71c6dc548a9a9dc9d6d3e00d4b040ce28", kill_on_drop: false }` [INFO] [stdout] 94e793e75e6f23a162c7bcf163de19d71c6dc548a9a9dc9d6d3e00d4b040ce28