[INFO] crate updns 0.1.3 is already in cache [INFO] checking updns-0.1.3 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate updns 0.1.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate updns 0.1.3 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate updns 0.1.3 [INFO] finished tweaking crates.io crate updns 0.1.3 [INFO] tweaked toml for crates.io crate updns 0.1.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate updns 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 863612938f85f6e66891f16df9ab5d45811b6a6bbfeea44e127e3afdaed9436e [INFO] running `"docker" "start" "-a" "863612938f85f6e66891f16df9ab5d45811b6a6bbfeea44e127e3afdaed9436e"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking bytes v0.5.1 [INFO] [stderr] Checking ace v0.2.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking mio v0.6.20 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking tokio v0.2.16 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking updns v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/config.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | let ms = match unit { [INFO] [stderr] | ______________^ [INFO] [stderr] 40 | | "d" => Ok(24_f64 * 60_f64 * 60_f64 * 1000_f64 * n), [INFO] [stderr] 41 | | "h" => Ok(60_f64 * 60_f64 * 1000_f64 * n), [INFO] [stderr] 42 | | "m" => Ok(60_f64 * 1000_f64 * n), [INFO] [stderr] ... | [INFO] [stderr] 45 | | _ => Err(()), [INFO] [stderr] 46 | | }? as u64; [INFO] [stderr] | |_____________^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/config.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | let ms = match unit { [INFO] [stderr] | ______________^ [INFO] [stderr] 40 | | "d" => Ok(24_f64 * 60_f64 * 60_f64 * 1000_f64 * n), [INFO] [stderr] 41 | | "h" => Ok(60_f64 * 60_f64 * 1000_f64 * n), [INFO] [stderr] 42 | | "m" => Ok(60_f64 * 1000_f64 * n), [INFO] [stderr] ... | [INFO] [stderr] 45 | | _ => Err(()), [INFO] [stderr] 46 | | }? as u64; [INFO] [stderr] | |_____________^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `updns`. [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `updns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "863612938f85f6e66891f16df9ab5d45811b6a6bbfeea44e127e3afdaed9436e"` [INFO] running `"docker" "rm" "-f" "863612938f85f6e66891f16df9ab5d45811b6a6bbfeea44e127e3afdaed9436e"` [INFO] [stdout] 863612938f85f6e66891f16df9ab5d45811b6a6bbfeea44e127e3afdaed9436e