[INFO] fetching crate druid 0.5.0... [INFO] checking druid-0.5.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate druid 0.5.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate druid 0.5.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate druid 0.5.0 [INFO] finished tweaking crates.io crate druid 0.5.0 [INFO] tweaked toml for crates.io crate druid 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate druid 0.5.0 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 10979a45c3b36ca4b83d2b209d8d434dfd6bb5ba390e0df0a03bbee7d4ce1655 [INFO] running `"docker" "start" "-a" "10979a45c3b36ca4b83d2b209d8d434dfd6bb5ba390e0df0a03bbee7d4ce1655"` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Checking tinystr v0.3.2 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Compiling standback v0.2.1 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking fluent-syntax v0.9.3 [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking unic-langid-impl v0.8.0 [INFO] [stderr] Checking kurbo v0.5.11 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kurbo-0.5.11/src/arc.rs:34:17 [INFO] [stderr] | [INFO] [stderr] 34 | let n = n as usize; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking unic-langid v0.8.0 [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kurbo-0.5.11/src/circle.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | let n = (1.1163 * scaled_err).powf(1.0 / 6.0).ceil() as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking intl_pluralrules v6.0.0 [INFO] [stderr] Checking fluent-langneg v0.12.1 [INFO] [stderr] error[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/kurbo-0.5.11/src/param_curve.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | let n = n as usize; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking simple_logger v1.6.0 [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] error: could not compile `kurbo`. [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[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/intl_pluralrules-6.0.0/src/operands.rs:106:30 [INFO] [stderr] | [INFO] [stderr] 106 | integer_digits = absolute_value 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 `intl_pluralrules`. [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" "10979a45c3b36ca4b83d2b209d8d434dfd6bb5ba390e0df0a03bbee7d4ce1655"` [INFO] running `"docker" "rm" "-f" "10979a45c3b36ca4b83d2b209d8d434dfd6bb5ba390e0df0a03bbee7d4ce1655"` [INFO] [stdout] 10979a45c3b36ca4b83d2b209d8d434dfd6bb5ba390e0df0a03bbee7d4ce1655