[INFO] fetching crate picea 0.1.0... [INFO] building picea-0.1.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate picea 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate picea 0.1.0 [INFO] finished tweaking crates.io crate picea 0.1.0 [INFO] tweaked toml for crates.io crate picea 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate picea 0.1.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate picea 0.1.0 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c8ef3e0f1379e7ab3b69288d82759f704753596cc5b61de6c410a9ea6244923 [INFO] running `Command { std: "docker" "start" "-a" "7c8ef3e0f1379e7ab3b69288d82759f704753596cc5b61de6c410a9ea6244923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c8ef3e0f1379e7ab3b69288d82759f704753596cc5b61de6c410a9ea6244923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c8ef3e0f1379e7ab3b69288d82759f704753596cc5b61de6c410a9ea6244923", kill_on_drop: false }` [INFO] [stdout] 7c8ef3e0f1379e7ab3b69288d82759f704753596cc5b61de6c410a9ea6244923 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fedc210d567e76f4face93175e26a23500dd6806a42a331abdcf18b2a4b9420c [INFO] running `Command { std: "docker" "start" "-a" "fedc210d567e76f4face93175e26a23500dd6806a42a331abdcf18b2a4b9420c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Compiling picea-macro-tools v0.1.0 [INFO] [stderr] Compiling picea v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Transform` [INFO] [stdout] --> src/shape/polygon.rs:21:59 [INFO] [stdout] | [INFO] [stdout] 21 | CenterPoint, Edge, EdgeIterable, GeometryTransformer, Transform, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `FloatNum`, `point::Point`, and `vector::Vector` [INFO] [stdout] --> src/shape/utils.rs:782:23 [INFO] [stdout] | [INFO] [stdout] 782 | use crate::math::{point::Point, vector::Vector, FloatNum}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::rotate_polygon` [INFO] [stdout] --> src/shape/utils.rs:784:9 [INFO] [stdout] | [INFO] [stdout] 784 | use super::rotate_polygon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/tools/collision_view.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `normal_toward_a` [INFO] [stdout] --> src/constraints/contact.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | let normal_toward_a = if normal * (position_a - position_b) < 0. { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normal_toward_a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_enter_sleep_frame` [INFO] [stdout] --> src/scene/mod.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | max_enter_sleep_frame, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: try removing the field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_enter_sleep_motion` [INFO] [stdout] --> src/scene/mod.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | max_enter_sleep_motion, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: try removing the field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parameters` [INFO] [stdout] --> src/constraints/contact.rs:439:9 [INFO] [stdout] | [INFO] [stdout] 439 | parameters: &ConstraintParameters, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/constraints/contact.rs:440:9 [INFO] [stdout] | [INFO] [stdout] 440 | index: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is intentional, prefix it with an underscore [INFO] [stdout] | [INFO] [stdout] 440 | _index: usize, [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAX_ITER_COUNT` [INFO] [stdout] | [INFO] [stdout] 440 - index: usize, [INFO] [stdout] 440 + collision::epa_compute_collision_edge::MAX_ITER_COUNT: usize, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `secs` [INFO] [stdout] --> src/element/mod.rs:160:28 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn tick(&mut self, secs: f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is intentional, prefix it with an underscore [INFO] [stdout] | [INFO] [stdout] 160 | pub fn tick(&mut self, _secs: f32) { [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `MAX_DELTA_TIME` [INFO] [stdout] | [INFO] [stdout] 160 - pub fn tick(&mut self, secs: f32) { [INFO] [stdout] 160 + pub fn tick(&mut self, scene::Scene::::tick::MAX_DELTA_TIME: f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `constraint` [INFO] [stdout] --> src/scene/mod.rs:618:24 [INFO] [stdout] | [INFO] [stdout] 618 | .for_each(|constraint| {}); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constraint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start_point` [INFO] [stdout] --> src/shape/utils.rs:573:17 [INFO] [stdout] | [INFO] [stdout] 573 | start_point, [INFO] [stdout] | ^^^^^^^^^^^ help: try ignoring the field: `start_point: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `support_point` [INFO] [stdout] --> src/shape/utils.rs:574:17 [INFO] [stdout] | [INFO] [stdout] 574 | support_point, [INFO] [stdout] | ^^^^^^^^^^^^^ help: try ignoring the field: `support_point: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `end_point` [INFO] [stdout] --> src/shape/utils.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | end_point, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `end_point: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center_point` [INFO] [stdout] --> src/shape/utils.rs:581:17 [INFO] [stdout] | [INFO] [stdout] 581 | center_point, [INFO] [stdout] | ^^^^^^^^^^^^ help: try ignoring the field: `center_point: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/shape/utils.rs:582:17 [INFO] [stdout] | [INFO] [stdout] 582 | radius, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start_point` [INFO] [stdout] --> src/shape/utils.rs:647:17 [INFO] [stdout] | [INFO] [stdout] 647 | start_point, [INFO] [stdout] | ^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: try removing the field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `end_point` [INFO] [stdout] --> src/shape/utils.rs:648:17 [INFO] [stdout] | [INFO] [stdout] 648 | end_point, [INFO] [stdout] | ^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: try removing the field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tools/snapshot.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut forces = String::new(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `PI` should have a snake case name [INFO] [stdout] --> src/math/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub const fn PI() -> FloatNum { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pi` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `TAU` should have a snake case name [INFO] [stdout] --> src/math/mod.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | pub const fn TAU() -> FloatNum { [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `tau` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/scene/context.rs:22:36 [INFO] [stdout] | [INFO] [stdout] 22 | merge_shape_transform: INNER_GLOBAL_CONTEXT [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 23 | | .borrow() [INFO] [stdout] | |_________________________^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/scene/context.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe { INNER_GLOBAL_CONTEXT.get_mut() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compute_minkowski` is never used [INFO] [stdout] --> src/collision/mod.rs:396:15 [INFO] [stdout] | [INFO] [stdout] 396 | pub(crate) fn compute_minkowski(compute_support_point: F) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `is_deleted` is never read [INFO] [stdout] --> src/element/store.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 18 | struct StoredElement { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 19 | // TODO [INFO] [stdout] 20 | is_deleted: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `EDGE_COUNT` is never used [INFO] [stdout] --> src/shape/polygon.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 80 | impl ConstPolygon { [INFO] [stdout] | ------------------------------------ associated constant in this implementation [INFO] [stdout] 81 | const EDGE_COUNT: usize = N; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `minkowski_different_gathers` is never read [INFO] [stdout] --> src/tools/collision_view.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct CollisionStatusViewer { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 20 | minkowski_different_gathers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GlobalContext` is never constructed [INFO] [stdout] --> src/scene/context.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) struct GlobalContext { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `global_context` is never used [INFO] [stdout] --> src/scene/context.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn global_context() -> GlobalContext { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `rad` is never read [INFO] [stdout] --> src/shape/circle.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Circle { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | rad: f32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `total_skip_durations` is never read [INFO] [stdout] --> src/scene/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct Scene [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | total_skip_durations: FloatNum, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `post_solve_constraints`, `solve_air_friction`, and `query_element_pair` are never used [INFO] [stdout] --> src/scene/mod.rs:615:15 [INFO] [stdout] | [INFO] [stdout] 73 | impl Scene { [INFO] [stdout] | --------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 615 | unsafe fn post_solve_constraints(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 657 | fn solve_air_friction(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 670 | unsafe fn query_element_pair( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s [INFO] running `Command { std: "docker" "inspect" "fedc210d567e76f4face93175e26a23500dd6806a42a331abdcf18b2a4b9420c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fedc210d567e76f4face93175e26a23500dd6806a42a331abdcf18b2a4b9420c", kill_on_drop: false }` [INFO] [stdout] fedc210d567e76f4face93175e26a23500dd6806a42a331abdcf18b2a4b9420c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 933cbb08795b52da9e8d8d85b895095599c2fb9223a5ef2936046b4276734ec2 [INFO] running `Command { std: "docker" "start" "-a" "933cbb08795b52da9e8d8d85b895095599c2fb9223a5ef2936046b4276734ec2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling libloading v0.8.2 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling xcursor v0.3.5 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling cc v1.0.89 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling winit v0.26.1 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.4 [INFO] [stderr] Compiling gif v0.11.4 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] error: could not compile `libc` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name libc --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c93c5a2ad7cbb85 -C extra-filename=-c64eddf1d3f0dc2a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "933cbb08795b52da9e8d8d85b895095599c2fb9223a5ef2936046b4276734ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "933cbb08795b52da9e8d8d85b895095599c2fb9223a5ef2936046b4276734ec2", kill_on_drop: false }` [INFO] [stdout] 933cbb08795b52da9e8d8d85b895095599c2fb9223a5ef2936046b4276734ec2