[INFO] fetching crate encrypted-dns 0.3.17... [INFO] checking encrypted-dns-0.3.17 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate encrypted-dns 0.3.17 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate encrypted-dns 0.3.17 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate encrypted-dns 0.3.17 [INFO] finished tweaking crates.io crate encrypted-dns 0.3.17 [INFO] tweaked toml for crates.io crate encrypted-dns 0.3.17 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate encrypted-dns 0.3.17 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] Downloading crates ... [INFO] [stderr] Downloaded daemonize-simple v0.1.4 [INFO] [stderr] Downloaded clockpro-cache v0.1.8 [INFO] [stderr] Downloaded dnsstamps v0.1.4 [INFO] [stderr] Downloaded ipext v0.1.0 [INFO] [stderr] Downloaded minisign-verify v0.1.4 [INFO] [stderr] Downloaded libsodium-sys-stable v1.19.4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 809c785b9611dc2ee121d4140ef574976675627a4a5daf3ca897a082f5d5f596 [INFO] running `"docker" "start" "-a" "809c785b9611dc2ee121d4140ef574976675627a4a5daf3ca897a082f5d5f596"` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling serde-big-array v0.2.0 [INFO] [stderr] Compiling prometheus v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.28 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking unsafe_unwrap v0.1.0 [INFO] [stderr] Checking ipext v0.1.0 [INFO] [stderr] Checking siphasher v0.3.2 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling minisign-verify v0.1.4 [INFO] [stderr] Checking clockpro-cache v0.1.8 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking dnsstamps v0.1.4 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.9 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking procfs v0.7.8 [INFO] [stderr] Checking coarsetime v0.1.12 [INFO] [stderr] Checking daemonize-simple v0.1.4 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.0/src/linux.rs:206:14 [INFO] [stderr] | [INFO] [stderr] 206 | Some((quota_us as f64 / period_us as f64).ceil() as usize) [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 `num_cpus`. [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" "809c785b9611dc2ee121d4140ef574976675627a4a5daf3ca897a082f5d5f596"` [INFO] running `"docker" "rm" "-f" "809c785b9611dc2ee121d4140ef574976675627a4a5daf3ca897a082f5d5f596"` [INFO] [stdout] 809c785b9611dc2ee121d4140ef574976675627a4a5daf3ca897a082f5d5f596