[INFO] fetching crate network-constants 0.0.1... [INFO] checking network-constants-0.0.1 against master#50e1dc1536264ab71c0850f346b12309477f29f7 for pr-85073 [INFO] extracting crate network-constants 0.0.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate network-constants 0.0.1 on toolchain 50e1dc1536264ab71c0850f346b12309477f29f7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 545502e352d289fadb1e7b98fbcd40a899bad42c1a5d488af1687e4a26118a21 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "545502e352d289fadb1e7b98fbcd40a899bad42c1a5d488af1687e4a26118a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "545502e352d289fadb1e7b98fbcd40a899bad42c1a5d488af1687e4a26118a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "545502e352d289fadb1e7b98fbcd40a899bad42c1a5d488af1687e4a26118a21", kill_on_drop: false }` [INFO] [stdout] 545502e352d289fadb1e7b98fbcd40a899bad42c1a5d488af1687e4a26118a21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4a827b545799e48b0daafaaf154648b66da0aa5515c9d98161ee7a1e2d179bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e4a827b545799e48b0daafaaf154648b66da0aa5515c9d98161ee7a1e2d179bb", kill_on_drop: false }` [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] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] running `Command { std: "docker" "inspect" "e4a827b545799e48b0daafaaf154648b66da0aa5515c9d98161ee7a1e2d179bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4a827b545799e48b0daafaaf154648b66da0aa5515c9d98161ee7a1e2d179bb", kill_on_drop: false }` [INFO] [stdout] e4a827b545799e48b0daafaaf154648b66da0aa5515c9d98161ee7a1e2d179bb