[INFO] cloning repository https://github.com/r-darwish/alma [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/r-darwish/alma" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr-darwish%2Falma"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr-darwish%2Falma'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bc9969a0db2618790aabd06cbb5cbfed4a40c40c [INFO] checking r-darwish/alma against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr-darwish%2Falma" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/r-darwish/alma on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/r-darwish/alma [INFO] finished tweaking git repo https://github.com/r-darwish/alma [INFO] tweaked toml for git repo https://github.com/r-darwish/alma written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/r-darwish/alma 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 31debd50c954076700f7072da07b3908963e3e4c4ad3d48f62ed874d56f04361 [INFO] running `"docker" "start" "-a" "31debd50c954076700f7072da07b3908963e3e4c4ad3d48f62ed874d56f04361"` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking regex-syntax v0.6.15 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking byte-unit v3.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.10 [INFO] [stderr] Compiling proc-macro-error v0.4.10 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking textwrap v0.11.0 [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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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] 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" "31debd50c954076700f7072da07b3908963e3e4c4ad3d48f62ed874d56f04361"` [INFO] running `"docker" "rm" "-f" "31debd50c954076700f7072da07b3908963e3e4c4ad3d48f62ed874d56f04361"` [INFO] [stdout] 31debd50c954076700f7072da07b3908963e3e4c4ad3d48f62ed874d56f04361