[INFO] cloning repository https://github.com/aleanon/hot_ice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aleanon/hot_ice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleanon%2Fhot_ice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleanon%2Fhot_ice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd7dea8f7c824706e78cfc8572585c88328064e4 [INFO] testing aleanon/hot_ice against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faleanon%2Fhot_ice" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/aleanon/hot_ice [INFO] finished tweaking git repo https://github.com/aleanon/hot_ice [INFO] tweaked toml for git repo https://github.com/aleanon/hot_ice written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/aleanon/hot_ice on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/aleanon/hot_ice 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30de7ebfcd4938aa46527955fc7bdb343d332d246ee48e2420444c40a0fb0e14 [INFO] running `Command { std: "docker" "start" "-a" "30de7ebfcd4938aa46527955fc7bdb343d332d246ee48e2420444c40a0fb0e14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30de7ebfcd4938aa46527955fc7bdb343d332d246ee48e2420444c40a0fb0e14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30de7ebfcd4938aa46527955fc7bdb343d332d246ee48e2420444c40a0fb0e14", kill_on_drop: false }` [INFO] [stdout] 30de7ebfcd4938aa46527955fc7bdb343d332d246ee48e2420444c40a0fb0e14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0bbd87684f97bba103d71aee9e8ebde6219c0946212c50048604423a343add3c [INFO] running `Command { std: "docker" "start" "-a" "0bbd87684f97bba103d71aee9e8ebde6219c0946212c50048604423a343add3c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling libloading v0.8.7 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling wayland-client v0.31.10 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling lilt v0.8.1 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling glam v0.25.0 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling roxmltree v0.20.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling xkeysym v0.2.1 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Compiling xcursor v0.3.8 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling fontconfig-parser v0.5.8 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.2.0 [INFO] [stderr] Compiling unicode-ccc v0.2.0 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling zeno v0.3.3 [INFO] [stderr] Compiling yazi v0.2.1 [INFO] [stderr] Compiling unicode-script v0.5.7 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling wayland-backend v0.3.10 [INFO] [stderr] Compiling rangemap v1.5.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling sys-locale v0.3.2 [INFO] [stderr] Compiling self_cell v1.2.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling winit v0.30.8 (https://github.com/iced-rs/winit.git?rev=11414b6aa45699f038114e61b4ddf5102b2d3b4b#11414b6a) [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling dpi v0.1.1 (https://github.com/iced-rs/winit.git?rev=11414b6aa45699f038114e61b4ddf5102b2d3b4b#11414b6a) [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling notify v8.0.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling file-id v0.2.2 [INFO] [stderr] Compiling fontdb v0.16.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling notify-debouncer-full v0.5.0 [INFO] [stderr] Compiling owned_ttf_parser v0.25.0 [INFO] [stderr] Compiling ab_glyph v0.2.29 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling wayland-protocols v0.32.8 [INFO] [stderr] Compiling wayland-cursor v0.31.10 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling font-types v0.9.0 [INFO] [stderr] Compiling rustybuzz v0.14.1 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling iced_core v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling read-fonts v0.29.0 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling iced_futures v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling crossfire v1.0.1 [INFO] [stderr] Compiling iced_debug v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling iced_runtime v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.8 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.8 [INFO] [stderr] Compiling skrifa v0.31.0 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling smithay-clipboard v0.7.2 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling clipboard_wayland v0.2.2 [INFO] [stderr] Compiling clipboard_x11 v0.4.2 [INFO] [stderr] Compiling swash v0.2.4 [INFO] [stderr] Compiling window_clipboard v0.4.1 [INFO] [stderr] Compiling cosmic-text v0.14.2 [INFO] [stderr] Compiling iced_graphics v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling iced_renderer v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling iced_program v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling iced_widget v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling iced_winit v0.14.0-dev (https://github.com/iced-rs/iced.git?branch=master#5de7bc83) [INFO] [stderr] Compiling hot_ice v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib_reloader.rs:313:33 [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `Command { std: "docker" "inspect" "0bbd87684f97bba103d71aee9e8ebde6219c0946212c50048604423a343add3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bbd87684f97bba103d71aee9e8ebde6219c0946212c50048604423a343add3c", kill_on_drop: false }` [INFO] [stdout] 0bbd87684f97bba103d71aee9e8ebde6219c0946212c50048604423a343add3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0f2fc742e11d19c528516db202ead6517745787b23bd1c078fcb7d926404d5c1 [INFO] running `Command { std: "docker" "start" "-a" "0f2fc742e11d19c528516db202ead6517745787b23bd1c078fcb7d926404d5c1", kill_on_drop: false }` [INFO] [stderr] Compiling hot_ice v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib_reloader.rs:313:33 [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib_reloader.rs:313:33 [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.81s [INFO] running `Command { std: "docker" "inspect" "0f2fc742e11d19c528516db202ead6517745787b23bd1c078fcb7d926404d5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f2fc742e11d19c528516db202ead6517745787b23bd1c078fcb7d926404d5c1", kill_on_drop: false }` [INFO] [stdout] 0f2fc742e11d19c528516db202ead6517745787b23bd1c078fcb7d926404d5c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e006a407e6db748160736d74602eb97416d714d18562aad1b3a4af6351b3c43e [INFO] running `Command { std: "docker" "start" "-a" "e006a407e6db748160736d74602eb97416d714d18562aad1b3a4af6351b3c43e", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib_reloader.rs:313:33 [INFO] [stderr] | [INFO] [stderr] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 313 | pub unsafe fn get_symbol(&self, name: &[u8]) -> Result, HotReloaderError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `hot_ice` (lib) generated 1 warning (run `cargo fix --lib -p hot_ice` to apply 1 suggestion) [INFO] [stderr] warning: `hot_ice` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/hot_ice-ca23977dd71616d2) [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" "e006a407e6db748160736d74602eb97416d714d18562aad1b3a4af6351b3c43e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e006a407e6db748160736d74602eb97416d714d18562aad1b3a4af6351b3c43e", kill_on_drop: false }` [INFO] [stdout] e006a407e6db748160736d74602eb97416d714d18562aad1b3a4af6351b3c43e