[INFO] fetching crate network-internet-control-message-protocol 0.1.15... [INFO] checking network-internet-control-message-protocol-0.1.15 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate network-internet-control-message-protocol 0.1.15 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate network-internet-control-message-protocol 0.1.15 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate network-internet-control-message-protocol 0.1.15 [INFO] finished tweaking crates.io crate network-internet-control-message-protocol 0.1.15 [INFO] tweaked toml for crates.io crate network-internet-control-message-protocol 0.1.15 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 55ac6a7f5df8842dbee7dc4b7031b6cfda1ae997aef797dedf886c3c33ae12f0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "55ac6a7f5df8842dbee7dc4b7031b6cfda1ae997aef797dedf886c3c33ae12f0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking hyper-thread-random v0.4.2 [INFO] [stderr] Checking network-endian v0.1.5 [INFO] [stderr] Checking network-time v0.1.1 [INFO] [stderr] Checking network-packet v0.1.1 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:16:72 [INFO] [stderr] | [INFO] [stderr] 16 | u16::from_be(u16::from_bytes(self.0)).partial_cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:25:64 [INFO] [stderr] | [INFO] [stderr] 25 | u16::from_be(u16::from_bytes(self.0)).cmp(&u16::from_be(u16::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:113:42 [INFO] [stderr] | [INFO] [stderr] 113 | NetworkEndianU16(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ method not found in `u16` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u16` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU16.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | u16::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u16` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:16:72 [INFO] [stderr] | [INFO] [stderr] 16 | u32::from_be(u32::from_bytes(self.0)).partial_cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:25:64 [INFO] [stderr] | [INFO] [stderr] 25 | u32::from_be(u32::from_bytes(self.0)).cmp(&u32::from_be(u32::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:116:42 [INFO] [stderr] | [INFO] [stderr] 116 | NetworkEndianU32(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ method not found in `u32` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU32.rs:129:8 [INFO] [stderr] | [INFO] [stderr] 129 | u32::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u32` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:16:76 [INFO] [stderr] | [INFO] [stderr] 16 | u128::from_be(u128::from_bytes(self.0)).partial_cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:23 [INFO] [stderr] | [INFO] [stderr] 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:25:68 [INFO] [stderr] | [INFO] [stderr] 25 | u128::from_be(u128::from_bytes(self.0)).cmp(&u128::from_be(u128::from_bytes(other.0))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | NetworkEndianU128(native_endian.to_be().to_bytes()) [INFO] [stderr] | ^^^^^^^^ method not found in `u128` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_bytes`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `NetworkEndian` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_bytes` found for type `u128` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/network-endian-0.1.5/src/NetworkEndianU128.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | u128::from_bytes(self.0) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `u128` [INFO] [stderr] | help: there is a method with a similar name: `from_be` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `network-endian`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "55ac6a7f5df8842dbee7dc4b7031b6cfda1ae997aef797dedf886c3c33ae12f0"` [INFO] running `"docker" "rm" "-f" "55ac6a7f5df8842dbee7dc4b7031b6cfda1ae997aef797dedf886c3c33ae12f0"` [INFO] [stdout] 55ac6a7f5df8842dbee7dc4b7031b6cfda1ae997aef797dedf886c3c33ae12f0