[INFO] fetching crate network-constants 0.0.1... [INFO] checking network-constants-0.0.1 against try#2277c63fa464d237b17b68d3b87f9fbb89e58a3e for pr-133570-1 [INFO] extracting crate network-constants 0.0.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate network-constants 0.0.1 on toolchain 2277c63fa464d237b17b68d3b87f9fbb89e58a3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate network-constants 0.0.1 [INFO] finished tweaking crates.io crate network-constants 0.0.1 [INFO] tweaked toml for crates.io crate network-constants 0.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "generate-lockfile" "--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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e25b38991c6ccc5e24fab8e0e0a926a318852654cd37fb325426984ba43d1356 [INFO] running `Command { std: "docker" "start" "-a" "e25b38991c6ccc5e24fab8e0e0a926a318852654cd37fb325426984ba43d1356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e25b38991c6ccc5e24fab8e0e0a926a318852654cd37fb325426984ba43d1356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e25b38991c6ccc5e24fab8e0e0a926a318852654cd37fb325426984ba43d1356", kill_on_drop: false }` [INFO] [stdout] e25b38991c6ccc5e24fab8e0e0a926a318852654cd37fb325426984ba43d1356 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a220b093caa8b306af1d822f236b7c0558df67546ebf8d8585c9b141ce2fd2ac [INFO] running `Command { std: "docker" "start" "-a" "a220b093caa8b306af1d822f236b7c0558df67546ebf8d8585c9b141ce2fd2ac", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking network-constants v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `SyslogPort` should have an upper case name [INFO] [stdout] --> src/tcp.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const SyslogPort: TcpPort = 514; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_PORT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SyslogOverTcpPort` should have an upper case name [INFO] [stdout] --> src/tcp.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SyslogOverTcpPort: TcpPort = 6514; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_OVER_TCP_PORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindToAnyLocalUdpPortAvailable` should have an upper case name [INFO] [stdout] --> src/udp.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const BindToAnyLocalUdpPortAvailable: UdpPort = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_TO_ANY_LOCAL_UDP_PORT_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SyslogPort` should have an upper case name [INFO] [stdout] --> src/udp.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SyslogPort: UdpPort = 514; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_PORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SyslogPort` should have an upper case name [INFO] [stdout] --> src/tcp.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const SyslogPort: TcpPort = 514; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_PORT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SyslogOverTcpPort` should have an upper case name [INFO] [stdout] --> src/tcp.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SyslogOverTcpPort: TcpPort = 6514; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_OVER_TCP_PORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindToAnyLocalUdpPortAvailable` should have an upper case name [INFO] [stdout] --> src/udp.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const BindToAnyLocalUdpPortAvailable: UdpPort = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_TO_ANY_LOCAL_UDP_PORT_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SyslogPort` should have an upper case name [INFO] [stdout] --> src/udp.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const SyslogPort: UdpPort = 514; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SYSLOG_PORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] running `Command { std: "docker" "inspect" "a220b093caa8b306af1d822f236b7c0558df67546ebf8d8585c9b141ce2fd2ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a220b093caa8b306af1d822f236b7c0558df67546ebf8d8585c9b141ce2fd2ac", kill_on_drop: false }` [INFO] [stdout] a220b093caa8b306af1d822f236b7c0558df67546ebf8d8585c9b141ce2fd2ac