[INFO] crate pipe-logger 1.1.9 is already in cache [INFO] checking pipe-logger-1.1.9 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate pipe-logger 1.1.9 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate pipe-logger 1.1.9 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pipe-logger 1.1.9 [INFO] finished tweaking crates.io crate pipe-logger 1.1.9 [INFO] tweaked toml for crates.io crate pipe-logger 1.1.9 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate pipe-logger 1.1.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fa71e144a84a77b2d599e5641cc4fb52f75c8ca2420069199be09475025f4c97 [INFO] running `"docker" "start" "-a" "fa71e144a84a77b2d599e5641cc4fb52f75c8ca2420069199be09475025f4c97"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Checking slash-formatter v2.2.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Checking byte-unit v3.0.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking path-dedot v1.1.11 [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:754:24 [INFO] [stderr] | [INFO] [stderr] 754 | ByteUnit::B => value as u128, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | ( $x:expr, $t:ty ) => {($x * (1000000 as $t)) as u128 / 1000u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:755:25 [INFO] [stderr] | [INFO] [stderr] 755 | ByteUnit::KB => n_kb_bytes!(value, f64), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | ( $x:expr, $t:ty ) => {($x * (1048576 as $t)) as u128 / 1024u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:756:26 [INFO] [stderr] | [INFO] [stderr] 756 | ByteUnit::KiB => n_kib_bytes!(value, f64), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | ( $x:expr, $t:ty ) => {($x * (1000000 as $t)) as u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:757:25 [INFO] [stderr] | [INFO] [stderr] 757 | ByteUnit::MB => n_mb_bytes!(value, f64), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | ( $x:expr, $t:ty ) => {($x * (1048576 as $t)) as u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:758:26 [INFO] [stderr] | [INFO] [stderr] 758 | ByteUnit::MiB => n_mib_bytes!(value, f64), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:129:28 [INFO] [stderr] | [INFO] [stderr] 129 | ( $x:expr, $t:ty ) => {($x * (1000000 as $t)) as u128 * 1000u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:759:25 [INFO] [stderr] | [INFO] [stderr] 759 | ByteUnit::GB => n_gb_bytes!(value, f64), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:155:28 [INFO] [stderr] | [INFO] [stderr] 155 | ( $x:expr, $t:ty ) => {($x * (1048576 as $t)) as u128 * 1024u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:760:26 [INFO] [stderr] | [INFO] [stderr] 760 | ByteUnit::GiB => n_gib_bytes!(value, f64), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:181:28 [INFO] [stderr] | [INFO] [stderr] 181 | ( $x:expr, $t:ty ) => {($x * (1000000 as $t)) as u128 * 1000000u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:761:25 [INFO] [stderr] | [INFO] [stderr] 761 | ByteUnit::TB => n_tb_bytes!(value, f64), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:155:28 [INFO] [stderr] | [INFO] [stderr] 155 | ( $x:expr, $t:ty ) => {($x * (1048576 as $t)) as u128 * 1024u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:762:26 [INFO] [stderr] | [INFO] [stderr] 762 | ByteUnit::TiB => n_gib_bytes!(value, f64), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:233:28 [INFO] [stderr] | [INFO] [stderr] 233 | ( $x:expr, $t:ty ) => {($x * (1000000 as $t)) as u128 * 1000000000u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:763:25 [INFO] [stderr] | [INFO] [stderr] 763 | ByteUnit::PB => n_pb_bytes!(value, f64), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u128` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/macros.rs:259:28 [INFO] [stderr] | [INFO] [stderr] 259 | ( $x:expr, $t:ty ) => {($x * (1048576 as $t)) as u128 * 1073741824u128}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byte-unit-3.0.0/src/lib.rs:764:26 [INFO] [stderr] | [INFO] [stderr] 764 | ByteUnit::PiB => n_pib_bytes!(value, f64) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] error: could not compile `byte-unit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fa71e144a84a77b2d599e5641cc4fb52f75c8ca2420069199be09475025f4c97"` [INFO] running `"docker" "rm" "-f" "fa71e144a84a77b2d599e5641cc4fb52f75c8ca2420069199be09475025f4c97"` [INFO] [stdout] fa71e144a84a77b2d599e5641cc4fb52f75c8ca2420069199be09475025f4c97