[INFO] cloning repository https://github.com/kneasle/polymod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kneasle/polymod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneasle%2Fpolymod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneasle%2Fpolymod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af823d8c0057a1e9dba6267efb2d3a18236c9d77
[INFO] checking kneasle/polymod against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneasle%2Fpolymod" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kneasle/polymod
[INFO] finished tweaking git repo https://github.com/kneasle/polymod
[INFO] tweaked toml for git repo https://github.com/kneasle/polymod written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kneasle/polymod on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kneasle/polymod already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded three-d v0.17.0
[INFO] [stderr]   Downloaded bytemuck v1.14.1
[INFO] [stderr]   Downloaded png v0.17.11
[INFO] [stderr]   Downloaded winnow v0.5.35
[INFO] [stderr]   Downloaded three-d-asset v0.7.0
[INFO] [stderr]   Downloaded egui_glow v0.26.2
[INFO] [stderr]   Downloaded ecolor v0.26.2
[INFO] [stderr]   Downloaded egui v0.26.2
[INFO] [stderr]   Downloaded emath v0.26.2
[INFO] [stderr]   Downloaded index_vec v0.1.3
[INFO] [stderr]   Downloaded catppuccin-egui v5.2.0
[INFO] [stderr]   Downloaded ahash v0.8.7
[INFO] [stderr]   Downloaded epaint v0.26.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1
[INFO] running `Command { std: "docker" "start" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling glutin v0.30.10
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling catppuccin-egui v5.2.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking index_vec v0.1.3
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.5.1
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling zerocopy-derive v0.6.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking zerocopy v0.6.6
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]     Checking emath v0.26.2
[INFO] [stderr]     Checking ecolor v0.26.2
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking half v2.3.1
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]     Checking three-d-asset v0.7.0
[INFO] [stderr]     Checking epaint v0.26.2
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking egui v0.26.2
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking egui_glow v0.26.2
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking three-d v0.17.0
[INFO] [stderr]     Checking polymod v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1524:1
[INFO] [stdout]      |
[INFO] [stdout] 1524 | index_vec::define_index_type! { pub struct VertIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1524:1
[INFO] [stdout]      |
[INFO] [stdout] 1524 | index_vec::define_index_type! { pub struct VertIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__define_index_type_inner` which comes from the expansion of the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1525:1
[INFO] [stdout]      |
[INFO] [stdout] 1525 | index_vec::define_index_type! { pub struct FaceIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1525:1
[INFO] [stdout]      |
[INFO] [stdout] 1525 | index_vec::define_index_type! { pub struct FaceIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__define_index_type_inner` which comes from the expansion of the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1524:1
[INFO] [stdout]      |
[INFO] [stdout] 1524 | index_vec::define_index_type! { pub struct VertIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1524:1
[INFO] [stdout]      |
[INFO] [stdout] 1524 | index_vec::define_index_type! { pub struct VertIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__define_index_type_inner` which comes from the expansion of the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1525:1
[INFO] [stdout]      |
[INFO] [stdout] 1525 | index_vec::define_index_type! { pub struct FaceIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]     --> src/polyhedron.rs:1525:1
[INFO] [stdout]      |
[INFO] [stdout] 1525 | index_vec::define_index_type! { pub struct FaceIdx = usize; }
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__define_index_type_inner` which comes from the expansion of the macro `index_vec::define_index_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedRgba` is never constructed
[INFO] [stdout]    --> src/utils.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub struct OrderedRgba(pub egui::Rgba);
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_ordered_floats` is never used
[INFO] [stdout]    --> src/utils.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl OrderedRgba {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 159 |     fn as_ordered_floats(self) -> [OrderedFloat<f32>; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedRgba` is never constructed
[INFO] [stdout]    --> src/utils.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub struct OrderedRgba(pub egui::Rgba);
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_ordered_floats` is never used
[INFO] [stdout]    --> src/utils.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl OrderedRgba {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] 159 |     fn as_ordered_floats(self) -> [OrderedFloat<f32>; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.30.10, winit v0.28.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1", kill_on_drop: false }`
[INFO] [stdout] eff163bdd8542c671eeba8e73c2dacd134599be99d084a3ba6d12459296c84f1
