[INFO] updating cached repository https://github.com/baskerville/plato [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/baskerville/plato [INFO] [stderr] - [deleted] (none) -> libmupdf-objcopy-symbols [INFO] [stderr] 5f402d3..9e30c65 master -> master [INFO] [stderr] * [new tag] 0.8.5 -> 0.8.5 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e30c65482e054364ecafd145eadc5744f169c08 [INFO] checking baskerville/plato against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaskerville%2Fplato" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/baskerville/plato on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/baskerville/plato [INFO] finished tweaking git repo https://github.com/baskerville/plato [INFO] tweaked toml for git repo https://github.com/baskerville/plato written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/baskerville/plato already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1e3a502eafcb900679b8ab11003f912c3eaa203739bfddf57f6aff997336be3b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1e3a502eafcb900679b8ab11003f912c3eaa203739bfddf57f6aff997336be3b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling plato v0.8.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking septem v1.0.1 [INFO] [stderr] Checking paragraph-breaker v0.4.3 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking titlecase v1.1.0 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking filetime v0.2.9 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Checking zip v0.5.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking thiserror v1.0.16 [INFO] [stderr] Checking serde v1.0.106 [INFO] [stderr] Checking atlatl v0.1.2 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking indexmap v1.3.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking hyphenation_commons v0.7.1 [INFO] [stderr] Compiling kl-hyphenate v0.7.2 [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/geom.rs:227:13 [INFO] [stderr] | [INFO] [stderr] 227 | if d1 > f32::EPSILON || d2 > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/geom.rs:227:34 [INFO] [stderr] | [INFO] [stderr] 227 | if d1 > f32::EPSILON || d2 > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/geom.rs:227:13 [INFO] [stderr] | [INFO] [stderr] 227 | if d1 > f32::EPSILON || d2 > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/framebuffer/mod.rs:139:37 [INFO] [stderr] | [INFO] [stderr] 139 | if (exponent - 1.0).abs() < f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/geom.rs:227:34 [INFO] [stderr] | [INFO] [stderr] 227 | if d1 > f32::EPSILON || d2 > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/framebuffer/mod.rs:139:37 [INFO] [stderr] | [INFO] [stderr] 139 | if (exponent - 1.0).abs() < f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:583:42 [INFO] [stderr] | [INFO] [stderr] 583 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:589:32 [INFO] [stderr] | [INFO] [stderr] 589 | let mut offset_after = usize::MAX; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:608:42 [INFO] [stderr] | [INFO] [stderr] 608 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:583:42 [INFO] [stderr] | [INFO] [stderr] 583 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:589:32 [INFO] [stderr] | [INFO] [stderr] 589 | let mut offset_after = usize::MAX; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/epub/mod.rs:608:42 [INFO] [stderr] | [INFO] [stderr] 608 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/html/engine.rs:1643:39 [INFO] [stderr] | [INFO] [stderr] 1643 | start_index = usize::MAX; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/library.rs:152:21 [INFO] [stderr] | [INFO] [stderr] 152 | usize::MAX [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/document/html/engine.rs:1643:39 [INFO] [stderr] | [INFO] [stderr] 1643 | start_index = usize::MAX; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/library.rs:152:21 [INFO] [stderr] | [INFO] [stderr] 152 | usize::MAX [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | let mut dmin = [u16::MAX; 2]; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | let mut index = [usize::MAX; 2]; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | if dmin[0] == 0 || dmin[1] == u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | if dmin[1] == 0 || dmin[0] == u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/slider.rs:52:42 [INFO] [stderr] | [INFO] [stderr] 52 | if (self.value - value).abs() >= f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | let mut dmin = [u16::MAX; 2]; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | let mut index = [usize::MAX; 2]; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | if dmin[0] == 0 || dmin[1] == u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/settings/preset.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | if dmin[1] == 0 || dmin[0] == u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/slider.rs:52:42 [INFO] [stderr] | [INFO] [stderr] 52 | if (self.value - value).abs() >= f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/home/mod.rs:343:43 [INFO] [stderr] | [INFO] [stderr] 343 | if (page_ceil - page_guess) < f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/home/mod.rs:343:43 [INFO] [stderr] | [INFO] [stderr] 343 | if (page_ceil - page_guess) < f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:268:60 [INFO] [stderr] | [INFO] [stderr] 268 | if (line_height - DEFAULT_LINE_HEIGHT).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:268:60 [INFO] [stderr] | [INFO] [stderr] 268 | if (line_height - DEFAULT_LINE_HEIGHT).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:1814:77 [INFO] [stderr] | [INFO] [stderr] 1814 | ... (e - self.contrast.exponent).abs() < f32::EPSILON) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:1839:73 [INFO] [stderr] | [INFO] [stderr] 1839 | ... (g - self.contrast.gray).abs() < f32::EPSILON) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:1814:77 [INFO] [stderr] | [INFO] [stderr] 1814 | ... (e - self.contrast.exponent).abs() < f32::EPSILON) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:1839:73 [INFO] [stderr] | [INFO] [stderr] 1839 | ... (g - self.contrast.gray).abs() < f32::EPSILON) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2411:77 [INFO] [stderr] | [INFO] [stderr] 2411 | if (self.contrast.exponent - DEFAULT_CONTRAST_EXPONENT).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2413:73 [INFO] [stderr] | [INFO] [stderr] 2413 | if (self.contrast.gray - DEFAULT_CONTRAST_GRAY).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2559:32 [INFO] [stderr] | [INFO] [stderr] 2559 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2656:32 [INFO] [stderr] | [INFO] [stderr] 2656 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2771:32 [INFO] [stderr] | [INFO] [stderr] 2771 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2888:32 [INFO] [stderr] | [INFO] [stderr] 2888 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2411:77 [INFO] [stderr] | [INFO] [stderr] 2411 | if (self.contrast.exponent - DEFAULT_CONTRAST_EXPONENT).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2413:73 [INFO] [stderr] | [INFO] [stderr] 2413 | if (self.contrast.gray - DEFAULT_CONTRAST_GRAY).abs() > f32::EPSILON { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:3209:52 [INFO] [stderr] | [INFO] [stderr] 3209 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2559:32 [INFO] [stderr] | [INFO] [stderr] 2559 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:3257:52 [INFO] [stderr] | [INFO] [stderr] 3257 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2656:32 [INFO] [stderr] | [INFO] [stderr] 2656 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2771:32 [INFO] [stderr] | [INFO] [stderr] 2771 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:2888:32 [INFO] [stderr] | [INFO] [stderr] 2888 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:3209:52 [INFO] [stderr] | [INFO] [stderr] 3209 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/mod.rs:3257:52 [INFO] [stderr] | [INFO] [stderr] 3257 | ... .unwrap_or(usize::MAX); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/margin_cropper.rs:68:24 [INFO] [stderr] | [INFO] [stderr] 68 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/view/reader/margin_cropper.rs:68:24 [INFO] [stderr] | [INFO] [stderr] 68 | let mut dmin = u32::MAX; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `plato`. [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 26 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `plato`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e3a502eafcb900679b8ab11003f912c3eaa203739bfddf57f6aff997336be3b"` [INFO] running `"docker" "rm" "-f" "1e3a502eafcb900679b8ab11003f912c3eaa203739bfddf57f6aff997336be3b"` [INFO] [stdout] 1e3a502eafcb900679b8ab11003f912c3eaa203739bfddf57f6aff997336be3b