[INFO] crate kondo-ui 0.1.0 is already in cache [INFO] checking kondo-ui-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate kondo-ui 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate kondo-ui 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kondo-ui 0.1.0 [INFO] finished tweaking crates.io crate kondo-ui 0.1.0 [INFO] tweaked toml for crates.io crate kondo-ui 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate kondo-ui 0.1.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] [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-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] aad4cb6900fc71bfc5c8f939fb05aa60a61c22e44e300188c911076ad1bc2367 [INFO] running `"docker" "start" "-a" "aad4cb6900fc71bfc5c8f939fb05aa60a61c22e44e300188c911076ad1bc2367"` [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling standback v0.2.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking intl_pluralrules v6.0.0 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking kurbo v0.5.11 [INFO] [stderr] Checking simple_logger v1.6.0 [INFO] [stderr] Checking kondo-lib v0.1.0 [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[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] 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] 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] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [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: build failed [INFO] running `"docker" "inspect" "aad4cb6900fc71bfc5c8f939fb05aa60a61c22e44e300188c911076ad1bc2367"` [INFO] running `"docker" "rm" "-f" "aad4cb6900fc71bfc5c8f939fb05aa60a61c22e44e300188c911076ad1bc2367"` [INFO] [stdout] aad4cb6900fc71bfc5c8f939fb05aa60a61c22e44e300188c911076ad1bc2367