[INFO] cloning repository https://github.com/samclane/mantle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samclane/mantle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamclane%2Fmantle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamclane%2Fmantle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3adfc01a4e96e6c8d428d2db286388d44b0478ff [INFO] testing samclane/mantle against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamclane%2Fmantle" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/samclane/mantle [INFO] finished tweaking git repo https://github.com/samclane/mantle [INFO] tweaked toml for git repo https://github.com/samclane/mantle written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/samclane/mantle on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/samclane/mantle 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0555125286d2927c98775a9832bf10ae48d12e971dd7214329d1bfd8f499cf26 [INFO] running `Command { std: "docker" "start" "-a" "0555125286d2927c98775a9832bf10ae48d12e971dd7214329d1bfd8f499cf26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0555125286d2927c98775a9832bf10ae48d12e971dd7214329d1bfd8f499cf26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0555125286d2927c98775a9832bf10ae48d12e971dd7214329d1bfd8f499cf26", kill_on_drop: false }` [INFO] [stdout] 0555125286d2927c98775a9832bf10ae48d12e971dd7214329d1bfd8f499cf26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cc43ac43b980b0eac49b8eab001f61f192c7b0eb545eaefdd5d187f28a3a945 [INFO] running `Command { std: "docker" "start" "-a" "3cc43ac43b980b0eac49b8eab001f61f192c7b0eb545eaefdd5d187f28a3a945", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling libloading v0.8.4 [INFO] [stderr] Compiling wayland-sys v0.31.4 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling quick-xml v0.34.0 [INFO] [stderr] Compiling wayland-client v0.31.5 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling ttf-parser v0.24.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling piper v0.2.3 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling xcursor v0.3.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling built v0.7.4 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling epaint_default_fonts v0.30.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling immutable-chunkmap v2.0.6 [INFO] [stderr] Compiling winit v0.30.8 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling async-executor v1.13.0 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling bitstream-io v2.5.3 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling wayland-scanner v0.31.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling wayland-backend v0.3.6 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.7.1 [INFO] [stderr] Compiling glutin_glx_sys v0.6.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling xdg-home v1.2.0 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling dpi v0.1.1 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling image-webp v0.1.3 [INFO] [stderr] Compiling glutin v0.32.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling mime_guess2 v2.0.5 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling gimli v0.29.0 [INFO] [stderr] Compiling destructure_traitobject v0.2.0 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling unsafe-any-ors v1.0.0 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling object v0.36.1 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling glow v0.16.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling document-features v0.2.10 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling transpose v0.2.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling typemap-ors v1.0.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling addr2line v0.22.0 [INFO] [stderr] Compiling thread-id v4.2.2 [INFO] [stderr] Compiling gif v0.11.4 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling primal-check v0.3.4 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling rustfft v6.2.0 [INFO] [stderr] Compiling strum v0.27.1 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling bytemuck_derive v1.7.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zvariant_derive v4.2.0 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling enumn v0.1.13 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling zbus_macros v4.4.0 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling rgb v0.8.48 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling lifx-core v0.4.0 [INFO] [stderr] Compiling dbus v0.9.7 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Compiling enumflags2 v0.7.10 [INFO] [stderr] Compiling zvariant v4.2.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling accesskit v0.17.1 [INFO] [stderr] Compiling emath v0.30.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling rdev v0.5.3 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling alsa v0.9.1 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling ecolor v0.30.0 [INFO] [stderr] Compiling epaint v0.30.0 [INFO] [stderr] Compiling webbrowser v1.0.1 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling cpal v0.15.3 [INFO] [stderr] Compiling log4rs v1.3.0 [INFO] [stderr] Compiling xcb v1.4.0 [INFO] [stderr] Compiling accesskit_consumer v0.26.0 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling zbus_names v3.0.0 [INFO] [stderr] Compiling zbus_xml v4.0.0 [INFO] [stderr] Compiling zbus-lockstep v0.4.4 [INFO] [stderr] Compiling zbus-lockstep-macros v0.4.4 [INFO] [stderr] Compiling egui v0.30.0 [INFO] [stderr] Compiling ravif v0.11.10 [INFO] [stderr] Compiling polling v3.7.2 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling async-io v2.3.3 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling image v0.25.2 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling zbus v4.4.0 [INFO] [stderr] Compiling wayland-protocols v0.32.3 [INFO] [stderr] Compiling wayland-cursor v0.31.5 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling arboard v3.4.0 [INFO] [stderr] Compiling xcap v0.0.12 [INFO] [stderr] Compiling egui_glow v0.30.0 [INFO] [stderr] Compiling egui_plot v0.30.0 [INFO] [stderr] Compiling egui_extras v0.30.0 [INFO] [stderr] Compiling egui-toast v0.16.0 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.3 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.3 [INFO] [stderr] Compiling atspi-common v0.6.0 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling smithay-clipboard v0.7.2 [INFO] [stderr] Compiling atspi-proxies v0.6.0 [INFO] [stderr] Compiling accesskit_atspi_common v0.10.1 [INFO] [stderr] Compiling atspi-connection v0.6.0 [INFO] [stderr] Compiling atspi v0.22.0 [INFO] [stderr] Compiling accesskit_unix v0.13.1 [INFO] [stderr] Compiling accesskit_winit v0.23.1 [INFO] [stderr] Compiling egui-winit v0.30.0 [INFO] [stderr] Compiling eframe v0.30.0 [INFO] [stderr] Compiling mantle v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcap v0.0.12 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "3cc43ac43b980b0eac49b8eab001f61f192c7b0eb545eaefdd5d187f28a3a945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc43ac43b980b0eac49b8eab001f61f192c7b0eb545eaefdd5d187f28a3a945", kill_on_drop: false }` [INFO] [stdout] 3cc43ac43b980b0eac49b8eab001f61f192c7b0eb545eaefdd5d187f28a3a945 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 333025d7aa8dfca1f99f9231eab79dba05e9feefc131f39ef4985d3dc61db334 [INFO] running `Command { std: "docker" "start" "-a" "333025d7aa8dfca1f99f9231eab79dba05e9feefc131f39ef4985d3dc61db334", kill_on_drop: false }` [INFO] [stderr] Compiling mantle v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcap v0.0.12 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "333025d7aa8dfca1f99f9231eab79dba05e9feefc131f39ef4985d3dc61db334", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "333025d7aa8dfca1f99f9231eab79dba05e9feefc131f39ef4985d3dc61db334", kill_on_drop: false }` [INFO] [stdout] 333025d7aa8dfca1f99f9231eab79dba05e9feefc131f39ef4985d3dc61db334 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c638e1a848ad0bed4023fcd503c6ab4f51667e8b7d85b0f6bfd297c3e90fa0fe [INFO] running `Command { std: "docker" "start" "-a" "c638e1a848ad0bed4023fcd503c6ab4f51667e8b7d85b0f6bfd297c3e90fa0fe", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: xcap v0.0.12 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mantle-4ef5b4526da61689) [INFO] [stdout] [INFO] [stdout] running 62 tests [INFO] [stdout] test action::tests::test_user_action_variants ... ok [INFO] [stdout] test action::tests::test_user_action_display ... ok [INFO] [stdout] test action::tests::test_discriminant_names ... ok [INFO] [stdout] test audio::tests::test_subsample_edge_cases ... ok [INFO] [stdout] test audio::tests::test_power_spectrum_nonnegative ... ok [INFO] [stdout] test audio::tests::test_samples_to_hsbk_structure ... ok [INFO] [stdout] test audio::tests::test_fft_real_length ... ok [INFO] [stdout] test audio::tests::test_freq_centroid_edge ... ok [INFO] [stdout] test action::tests::test_user_action_execute ... ok [INFO] [stdout] test audio::tests::test_to_complex_and_to_real_roundtrip ... ok [INFO] [stdout] test audio::tests::test_to_complex_empty ... ok [INFO] [stdout] test color::tests::test_contrast_color ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_get_color_multi ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_get_color_single ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_group_label ... ok [INFO] [stdout] test audio::tests::test_freq_to_hue_on_constant_signal ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_new ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_name_label ... ok [INFO] [stdout] test audio::tests::test_build_output_stream_no_device ... ok [INFO] [stdout] test audio::tests::test_power_zero_input ... ok [INFO] [stdout] test device_info::tests::test_handle_multizone ... ok [INFO] [stdout] test device_info::tests::test_serde_bulb_info ... ok [INFO] [stdout] test device_info::tests::test_serde_group_info ... ok [INFO] [stdout] test listener::tests::tests::test_from_egui ... ok [INFO] [stdout] test listener::tests::tests::test_input_action_display ... ok [INFO] [stdout] test listener::tests::tests::test_input_action_equality ... ok [INFO] [stdout] test color::tests::test_hsbk_to_rgb ... ok [INFO] [stderr] ALSA lib confmisc.c:855:(parse_card) cannot find card '0' [INFO] [stdout] test device_info::tests::test_groupinfo_get_bulbs ... ok [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory [INFO] [stdout] test device_info::tests::test_groupinfo_update ... ok [INFO] [stderr] ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings [INFO] [stdout] test color::tests::test_kelvin_to_rgb ... ok [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory [INFO] [stdout] test listener::tests::tests::test_input_action_hash ... ok [INFO] [stderr] ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name [INFO] [stdout] test device_info::tests::test_deviceinfo_id ... ok [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory [INFO] [stdout] test listener::tests::tests::test_input_listener_get_last_mouse_position ... ok [INFO] [stderr] ALSA lib conf.c:5727:(snd_config_expand) Evaluate error: No such file or directory [INFO] [stdout] test listener::tests::tests::test_input_action_ordering ... ok [INFO] [stderr] ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM default [INFO] [stderr] ALSA lib confmisc.c:855:(parse_card) cannot find card '0' [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory [INFO] [stderr] ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory [INFO] [stderr] ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name [INFO] [stderr] ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory [INFO] [stderr] ALSA lib conf.c:5727:(snd_config_expand) Evaluate error: No such file or directory [INFO] [stderr] ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM default [INFO] [stdout] test audio::tests::test_get_samples_data ... ok [INFO] [stdout] test device_info::tests::test_groupinfo_build_all_group ... ok [INFO] [stdout] test listener::tests::tests::test_input_listener_add_callback ... ok [INFO] [stdout] test listener::tests::tests::test_input_listener_get_keys_pressed ... ok [INFO] [stdout] test listener::tests::tests::test_input_listener_get_last_click_time ... ok [INFO] [stdout] test color::tests::test_rgb_to_hsbk ... ok [INFO] [stdout] test listener::tests::tests::test_input_listener_is_button_pressed ... ok [INFO] [stdout] test audio::tests::test_build_input_stream_no_config ... ok [INFO] [stdout] test device_info::tests::test_groupinfo_new ... ok [INFO] [stdout] test listener::tests::tests::test_input_listener_is_key_pressed ... ok [INFO] [stdout] test listener::tests::tests::test_is_input_action_pressed ... ok [INFO] [stdout] test listener::tests::tests::test_mouse_position_equality ... ok [INFO] [stdout] test listener::tests::tests::test_map_egui_key_to_rdev_key ... ok [INFO] [stdout] test scenes::test::test_scene_from_vec ... ok [INFO] [stdout] test listener::tests::tests::test_shared_input_state_button_press_release ... ok [INFO] [stdout] test shortcut::tests::test_keyboard_shortcut_display ... ok [INFO] [stdout] test shortcut::tests::test_keyboard_shortcut_is_matched ... ok [INFO] [stdout] test listener::tests::tests::test_shared_input_state_mouse_position ... ok [INFO] [stdout] test shortcut::tests::test_keyboard_shortcut_new ... ok [INFO] [stdout] test shortcut::tests::test_shortcut_manager_add_shortcut ... ok [INFO] [stdout] test shortcut::tests::test_shortcut_manager_remove_shortcut ... ok [INFO] [stdout] test scenes::test::test_serde_scene ... ok [INFO] [stdout] test listener::tests::tests::test_shared_input_state_execute_callbacks ... ok [INFO] [stdout] test listener::tests::tests::test_shared_input_state_key_press_release ... ok [INFO] [stdout] test listener::tests::tests::test_shared_input_state_last_click_time ... ok [INFO] [stdout] test scenes::test::test_create_scene ... ok [INFO] [stdout] test device_info::tests::test_bulbinfo_update ... ok [INFO] [stdout] test listener::tests::tests::test_last_click_time_update ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mantle-50e36a5a60081a46) [INFO] [stdout] [INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mantle [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c638e1a848ad0bed4023fcd503c6ab4f51667e8b7d85b0f6bfd297c3e90fa0fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c638e1a848ad0bed4023fcd503c6ab4f51667e8b7d85b0f6bfd297c3e90fa0fe", kill_on_drop: false }` [INFO] [stdout] c638e1a848ad0bed4023fcd503c6ab4f51667e8b7d85b0f6bfd297c3e90fa0fe