diff --git a/Cargo.lock b/Cargo.lock index 14646ca..bf9172a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,22 @@ # It is not intended for manual editing. version = 4 +[[package]] +name = "ab_glyph" +version = "0.2.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" +dependencies = [ + "ab_glyph_rasterizer", + "owned_ttf_parser", +] + +[[package]] +name = "ab_glyph_rasterizer" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" + [[package]] name = "abnf" version = "0.13.0" @@ -39,6 +55,30 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ahash" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom 0.2.16", + "once_cell", + "version_check", +] + +[[package]] +name = "ahash" +version = "0.8.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" +dependencies = [ + "cfg-if", + "getrandom 0.3.4", + "once_cell", + "version_check", + "zerocopy", +] + [[package]] name = "aho-corasick" version = "1.1.4" @@ -66,6 +106,48 @@ dependencies = [ "equator", ] +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "android-activity" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" +dependencies = [ + "android-properties", + "bitflags 2.10.0", + "cc", + "cesu8", + "jni", + "jni-sys", + "libc", + "log", + "ndk", + "ndk-context", + "ndk-sys 0.6.0+11769913", + "num_enum", + "thiserror 1.0.69", +] + +[[package]] +name = "android-properties" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + [[package]] name = "anstream" version = "0.6.21" @@ -137,6 +219,15 @@ dependencies = [ "toml 0.9.8", ] +[[package]] +name = "approx" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" +dependencies = [ + "num-traits", +] + [[package]] name = "ar_archive_writer" version = "0.2.0" @@ -190,13 +281,22 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "ash" +version = "0.37.3+1.3.251" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" +dependencies = [ + "libloading 0.7.4", +] + [[package]] name = "ash" version = "0.38.0+1.3.281" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" dependencies = [ - "libloading", + "libloading 0.8.9", ] [[package]] @@ -205,7 +305,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82" dependencies = [ - "ash", + "ash 0.38.0+1.3.281", "raw-window-handle", "raw-window-metal", ] @@ -228,7 +328,7 @@ dependencies = [ "wayland-backend", "wayland-client", "wayland-protocols 0.32.9", - "zbus", + "zbus 5.12.0", ] [[package]] @@ -246,7 +346,7 @@ dependencies = [ "serde", "serde_repr", "url", - "zbus", + "zbus 5.12.0", ] [[package]] @@ -590,15 +690,30 @@ dependencies = [ "syn 2.0.110", ] +[[package]] +name = "bit-set" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +dependencies = [ + "bit-vec 0.6.3", +] + [[package]] name = "bit-set" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ - "bit-vec", + "bit-vec 0.8.0", ] +[[package]] +name = "bit-vec" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + [[package]] name = "bit-vec" version = "0.8.0" @@ -638,28 +753,28 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae" dependencies = [ - "ash", + "ash 0.38.0+1.3.281", "ash-window", "bitflags 2.10.0", "bytemuck", - "codespan-reporting", - "glow", + "codespan-reporting 0.12.0", + "glow 0.16.0", "gpu-alloc", "gpu-alloc-ash", "hidden-trait", "js-sys", "khronos-egl", - "libloading", + "libloading 0.8.9", "log", "mint", - "naga", - "objc2", - "objc2-app-kit", + "naga 25.0.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", - "objc2-foundation", - "objc2-metal", - "objc2-quartz-core", - "objc2-ui-kit", + "objc2-foundation 0.3.2", + "objc2-metal 0.3.2", + "objc2-quartz-core 0.3.2", + "objc2-ui-kit 0.3.2", "once_cell", "raw-window-handle", "slab", @@ -714,13 +829,22 @@ dependencies = [ "generic-array", ] +[[package]] +name = "block2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" +dependencies = [ + "objc2 0.5.2", +] + [[package]] name = "block2" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" dependencies = [ - "objc2", + "objc2 0.6.3", ] [[package]] @@ -788,6 +912,12 @@ version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" +[[package]] +name = "by_address" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" + [[package]] name = "bytemuck" version = "1.24.0" @@ -840,18 +970,43 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "calloop" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e" +dependencies = [ + "bitflags 2.10.0", + "polling", + "rustix 1.1.2", + "slab", + "tracing", +] + [[package]] name = "calloop-wayland-source" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" dependencies = [ - "calloop", + "calloop 0.13.0", "rustix 0.38.44", "wayland-backend", "wayland-client", ] +[[package]] +name = "calloop-wayland-source" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" +dependencies = [ + "calloop 0.14.3", + "rustix 1.1.2", + "wayland-backend", + "wayland-client", +] + [[package]] name = "cbc" version = "0.1.2" @@ -900,6 +1055,12 @@ dependencies = [ "slab", ] +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + [[package]] name = "cexpr" version = "0.6.0" @@ -915,6 +1076,12 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "cfg_aliases" version = "0.2.1" @@ -976,7 +1143,7 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading", + "libloading 0.8.9", ] [[package]] @@ -1028,6 +1195,45 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +[[package]] +name = "clipboard-win" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" +dependencies = [ + "error-code", +] + +[[package]] +name = "clipboard_macos" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f" +dependencies = [ + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "clipboard_wayland" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" +dependencies = [ + "smithay-clipboard", +] + +[[package]] +name = "clipboard_x11" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c" +dependencies = [ + "thiserror 1.0.69", + "x11rb", +] + [[package]] name = "cocoa" version = "0.25.0" @@ -1088,6 +1294,16 @@ dependencies = [ "objc", ] +[[package]] +name = "codespan-reporting" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +dependencies = [ + "termcolor", + "unicode-width 0.1.14", +] + [[package]] name = "codespan-reporting" version = "0.12.0" @@ -1096,7 +1312,7 @@ checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ "serde", "termcolor", - "unicode-width", + "unicode-width 0.2.2", ] [[package]] @@ -1111,6 +1327,47 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" +[[package]] +name = "com" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" +dependencies = [ + "com_macros", +] + +[[package]] +name = "com_macros" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" +dependencies = [ + "com_macros_support", + "proc-macro2", + "syn 1.0.109", +] + +[[package]] +name = "com_macros_support" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "command-fds" version = "0.3.2" @@ -1264,7 +1521,7 @@ dependencies = [ "core-graphics2", "io-surface", "libc", - "metal", + "metal 0.29.0", ] [[package]] @@ -1285,6 +1542,29 @@ dependencies = [ "libm", ] +[[package]] +name = "cosmic-text" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59fd57d82eb4bfe7ffa9b1cec0c05e2fd378155b47f255a67983cb4afe0e80c2" +dependencies = [ + "bitflags 2.10.0", + "fontdb 0.16.2", + "log", + "rangemap", + "rayon", + "rustc-hash 1.1.0", + "rustybuzz 0.14.1", + "self_cell", + "swash 0.1.19", + "sys-locale", + "ttf-parser 0.21.1", + "unicode-bidi", + "unicode-linebreak", + "unicode-script", + "unicode-segmentation", +] + [[package]] name = "cosmic-text" version = "0.14.2" @@ -1299,7 +1579,7 @@ dependencies = [ "rustybuzz 0.14.1", "self_cell", "smol_str", - "swash", + "swash 0.2.6", "sys-locale", "ttf-parser 0.21.1", "unicode-bidi", @@ -1387,18 +1667,63 @@ dependencies = [ "dtor", ] +[[package]] +name = "ctor-lite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b" + [[package]] name = "ctor-proc-macro" version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2" +[[package]] +name = "cursor-icon" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" + +[[package]] +name = "d3d12" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307" +dependencies = [ + "bitflags 2.10.0", + "libloading 0.8.9", + "winapi", +] + +[[package]] +name = "dark-light" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a76fa97167fa740dcdbfe18e8895601e1bc36525f09b044e00916e717c03a3c" +dependencies = [ + "dconf_rs", + "detect-desktop-environment", + "dirs 4.0.0", + "objc", + "rust-ini", + "web-sys", + "winreg 0.10.1", + "zbus 4.4.0", +] + [[package]] name = "data-url" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" +[[package]] +name = "dconf_rs" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b" + [[package]] name = "deflate64" version = "0.1.10" @@ -1418,6 +1743,12 @@ dependencies = [ "syn 2.0.110", ] +[[package]] +name = "detect-desktop-environment" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810" + [[package]] name = "digest" version = "0.10.7" @@ -1470,6 +1801,12 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "dispatch" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" + [[package]] name = "dispatch2" version = "0.3.0" @@ -1477,7 +1814,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" dependencies = [ "bitflags 2.10.0", - "objc2", + "objc2 0.6.3", ] [[package]] @@ -1497,9 +1834,15 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading", + "libloading 0.8.9", ] +[[package]] +name = "dlv-list" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" + [[package]] name = "dotenvy" version = "0.15.7" @@ -1512,6 +1855,51 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +[[package]] +name = "dpi" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" + +[[package]] +name = "drm" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1" +dependencies = [ + "bitflags 2.10.0", + "bytemuck", + "drm-ffi", + "drm-fourcc", + "rustix 0.38.44", +] + +[[package]] +name = "drm-ffi" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53" +dependencies = [ + "drm-sys", + "rustix 0.38.44", +] + +[[package]] +name = "drm-fourcc" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" + +[[package]] +name = "drm-sys" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986" +dependencies = [ + "libc", + "linux-raw-sys 0.6.5", +] + [[package]] name = "dtor" version = "0.0.6" @@ -1568,7 +1956,7 @@ dependencies = [ "rustc_version", "toml 0.9.8", "vswhom", - "winreg", + "winreg 0.55.0", ] [[package]] @@ -1654,6 +2042,12 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "error-code" +version = "3.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" + [[package]] name = "error-stack" version = "0.6.0" @@ -1725,6 +2119,12 @@ dependencies = [ "zune-inflate", ] +[[package]] +name = "fast-srgb8" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" + [[package]] name = "fastrand" version = "1.9.0" @@ -1850,6 +2250,15 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "font-types" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492" +dependencies = [ + "bytemuck", +] + [[package]] name = "font-types" version = "0.10.1" @@ -2008,6 +2417,7 @@ dependencies = [ "futures-core", "futures-task", "futures-util", + "num_cpus", ] [[package]] @@ -2095,6 +2505,16 @@ dependencies = [ "version_check", ] +[[package]] +name = "gethostname" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" +dependencies = [ + "rustix 1.1.2", + "windows-link 0.2.1", +] + [[package]] name = "getrandom" version = "0.2.16" @@ -2122,6 +2542,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gif" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" +dependencies = [ + "color_quant", + "weezl", +] + [[package]] name = "gif" version = "0.14.0" @@ -2132,6 +2562,23 @@ dependencies = [ "weezl", ] +[[package]] +name = "gl_generator" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" +dependencies = [ + "khronos_api", + "log", + "xml-rs", +] + +[[package]] +name = "glam" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" + [[package]] name = "glob" version = "0.3.3" @@ -2163,6 +2610,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "glow" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" +dependencies = [ + "js-sys", + "slotmap", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "glow" version = "0.16.0" @@ -2175,6 +2634,15 @@ dependencies = [ "web-sys", ] +[[package]] +name = "glutin_wgl_sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" +dependencies = [ + "gl_generator", +] + [[package]] name = "gpu-alloc" version = "0.6.0" @@ -2191,7 +2659,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a" dependencies = [ - "ash", + "ash 0.38.0+1.3.281", "gpu-alloc-types", "tinyvec", ] @@ -2205,6 +2673,39 @@ dependencies = [ "bitflags 2.10.0", ] +[[package]] +name = "gpu-allocator" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" +dependencies = [ + "log", + "presser", + "thiserror 1.0.69", + "winapi", + "windows 0.52.0", +] + +[[package]] +name = "gpu-descriptor" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" +dependencies = [ + "bitflags 2.10.0", + "gpu-descriptor-types", + "hashbrown 0.14.5", +] + +[[package]] +name = "gpu-descriptor-types" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" +dependencies = [ + "bitflags 2.10.0", +] + [[package]] name = "gpui" version = "0.2.2" @@ -2220,8 +2721,8 @@ dependencies = [ "blade-util", "block", "bytemuck", - "calloop", - "calloop-wayland-source", + "calloop 0.13.0", + "calloop-wayland-source 0.3.0", "cbindgen", "cocoa 0.26.0", "cocoa-foundation 0.2.0", @@ -2230,7 +2731,7 @@ dependencies = [ "core-graphics 0.24.0", "core-text", "core-video", - "cosmic-text", + "cosmic-text 0.14.2", "ctor", "derive_more", "embed-resource", @@ -2248,20 +2749,20 @@ dependencies = [ "gpui_sum_tree", "gpui_util", "gpui_util_macros", - "image", + "image 0.25.9", "inventory", "itertools 0.14.0", "libc", "log", "lyon", - "metal", - "naga", + "metal 0.29.0", + "naga 25.0.1", "num_cpus", "objc", "oo7", "open", "parking", - "parking_lot", + "parking_lot 0.12.5", "pathfinder_geometry", "pin-project", "postage", @@ -2287,9 +2788,9 @@ dependencies = [ "wayland-client", "wayland-cursor", "wayland-protocols 0.31.2", - "wayland-protocols-plasma", - "windows", - "windows-core", + "wayland-protocols-plasma 0.2.0", + "windows 0.61.3", + "windows-core 0.61.2", "windows-numerics", "windows-registry 0.5.3", "xkbcommon", @@ -2345,7 +2846,7 @@ dependencies = [ "http", "http-body", "log", - "parking_lot", + "parking_lot 0.12.5", "serde", "serde_json", "sha2", @@ -2367,7 +2868,7 @@ dependencies = [ "core-video", "ctor", "foreign-types 0.5.0", - "metal", + "metal 0.29.0", "objc", ] @@ -2465,6 +2966,16 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" +[[package]] +name = "guillotiere" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" +dependencies = [ + "euclid", + "svg_fmt", +] + [[package]] name = "h2" version = "0.4.12" @@ -2496,6 +3007,25 @@ dependencies = [ "zerocopy", ] +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash 0.8.12", + "allocator-api2", +] + [[package]] name = "hashbrown" version = "0.15.5" @@ -2511,6 +3041,21 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +[[package]] +name = "hassle-rs" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" +dependencies = [ + "bitflags 2.10.0", + "com", + "libc", + "libloading 0.8.9", + "thiserror 1.0.69", + "widestring", + "winapi", +] + [[package]] name = "heck" version = "0.4.1" @@ -2706,6 +3251,190 @@ dependencies = [ "windows-registry 0.5.3", ] +[[package]] +name = "iced" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88acfabc84ec077eaf9ede3457ffa3a104626d79022a9bf7f296093b1d60c73f" +dependencies = [ + "iced_core", + "iced_futures", + "iced_renderer", + "iced_widget", + "iced_winit", + "image 0.24.9", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_core" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0013a238275494641bf8f1732a23a808196540dc67b22ff97099c044ae4c8a1c" +dependencies = [ + "bitflags 2.10.0", + "bytes", + "dark-light", + "glam", + "log", + "num-traits", + "once_cell", + "palette", + "rustc-hash 2.1.1", + "smol_str", + "thiserror 1.0.69", + "web-time", +] + +[[package]] +name = "iced_futures" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c04a6745ba2e80f32cf01e034fd00d853aa4f4cd8b91888099cb7aaee0d5d7c" +dependencies = [ + "futures", + "iced_core", + "log", + "rustc-hash 2.1.1", + "tokio", + "wasm-bindgen-futures", + "wasm-timer", +] + +[[package]] +name = "iced_glyphon" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c3bb56f1820ca252bc1d0994ece33d233a55657c0c263ea7cb16895adbde82" +dependencies = [ + "cosmic-text 0.12.1", + "etagere", + "lru", + "rustc-hash 2.1.1", + "wgpu", +] + +[[package]] +name = "iced_graphics" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba25a18cfa6d5cc160aca7e1b34f73ccdff21680fa8702168c09739767b6c66f" +dependencies = [ + "bitflags 2.10.0", + "bytemuck", + "cosmic-text 0.12.1", + "half", + "iced_core", + "iced_futures", + "image 0.24.9", + "kamadak-exif", + "log", + "lyon_path", + "once_cell", + "raw-window-handle", + "rustc-hash 2.1.1", + "thiserror 1.0.69", + "unicode-segmentation", +] + +[[package]] +name = "iced_renderer" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73558208059f9e622df2bf434e044ee2f838ce75201a023cf0ca3e1244f46c2a" +dependencies = [ + "iced_graphics", + "iced_tiny_skia", + "iced_wgpu", + "log", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_runtime" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "348b5b2c61c934d88ca3b0ed1ed913291e923d086a66fa288ce9669da9ef62b5" +dependencies = [ + "bytes", + "iced_core", + "iced_futures", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_tiny_skia" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c625d368284fcc43b0b36b176f76eff1abebe7959dd58bd8ce6897d641962a50" +dependencies = [ + "bytemuck", + "cosmic-text 0.12.1", + "iced_graphics", + "kurbo 0.10.4", + "log", + "rustc-hash 2.1.1", + "softbuffer", + "tiny-skia", +] + +[[package]] +name = "iced_wgpu" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15708887133671d2bcc6c1d01d1f176f43a64d6cdc3b2bf893396c3ee498295f" +dependencies = [ + "bitflags 2.10.0", + "bytemuck", + "futures", + "glam", + "guillotiere", + "iced_glyphon", + "iced_graphics", + "log", + "lyon", + "once_cell", + "rustc-hash 2.1.1", + "thiserror 1.0.69", + "wgpu", +] + +[[package]] +name = "iced_widget" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81429e1b950b0e4bca65be4c4278fea6678ea782030a411778f26fa9f8983e1d" +dependencies = [ + "iced_renderer", + "iced_runtime", + "num-traits", + "once_cell", + "rustc-hash 2.1.1", + "thiserror 1.0.69", + "unicode-segmentation", +] + +[[package]] +name = "iced_winit" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f44cd4e1c594b6334f409282937bf972ba14d31fedf03c23aa595d982a2fda28" +dependencies = [ + "iced_futures", + "iced_graphics", + "iced_runtime", + "log", + "rustc-hash 2.1.1", + "thiserror 1.0.69", + "tracing", + "wasm-bindgen-futures", + "web-sys", + "winapi", + "window_clipboard", + "winit", +] + [[package]] name = "icu_collections" version = "2.1.1" @@ -2808,6 +3537,24 @@ dependencies = [ "icu_properties", ] +[[package]] +name = "image" +version = "0.24.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" +dependencies = [ + "bytemuck", + "byteorder", + "color_quant", + "exr", + "gif 0.13.3", + "jpeg-decoder", + "num-traits", + "png 0.17.16", + "qoi", + "tiff 0.9.1", +] + [[package]] name = "image" version = "0.25.9" @@ -2818,7 +3565,7 @@ dependencies = [ "byteorder-lite", "color_quant", "exr", - "gif", + "gif 0.14.0", "image-webp", "moxcms", "num-traits", @@ -2827,7 +3574,7 @@ dependencies = [ "ravif", "rayon", "rgb", - "tiff", + "tiff 0.10.3", "zune-core 0.5.0", "zune-jpeg 0.5.5", ] @@ -3024,7 +3771,7 @@ dependencies = [ "dotenvy", "error-stack", "gpui", - "image", + "image 0.25.9", "tap", "thiserror 2.0.17", "tokio", @@ -3032,6 +3779,28 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + [[package]] name = "jobserver" version = "0.1.34" @@ -3042,6 +3811,15 @@ dependencies = [ "libc", ] +[[package]] +name = "jpeg-decoder" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" +dependencies = [ + "rayon", +] + [[package]] name = "js-sys" version = "0.3.82" @@ -3052,6 +3830,15 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "kamadak-exif" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" +dependencies = [ + "mutate_once", +] + [[package]] name = "khronos-egl" version = "6.0.0" @@ -3059,7 +3846,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" dependencies = [ "libc", - "libloading", + "libloading 0.8.9", + "pkg-config", +] + +[[package]] +name = "khronos_api" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" + +[[package]] +name = "kurbo" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440" +dependencies = [ + "arrayvec", + "smallvec", ] [[package]] @@ -3128,6 +3932,16 @@ dependencies = [ "cc", ] +[[package]] +name = "libloading" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +dependencies = [ + "cfg-if", + "winapi", +] + [[package]] name = "libloading" version = "0.8.9" @@ -3161,6 +3975,12 @@ version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" +[[package]] +name = "linux-raw-sys" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" + [[package]] name = "linux-raw-sys" version = "0.11.0" @@ -3201,6 +4021,12 @@ dependencies = [ "imgref", ] +[[package]] +name = "lru" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" + [[package]] name = "lru-slab" version = "0.1.2" @@ -3327,6 +4153,21 @@ dependencies = [ "autocfg", ] +[[package]] +name = "metal" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" +dependencies = [ + "bitflags 2.10.0", + "block", + "core-graphics-types 0.1.3", + "foreign-types 0.5.0", + "log", + "objc", + "paste", +] + [[package]] name = "metal" version = "0.29.0" @@ -3401,6 +4242,32 @@ dependencies = [ "pxfm", ] +[[package]] +name = "mutate_once" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13d2233c9842d08cfe13f9eac96e207ca6a2ea10b80259ebe8ad0268be27d2af" + +[[package]] +name = "naga" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843" +dependencies = [ + "bit-set 0.5.3", + "bitflags 2.10.0", + "codespan-reporting 0.11.1", + "hexf-parse", + "indexmap", + "log", + "num-traits", + "rustc-hash 1.1.0", + "spirv", + "termcolor", + "thiserror 1.0.69", + "unicode-xid", +] + [[package]] name = "naga" version = "25.0.1" @@ -3408,10 +4275,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632" dependencies = [ "arrayvec", - "bit-set", + "bit-set 0.8.0", "bitflags 2.10.0", - "cfg_aliases", - "codespan-reporting", + "cfg_aliases 0.2.1", + "codespan-reporting 0.12.0", "half", "hashbrown 0.15.5", "hexf-parse", @@ -3452,6 +4319,45 @@ dependencies = [ "tempfile", ] +[[package]] +name = "ndk" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" +dependencies = [ + "bitflags 2.10.0", + "jni-sys", + "log", + "ndk-sys 0.6.0+11769913", + "num_enum", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "ndk-context" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" + +[[package]] +name = "ndk-sys" +version = "0.5.0+25.2.9519653" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" +dependencies = [ + "jni-sys", +] + +[[package]] +name = "ndk-sys" +version = "0.6.0+11769913" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" +dependencies = [ + "jni-sys", +] + [[package]] name = "new_debug_unreachable" version = "1.0.6" @@ -3466,8 +4372,9 @@ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags 2.10.0", "cfg-if", - "cfg_aliases", + "cfg_aliases 0.2.1", "libc", + "memoffset", ] [[package]] @@ -3478,7 +4385,7 @@ checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ "bitflags 2.10.0", "cfg-if", - "cfg_aliases", + "cfg_aliases 0.2.1", "libc", "memoffset", ] @@ -3629,6 +4536,28 @@ dependencies = [ "libc", ] +[[package]] +name = "num_enum" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +dependencies = [ + "num_enum_derive", + "rustversion", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.110", +] + [[package]] name = "objc" version = "0.2.7" @@ -3636,6 +4565,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" dependencies = [ "malloc_buf", + "objc_exception", +] + +[[package]] +name = "objc-sys" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" + +[[package]] +name = "objc2" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" +dependencies = [ + "objc-sys", + "objc2-encode", ] [[package]] @@ -3647,6 +4593,22 @@ dependencies = [ "objc2-encode", ] +[[package]] +name = "objc2-app-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "libc", + "objc2 0.5.2", + "objc2-core-data", + "objc2-core-image", + "objc2-foundation 0.2.2", + "objc2-quartz-core 0.2.2", +] + [[package]] name = "objc2-app-kit" version = "0.3.2" @@ -3654,10 +4616,46 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" dependencies = [ "bitflags 2.10.0", - "objc2", + "objc2 0.6.3", "objc2-core-foundation", - "objc2-foundation", - "objc2-quartz-core", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-contacts" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-data" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", ] [[package]] @@ -3668,7 +4666,31 @@ checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.10.0", "dispatch2", - "objc2", + "objc2 0.6.3", +] + +[[package]] +name = "objc2-core-image" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal 0.2.2", +] + +[[package]] +name = "objc2-core-location" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-contacts", + "objc2-foundation 0.2.2", ] [[package]] @@ -3677,6 +4699,19 @@ version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" +[[package]] +name = "objc2-foundation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "dispatch", + "libc", + "objc2 0.5.2", +] + [[package]] name = "objc2-foundation" version = "0.3.2" @@ -3684,10 +4719,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" dependencies = [ "bitflags 2.10.0", - "objc2", + "objc2 0.6.3", "objc2-core-foundation", ] +[[package]] +name = "objc2-link-presentation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-metal" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + [[package]] name = "objc2-metal" version = "0.3.2" @@ -3695,9 +4754,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" dependencies = [ "bitflags 2.10.0", - "block2", - "objc2", - "objc2-foundation", + "block2 0.6.2", + "objc2 0.6.3", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal 0.2.2", ] [[package]] @@ -3707,10 +4779,41 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" dependencies = [ "bitflags 2.10.0", - "objc2", + "objc2 0.6.3", "objc2-core-foundation", - "objc2-foundation", - "objc2-metal", + "objc2-foundation 0.3.2", + "objc2-metal 0.3.2", +] + +[[package]] +name = "objc2-symbols" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" +dependencies = [ + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-ui-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-cloud-kit", + "objc2-core-data", + "objc2-core-image", + "objc2-core-location", + "objc2-foundation 0.2.2", + "objc2-link-presentation", + "objc2-quartz-core 0.2.2", + "objc2-symbols", + "objc2-uniform-type-identifiers", + "objc2-user-notifications", ] [[package]] @@ -3720,10 +4823,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" dependencies = [ "bitflags 2.10.0", - "objc2", + "objc2 0.6.3", "objc2-core-foundation", - "objc2-foundation", - "objc2-quartz-core", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", +] + +[[package]] +name = "objc2-uniform-type-identifiers" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-user-notifications" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" +dependencies = [ + "bitflags 2.10.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc_exception" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" +dependencies = [ + "cc", ] [[package]] @@ -3776,10 +4912,10 @@ dependencies = [ "serde", "sha2", "subtle", - "zbus", - "zbus_macros", + "zbus 5.12.0", + "zbus_macros 5.12.0", "zeroize", - "zvariant", + "zvariant 5.8.0", ] [[package]] @@ -3843,6 +4979,25 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" +[[package]] +name = "orbclient" +version = "0.3.49" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "247ad146e19b9437f8604c21f8652423595cf710ad108af40e77d3ae6e96b827" +dependencies = [ + "libredox", +] + +[[package]] +name = "ordered-multimap" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" +dependencies = [ + "dlv-list", + "hashbrown 0.12.3", +] + [[package]] name = "ordered-stream" version = "0.2.0" @@ -3853,12 +5008,56 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "owned_ttf_parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" +dependencies = [ + "ttf-parser 0.25.1", +] + +[[package]] +name = "palette" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" +dependencies = [ + "approx", + "fast-srgb8", + "palette_derive", + "phf", +] + +[[package]] +name = "palette_derive" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" +dependencies = [ + "by_address", + "proc-macro2", + "quote", + "syn 2.0.110", +] + [[package]] name = "parking" version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" +[[package]] +name = "parking_lot" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" +dependencies = [ + "instant", + "lock_api", + "parking_lot_core 0.8.6", +] + [[package]] name = "parking_lot" version = "0.12.5" @@ -3866,7 +5065,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" dependencies = [ "lock_api", - "parking_lot_core", + "parking_lot_core 0.9.12", +] + +[[package]] +name = "parking_lot_core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" +dependencies = [ + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", ] [[package]] @@ -3945,6 +5158,48 @@ version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand 0.8.5", +] + +[[package]] +name = "phf_macros" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.110", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher", +] + [[package]] name = "pico-args" version = "0.5.0" @@ -4056,7 +5311,7 @@ dependencies = [ "crossbeam-queue", "futures", "log", - "parking_lot", + "parking_lot 0.12.5", "pin-project", "pollster", "static_assertions", @@ -4081,6 +5336,12 @@ dependencies = [ "zerocopy", ] +[[package]] +name = "presser" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" + [[package]] name = "prettyplease" version = "0.2.37" @@ -4224,7 +5485,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" dependencies = [ "bytes", - "cfg_aliases", + "cfg_aliases 0.2.1", "pin-project-lite", "quinn-proto", "quinn-udp", @@ -4264,7 +5525,7 @@ version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" dependencies = [ - "cfg_aliases", + "cfg_aliases 0.2.1", "libc", "once_cell", "socket2", @@ -4346,6 +5607,12 @@ dependencies = [ "getrandom 0.3.4", ] +[[package]] +name = "range-alloc" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" + [[package]] name = "range-traits" version = "0.3.2" @@ -4446,6 +5713,16 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "read-fonts" +version = "0.22.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69aacb76b5c29acfb7f90155d39759a29496aebb49395830e928a9703d2eec2f" +dependencies = [ + "bytemuck", + "font-types 0.7.3", +] + [[package]] name = "read-fonts" version = "0.35.0" @@ -4453,7 +5730,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" dependencies = [ "bytemuck", - "font-types", + "font-types 0.10.1", ] [[package]] @@ -4465,6 +5742,15 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", +] + [[package]] name = "redox_syscall" version = "0.5.18" @@ -4534,6 +5820,12 @@ version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" +[[package]] +name = "renderdoc-sys" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" + [[package]] name = "reqwest" version = "0.12.24" @@ -4652,6 +5944,16 @@ dependencies = [ "walkdir", ] +[[package]] +name = "rust-ini" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" +dependencies = [ + "cfg-if", + "ordered-multimap", +] + [[package]] name = "rustc-hash" version = "1.1.0" @@ -4858,6 +6160,19 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +[[package]] +name = "sctk-adwaita" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" +dependencies = [ + "ab_glyph", + "log", + "memmap2", + "smithay-client-toolkit 0.19.2", + "tiny-skia", +] + [[package]] name = "seahash" version = "4.1.0" @@ -5030,6 +6345,17 @@ dependencies = [ "serde", ] +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + [[package]] name = "sha1_smol" version = "1.0.1" @@ -5101,6 +6427,16 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +[[package]] +name = "skrifa" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe" +dependencies = [ + "bytemuck", + "read-fonts 0.22.7", +] + [[package]] name = "skrifa" version = "0.37.0" @@ -5108,7 +6444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" dependencies = [ "bytemuck", - "read-fonts", + "read-fonts 0.35.0", ] [[package]] @@ -5132,6 +6468,69 @@ version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" +[[package]] +name = "smithay-client-toolkit" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" +dependencies = [ + "bitflags 2.10.0", + "calloop 0.13.0", + "calloop-wayland-source 0.3.0", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 0.38.44", + "thiserror 1.0.69", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols 0.32.9", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-client-toolkit" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" +dependencies = [ + "bitflags 2.10.0", + "calloop 0.14.3", + "calloop-wayland-source 0.4.1", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 1.1.2", + "thiserror 2.0.17", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols 0.32.9", + "wayland-protocols-experimental", + "wayland-protocols-misc", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-clipboard" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" +dependencies = [ + "libc", + "smithay-client-toolkit 0.20.0", + "wayland-backend", +] + [[package]] name = "smol" version = "2.0.2" @@ -5154,6 +6553,9 @@ name = "smol_str" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" +dependencies = [ + "serde", +] [[package]] name = "socket2" @@ -5165,6 +6567,38 @@ dependencies = [ "windows-sys 0.60.2", ] +[[package]] +name = "softbuffer" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08" +dependencies = [ + "as-raw-xcb-connection", + "bytemuck", + "cfg_aliases 0.2.1", + "core-graphics 0.24.0", + "drm", + "fastrand 2.3.0", + "foreign-types 0.5.0", + "js-sys", + "log", + "memmap2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-quartz-core 0.2.2", + "raw-window-handle", + "redox_syscall 0.5.18", + "rustix 0.38.44", + "tiny-xlib", + "wasm-bindgen", + "wayland-backend", + "wayland-client", + "wayland-sys", + "web-sys", + "windows-sys 0.59.0", + "x11rb", +] + [[package]] name = "spin" version = "0.9.8" @@ -5403,19 +6837,30 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" dependencies = [ - "kurbo", + "kurbo 0.11.3", "siphasher", ] +[[package]] +name = "swash" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2" +dependencies = [ + "skrifa 0.22.3", + "yazi 0.1.6", + "zeno 0.2.3", +] + [[package]] name = "swash" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" dependencies = [ - "skrifa", - "yazi", - "zeno", + "skrifa 0.37.0", + "yazi 0.2.1", + "zeno 0.3.3", ] [[package]] @@ -5596,6 +7041,17 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "tiff" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" +dependencies = [ + "flate2", + "jpeg-decoder", + "weezl", +] + [[package]] name = "tiff" version = "0.10.3" @@ -5636,6 +7092,19 @@ dependencies = [ "strict-num", ] +[[package]] +name = "tiny-xlib" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e" +dependencies = [ + "as-raw-xcb-connection", + "ctor-lite", + "libloading 0.8.9", + "pkg-config", + "tracing", +] + [[package]] name = "tinystr" version = "0.8.2" @@ -5899,6 +7368,7 @@ version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ + "log", "pin-project-lite", "tracing-attributes", "tracing-core", @@ -6018,6 +7488,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "ui-gpui" +version = "0.1.0" + +[[package]] +name = "ui-iced" +version = "0.1.0" +dependencies = [ + "iced", +] + [[package]] name = "unicase" version = "2.8.1" @@ -6090,12 +7571,24 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" +[[package]] +name = "unicode-width" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + [[package]] name = "unicode-width" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + [[package]] name = "untrusted" version = "0.9.0" @@ -6125,7 +7618,7 @@ dependencies = [ "flate2", "fontdb 0.23.0", "imagesize", - "kurbo", + "kurbo 0.11.3", "log", "pico-args", "roxmltree", @@ -6374,6 +7867,21 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasm-timer" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" +dependencies = [ + "futures", + "js-sys", + "parking_lot 0.11.2", + "pin-utils", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "wayland-backend" version = "0.3.11" @@ -6400,6 +7908,17 @@ dependencies = [ "wayland-scanner", ] +[[package]] +name = "wayland-csd-frame" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" +dependencies = [ + "bitflags 2.10.0", + "cursor-icon", + "wayland-backend", +] + [[package]] name = "wayland-cursor" version = "0.31.11" @@ -6435,6 +7954,32 @@ dependencies = [ "wayland-scanner", ] +[[package]] +name = "wayland-protocols-experimental" +version = "20250721.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" +dependencies = [ + "bitflags 2.10.0", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.9", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-misc" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c" +dependencies = [ + "bitflags 2.10.0", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.9", + "wayland-scanner", +] + [[package]] name = "wayland-protocols-plasma" version = "0.2.0" @@ -6448,6 +7993,32 @@ dependencies = [ "wayland-scanner", ] +[[package]] +name = "wayland-protocols-plasma" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" +dependencies = [ + "bitflags 2.10.0", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.9", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-wlr" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" +dependencies = [ + "bitflags 2.10.0", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.9", + "wayland-scanner", +] + [[package]] name = "wayland-scanner" version = "0.31.7" @@ -6497,6 +8068,113 @@ version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" +[[package]] +name = "wgpu" +version = "0.19.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" +dependencies = [ + "arrayvec", + "cfg-if", + "cfg_aliases 0.1.1", + "js-sys", + "log", + "naga 0.19.2", + "parking_lot 0.12.5", + "profiling", + "raw-window-handle", + "smallvec", + "static_assertions", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "wgpu-core", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-core" +version = "0.19.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a" +dependencies = [ + "arrayvec", + "bit-vec 0.6.3", + "bitflags 2.10.0", + "cfg_aliases 0.1.1", + "codespan-reporting 0.11.1", + "indexmap", + "log", + "naga 0.19.2", + "once_cell", + "parking_lot 0.12.5", + "profiling", + "raw-window-handle", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 1.0.69", + "web-sys", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-hal" +version = "0.19.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703" +dependencies = [ + "android_system_properties", + "arrayvec", + "ash 0.37.3+1.3.251", + "bit-set 0.5.3", + "bitflags 2.10.0", + "block", + "cfg_aliases 0.1.1", + "core-graphics-types 0.1.3", + "d3d12", + "glow 0.13.1", + "glutin_wgl_sys", + "gpu-alloc", + "gpu-allocator", + "gpu-descriptor", + "hassle-rs", + "js-sys", + "khronos-egl", + "libc", + "libloading 0.8.9", + "log", + "metal 0.27.0", + "naga 0.19.2", + "ndk-sys 0.5.0+25.2.9519653", + "objc", + "once_cell", + "parking_lot 0.12.5", + "profiling", + "range-alloc", + "raw-window-handle", + "renderdoc-sys", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 1.0.69", + "wasm-bindgen", + "web-sys", + "wgpu-types", + "winapi", +] + +[[package]] +name = "wgpu-types" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805" +dependencies = [ + "bitflags 2.10.0", + "js-sys", + "web-sys", +] + [[package]] name = "which" version = "6.0.3" @@ -6509,6 +8187,12 @@ dependencies = [ "winsafe", ] +[[package]] +name = "widestring" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" + [[package]] name = "winapi" version = "0.3.9" @@ -6540,6 +8224,30 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "window_clipboard" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" +dependencies = [ + "clipboard-win", + "clipboard_macos", + "clipboard_wayland", + "clipboard_x11", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows" version = "0.61.3" @@ -6547,7 +8255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ "windows-collections", - "windows-core", + "windows-core 0.61.2", "windows-future", "windows-link 0.1.3", "windows-numerics", @@ -6559,7 +8267,16 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" dependencies = [ - "windows-core", + "windows-core 0.61.2", +] + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -6581,7 +8298,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" dependencies = [ - "windows-core", + "windows-core 0.61.2", "windows-link 0.1.3", "windows-threading", ] @@ -6626,7 +8343,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ - "windows-core", + "windows-core 0.61.2", "windows-link 0.1.3", ] @@ -6679,6 +8396,15 @@ dependencies = [ "windows-link 0.1.3", ] +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + [[package]] name = "windows-sys" version = "0.48.0" @@ -6724,6 +8450,21 @@ dependencies = [ "windows-link 0.2.1", ] +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-targets" version = "0.48.5" @@ -6781,6 +8522,12 @@ dependencies = [ "windows-link 0.1.3", ] +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + [[package]] name = "windows_aarch64_gnullvm" version = "0.48.5" @@ -6799,6 +8546,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + [[package]] name = "windows_aarch64_msvc" version = "0.48.5" @@ -6817,6 +8570,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + [[package]] name = "windows_i686_gnu" version = "0.48.5" @@ -6847,6 +8606,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" +[[package]] +name = "windows_i686_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + [[package]] name = "windows_i686_msvc" version = "0.48.5" @@ -6865,6 +8630,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + [[package]] name = "windows_x86_64_gnu" version = "0.48.5" @@ -6883,6 +8654,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + [[package]] name = "windows_x86_64_gnullvm" version = "0.48.5" @@ -6901,6 +8678,12 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + [[package]] name = "windows_x86_64_msvc" version = "0.48.5" @@ -6919,6 +8702,58 @@ version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" +[[package]] +name = "winit" +version = "0.30.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" +dependencies = [ + "ahash 0.8.12", + "android-activity", + "atomic-waker", + "bitflags 2.10.0", + "block2 0.5.1", + "bytemuck", + "calloop 0.13.0", + "cfg_aliases 0.2.1", + "concurrent-queue", + "core-foundation 0.9.4", + "core-graphics 0.23.2", + "cursor-icon", + "dpi", + "js-sys", + "libc", + "memmap2", + "ndk", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", + "objc2-ui-kit 0.2.2", + "orbclient", + "percent-encoding", + "pin-project", + "raw-window-handle", + "redox_syscall 0.4.1", + "rustix 0.38.44", + "sctk-adwaita", + "smithay-client-toolkit 0.19.2", + "smol_str", + "tracing", + "unicode-segmentation", + "wasm-bindgen", + "wasm-bindgen-futures", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.9", + "wayland-protocols-plasma 0.3.9", + "web-sys", + "web-time", + "windows-sys 0.52.0", + "x11-dl", + "x11rb", + "xkbcommon-dl", +] + [[package]] name = "winnow" version = "0.7.13" @@ -6928,6 +8763,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winreg" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" +dependencies = [ + "winapi", +] + [[package]] name = "winreg" version = "0.55.0" @@ -6965,6 +8809,38 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" +[[package]] +name = "x11-dl" +version = "2.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +dependencies = [ + "libc", + "once_cell", + "pkg-config", +] + +[[package]] +name = "x11rb" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" +dependencies = [ + "as-raw-xcb-connection", + "gethostname", + "libc", + "libloading 0.8.9", + "once_cell", + "rustix 1.1.2", + "x11rb-protocol", +] + +[[package]] +name = "x11rb-protocol" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" + [[package]] name = "xattr" version = "0.2.3" @@ -6980,6 +8856,16 @@ version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" +[[package]] +name = "xdg-home" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" +dependencies = [ + "libc", + "windows-sys 0.59.0", +] + [[package]] name = "xkbcommon" version = "0.8.0" @@ -6992,12 +8878,31 @@ dependencies = [ "xkeysym", ] +[[package]] +name = "xkbcommon-dl" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" +dependencies = [ + "bitflags 2.10.0", + "dlib", + "log", + "once_cell", + "xkeysym", +] + [[package]] name = "xkeysym" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" +[[package]] +name = "xml-rs" +version = "0.8.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" + [[package]] name = "xmlwriter" version = "0.1.0" @@ -7010,6 +8915,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" +[[package]] +name = "yazi" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" + [[package]] name = "yazi" version = "0.2.1" @@ -7050,6 +8961,44 @@ dependencies = [ "synstructure", ] +[[package]] +name = "zbus" +version = "4.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" +dependencies = [ + "async-broadcast", + "async-executor", + "async-fs", + "async-io", + "async-lock", + "async-process", + "async-recursion", + "async-task", + "async-trait", + "blocking", + "enumflags2", + "event-listener 5.4.1", + "futures-core", + "futures-sink", + "futures-util", + "hex", + "nix 0.29.0", + "ordered-stream", + "rand 0.8.5", + "serde", + "serde_repr", + "sha1", + "static_assertions", + "tracing", + "uds_windows", + "windows-sys 0.52.0", + "xdg-home", + "zbus_macros 4.4.0", + "zbus_names 3.0.0", + "zvariant 4.2.0", +] + [[package]] name = "zbus" version = "5.12.0" @@ -7079,9 +9028,22 @@ dependencies = [ "uuid", "windows-sys 0.61.2", "winnow", - "zbus_macros", - "zbus_names", - "zvariant", + "zbus_macros 5.12.0", + "zbus_names 4.2.0", + "zvariant 5.8.0", +] + +[[package]] +name = "zbus_macros" +version = "4.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.110", + "zvariant_utils 2.1.0", ] [[package]] @@ -7094,9 +9056,20 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.110", - "zbus_names", - "zvariant", - "zvariant_utils", + "zbus_names 4.2.0", + "zvariant 5.8.0", + "zvariant_utils 3.2.1", +] + +[[package]] +name = "zbus_names" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" +dependencies = [ + "serde", + "static_assertions", + "zvariant 4.2.0", ] [[package]] @@ -7108,7 +9081,7 @@ dependencies = [ "serde", "static_assertions", "winnow", - "zvariant", + "zvariant 5.8.0", ] [[package]] @@ -7200,6 +9173,12 @@ dependencies = [ "windows-registry 0.4.0", ] +[[package]] +name = "zeno" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697" + [[package]] name = "zeno" version = "0.3.3" @@ -7339,6 +9318,19 @@ dependencies = [ "zune-core 0.5.0", ] +[[package]] +name = "zvariant" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" +dependencies = [ + "endi", + "enumflags2", + "serde", + "static_assertions", + "zvariant_derive 4.2.0", +] + [[package]] name = "zvariant" version = "5.8.0" @@ -7350,8 +9342,21 @@ dependencies = [ "serde", "url", "winnow", - "zvariant_derive", - "zvariant_utils", + "zvariant_derive 5.8.0", + "zvariant_utils 3.2.1", +] + +[[package]] +name = "zvariant_derive" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.110", + "zvariant_utils 2.1.0", ] [[package]] @@ -7364,7 +9369,18 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.110", - "zvariant_utils", + "zvariant_utils 3.2.1", +] + +[[package]] +name = "zvariant_utils" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.110", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5371af1..9970139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = [".", "api", "typegen"] +members = [".", "api", "typegen", "ui-gpui", "ui-iced"] [package] name = "jello" diff --git a/ui-gpui/Cargo.toml b/ui-gpui/Cargo.toml new file mode 100644 index 0000000..0a417f6 --- /dev/null +++ b/ui-gpui/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "ui-gpui" +version = "0.1.0" +edition = "2024" + +[dependencies] diff --git a/ui-gpui/src/lib.rs b/ui-gpui/src/lib.rs new file mode 100644 index 0000000..b93cf3f --- /dev/null +++ b/ui-gpui/src/lib.rs @@ -0,0 +1,14 @@ +pub fn add(left: u64, right: u64) -> u64 { + left + right +} + +#[cfg(test)] +mod tests { + use super::*; + + #[test] + fn it_works() { + let result = add(2, 2); + assert_eq!(result, 4); + } +} diff --git a/ui-iced/Cargo.toml b/ui-iced/Cargo.toml new file mode 100644 index 0000000..4bb9ca3 --- /dev/null +++ b/ui-iced/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ui-iced" +version = "0.1.0" +edition = "2024" + +[dependencies] +iced = { version = "0.13.1", features = ["canvas", "image", "tokio"] } diff --git a/ui-iced/src/lib.rs b/ui-iced/src/lib.rs new file mode 100644 index 0000000..1704fba --- /dev/null +++ b/ui-iced/src/lib.rs @@ -0,0 +1,53 @@ +use iced::{Element, Task}; + +struct State { + screen: Screen, +} + +enum Screen { + Contacts(Contacts), + Conversation(Conversation), +} + +enum Message { + Contacts(contacts::Message), + Conversation(conversation::Message), +} + +fn update(state: &mut State, message: Message) -> Task { + match message { + Message::Contacts(message) => { + if let Screen::Contacts(contacts) = &mut state.screen { + let action = contacts.update(message); + + match action { + contacts::Action::None => Task::none(), + contacts::Action::Run(task) => task.map(Message::Contacts), + contacts::Action::Chat(contact) => { + let (conversation, task) = Conversation::new(contact); + + state.screen = Screen::Conversation(conversation); + + task.map(Message::Conversation) + } + } + } else { + Task::none() + } + } + Message::Conversation(message) => { + if let Screen::Conversation(conversation) = &mut state.screen { + conversation.update(message).map(Message::Conversation) + } else { + Task::none() + } + } + } +} + +fn view(state: &State) -> Element { + match &state.screen { + Screen::Contacts(contacts) => contacts.view().map(Message::Contacts), + Screen::Conversation(conversation) => conversation.view().map(Message::Conversation), + } +} diff --git a/ui-iced/target/rust-analyzer/flycheck0/stderr b/ui-iced/target/rust-analyzer/flycheck0/stderr new file mode 100644 index 0000000..6578323 --- /dev/null +++ b/ui-iced/target/rust-analyzer/flycheck0/stderr @@ -0,0 +1,8249 @@ + 0.214557208s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="api"}: cargo::core::compiler::fingerprint: fingerprint error for api v0.1.0 (/home/servius/Projects/jello/api)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("api", ["lib"], "/home/servius/Projects/jello/api/src/lib.rs", Edition2024) } + 0.214576881s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="api"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/api-5fb1e89b6ff5f9ea/lib-api` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.220239621s INFO prepare_target{force=false package_id=reqwest v0.12.24 target="reqwest"}: cargo::core::compiler::fingerprint: fingerprint error for reqwest v0.12.24/Check { test: false }/TargetInner { ..: lib_target("reqwest", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs", Edition2021) } + 0.220249727s INFO prepare_target{force=false package_id=reqwest v0.12.24 target="reqwest"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/reqwest-36cdf627280bab1d/lib-reqwest` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: ::compile + 7: cargo::ops::cargo_compile::compile_ws + 8: cargo::ops::cargo_compile::compile_with_exec + 9: cargo::ops::cargo_compile::compile + 10: cargo::commands::check::exec + 11: ::exec + 12: cargo::main + 13: std::sys::backtrace::__rust_begin_short_backtrace:: + 14: std::rt::lang_start::<()>::{closure#0} + 15: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 16: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 17: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 18: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 19: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 24: main + 25: __libc_start_call_main + 26: __libc_start_main_alias_1 + 27: + 0.220699317s INFO prepare_target{force=false package_id=h2 v0.4.12 target="h2"}: cargo::core::compiler::fingerprint: fingerprint error for h2 v0.4.12/Check { test: false }/TargetInner { ..: lib_target("h2", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.12/src/lib.rs", Edition2021) } + 0.220703929s INFO prepare_target{force=false package_id=h2 v0.4.12 target="h2"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/h2-c0e17d187179f601/lib-h2` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.221242227s INFO prepare_target{force=false package_id=tracing v0.1.41 target="tracing"}: cargo::core::compiler::fingerprint: fingerprint error for tracing v0.1.41/Check { test: false }/TargetInner { ..: lib_target("tracing", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs", Edition2018) } + 0.221247309s INFO prepare_target{force=false package_id=tracing v0.1.41 target="tracing"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/tracing-6e848d11beae8589/lib-tracing` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.221643671s INFO prepare_target{force=false package_id=hyper v1.8.0 target="hyper"}: cargo::core::compiler::fingerprint: fingerprint error for hyper v1.8.0/Check { test: false }/TargetInner { ..: lib_target("hyper", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.0/src/lib.rs", Edition2021) } + 0.221648177s INFO prepare_target{force=false package_id=hyper v1.8.0 target="hyper"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hyper-47c3acfb87a19054/lib-hyper` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.221948658s INFO prepare_target{force=false package_id=hyper-tls v0.6.0 target="hyper_tls"}: cargo::core::compiler::fingerprint: fingerprint error for hyper-tls v0.6.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("hyper_tls", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs", Edition2018) } + 0.221952980s INFO prepare_target{force=false package_id=hyper-tls v0.6.0 target="hyper_tls"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hyper-tls-31f7dfc316b52449/lib-hyper_tls` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.222110391s INFO prepare_target{force=false package_id=hyper-util v0.1.17 target="hyper_util"}: cargo::core::compiler::fingerprint: fingerprint error for hyper-util v0.1.17/Check { test: false }/TargetInner { ..: lib_target("hyper_util", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17/src/lib.rs", Edition2021) } + 0.222114004s INFO prepare_target{force=false package_id=hyper-util v0.1.17 target="hyper_util"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hyper-util-e20bd4f01bce79cf/lib-hyper_util` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.223687352s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="api"}: cargo::core::compiler::fingerprint: fingerprint error for api v0.1.0 (/home/servius/Projects/jello/api)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("api", ["lib"], "/home/servius/Projects/jello/api/src/lib.rs", Edition2024) } + 0.223693057s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="api"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/api-fd5ac3cfa6d61e14/test-lib-api` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.224365503s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="items"}: cargo::core::compiler::fingerprint: fingerprint error for api v0.1.0 (/home/servius/Projects/jello/api)/Check { test: false }/TargetInner { kind: "example", name: "items", tested: false, benched: false, ..: with_path("/home/servius/Projects/jello/api/examples/items.rs", Edition2024) } + 0.224374344s INFO prepare_target{force=false package_id=api v0.1.0 (/home/servius/Projects/jello/api) target="items"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/api-36c9b665df56a17f/example-items` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.228827808s INFO prepare_target{force=false package_id=jello v0.1.0 (/home/servius/Projects/jello) target="jello"}: cargo::core::compiler::fingerprint: fingerprint error for jello v0.1.0 (/home/servius/Projects/jello)/Check { test: false }/TargetInner { name: "jello", doc: true, ..: with_path("/home/servius/Projects/jello/src/main.rs", Edition2024) } + 0.228837761s INFO prepare_target{force=false package_id=jello v0.1.0 (/home/servius/Projects/jello) target="jello"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/jello-6fff7909a29420c1/bin-jello` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.230260997s INFO prepare_target{force=false package_id=gpui v0.2.2 target="gpui"}: cargo::core::compiler::fingerprint: fingerprint error for gpui v0.2.2/Check { test: false }/TargetInner { doctest: false, ..: lib_target("gpui", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-0.2.2/src/gpui.rs", Edition2024) } + 0.230267024s INFO prepare_target{force=false package_id=gpui v0.2.2 target="gpui"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gpui-620890e65d548f61/lib-gpui` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: ::compile + 7: cargo::ops::cargo_compile::compile_ws + 8: cargo::ops::cargo_compile::compile_with_exec + 9: cargo::ops::cargo_compile::compile + 10: cargo::commands::check::exec + 11: ::exec + 12: cargo::main + 13: std::sys::backtrace::__rust_begin_short_backtrace:: + 14: std::rt::lang_start::<()>::{closure#0} + 15: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 16: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 17: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 18: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 19: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 24: main + 25: __libc_start_call_main + 26: __libc_start_main_alias_1 + 27: + 0.231401562s INFO prepare_target{force=false package_id=ashpd v0.11.0 target="ashpd"}: cargo::core::compiler::fingerprint: fingerprint error for ashpd v0.11.0/Check { test: false }/TargetInner { ..: lib_target("ashpd", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.11.0/src/lib.rs", Edition2021) } + 0.231406609s INFO prepare_target{force=false package_id=ashpd v0.11.0 target="ashpd"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ashpd-92f80d1fffeacc5c/lib-ashpd` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.232019622s INFO prepare_target{force=false package_id=async-net v2.0.0 target="async_net"}: cargo::core::compiler::fingerprint: fingerprint error for async-net v2.0.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("async_net", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-net-2.0.0/src/lib.rs", Edition2021) } + 0.232024264s INFO prepare_target{force=false package_id=async-net v2.0.0 target="async_net"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-net-44514f1dafa334a4/lib-async_net` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.232152507s INFO prepare_target{force=false package_id=async-io v2.6.0 target="async_io"}: cargo::core::compiler::fingerprint: fingerprint error for async-io v2.6.0/Check { test: false }/TargetInner { ..: lib_target("async_io", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs", Edition2021) } + 0.232155687s INFO prepare_target{force=false package_id=async-io v2.6.0 target="async_io"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-io-e88e790523b66c11/lib-async_io` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.232380183s INFO prepare_target{force=false package_id=polling v3.11.0 target="polling"}: cargo::core::compiler::fingerprint: fingerprint error for polling v3.11.0/Check { test: false }/TargetInner { ..: lib_target("polling", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/lib.rs", Edition2021) } + 0.232383510s INFO prepare_target{force=false package_id=polling v3.11.0 target="polling"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/polling-991eaf01a8f2fe42/lib-polling` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.232492229s INFO prepare_target{force=false package_id=rustix v1.1.2 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v1.1.2/Check { test: false }/TargetInner { ..: lib_target("rustix", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs", Edition2021) } + 0.232495078s INFO prepare_target{force=false package_id=rustix v1.1.2 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rustix-75882ab0cd49e020/lib-rustix` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.232621020s INFO prepare_target{force=false package_id=linux-raw-sys v0.11.0 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: fingerprint error for linux-raw-sys v0.11.0/Check { test: false }/TargetInner { ..: lib_target("linux_raw_sys", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs", Edition2021) } + 0.232624128s INFO prepare_target{force=false package_id=linux-raw-sys v0.11.0 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/linux-raw-sys-adb9ee17635f487f/lib-linux_raw_sys` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.233070711s INFO prepare_target{force=false package_id=wayland-backend v0.3.11 target="wayland_backend"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-backend v0.3.11/Check { test: false }/TargetInner { ..: lib_target("wayland_backend", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.11/src/lib.rs", Edition2021) } + 0.233077106s INFO prepare_target{force=false package_id=wayland-backend v0.3.11 target="wayland_backend"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-backend-38ccedece2a27783/lib-wayland_backend` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.233413782s INFO prepare_target{force=false package_id=wayland-client v0.31.11 target="wayland_client"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-client v0.31.11/Check { test: false }/TargetInner { ..: lib_target("wayland_client", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.11/src/lib.rs", Edition2021) } + 0.233418745s INFO prepare_target{force=false package_id=wayland-client v0.31.11 target="wayland_client"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-client-15e6df789e478d09/lib-wayland_client` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.233648354s INFO prepare_target{force=false package_id=wayland-protocols v0.32.9 target="wayland_protocols"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols v0.32.9/Check { test: false }/TargetInner { ..: lib_target("wayland_protocols", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.9/src/lib.rs", Edition2021) } + 0.233653115s INFO prepare_target{force=false package_id=wayland-protocols v0.32.9 target="wayland_protocols"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-a857668ed25ae9f4/lib-wayland_protocols` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.233786404s INFO prepare_target{force=false package_id=zbus v5.12.0 target="zbus"}: cargo::core::compiler::fingerprint: fingerprint error for zbus v5.12.0/Check { test: false }/TargetInner { benched: false, ..: lib_target("zbus", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.12.0/src/lib.rs", Edition2021) } + 0.233789751s INFO prepare_target{force=false package_id=zbus v5.12.0 target="zbus"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zbus-66faac582134c319/lib-zbus` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.234166175s INFO prepare_target{force=false package_id=async-process v2.5.0 target="async_process"}: cargo::core::compiler::fingerprint: fingerprint error for async-process v2.5.0/Check { test: false }/TargetInner { ..: lib_target("async_process", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/lib.rs", Edition2021) } + 0.234170001s INFO prepare_target{force=false package_id=async-process v2.5.0 target="async_process"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-process-f2716c650f5e4d99/lib-async_process` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.234339466s INFO prepare_target{force=false package_id=async-signal v0.2.13 target="async_signal"}: cargo::core::compiler::fingerprint: fingerprint error for async-signal v0.2.13/Check { test: false }/TargetInner { ..: lib_target("async_signal", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.13/src/lib.rs", Edition2021) } + 0.234342860s INFO prepare_target{force=false package_id=async-signal v0.2.13 target="async_signal"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-signal-6d74bb976a062f4a/lib-async_signal` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.235269647s INFO prepare_target{force=false package_id=blade-graphics v0.7.0 target="blade_graphics"}: cargo::core::compiler::fingerprint: fingerprint error for blade-graphics v0.7.0/Check { test: false }/TargetInner { ..: lib_target("blade_graphics", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-graphics-0.7.0/src/lib.rs", Edition2021) } + 0.235274210s INFO prepare_target{force=false package_id=blade-graphics v0.7.0 target="blade_graphics"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/blade-graphics-e7c3db8965383ccf/lib-blade_graphics` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.235573158s INFO prepare_target{force=false package_id=ash-window v0.13.0 target="ash_window"}: cargo::core::compiler::fingerprint: fingerprint error for ash-window v0.13.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ash_window", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-window-0.13.0/src/lib.rs", Edition2021) } + 0.235577234s INFO prepare_target{force=false package_id=ash-window v0.13.0 target="ash_window"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ash-window-87f5986dab5a9656/lib-ash_window` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.235676194s INFO prepare_target{force=false package_id=raw-window-handle v0.6.2 target="raw_window_handle"}: cargo::core::compiler::fingerprint: fingerprint error for raw-window-handle v0.6.2/Check { test: false }/TargetInner { ..: lib_target("raw_window_handle", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-window-handle-0.6.2/src/lib.rs", Edition2021) } + 0.235679636s INFO prepare_target{force=false package_id=raw-window-handle v0.6.2 target="raw_window_handle"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/raw-window-handle-d82dbcbf9fb594dd/lib-raw_window_handle` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.236016238s INFO prepare_target{force=false package_id=naga v25.0.1 target="naga"}: cargo::core::compiler::fingerprint: fingerprint error for naga v25.0.1/Check { test: false }/TargetInner { ..: lib_target("naga", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/src/lib.rs", Edition2021) } + 0.236019896s INFO prepare_target{force=false package_id=naga v25.0.1 target="naga"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/naga-988fd56a4c549615/lib-naga` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.236514212s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-hash v1.1.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("rustc_hash", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs", Edition2015) } + 0.236518343s INFO prepare_target{force=false package_id=rustc-hash v1.1.0 target="rustc_hash"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rustc-hash-673ef633b9bf6932/lib-rustc_hash` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.236735241s INFO prepare_target{force=false package_id=blade-util v0.3.0 target="blade_util"}: cargo::core::compiler::fingerprint: fingerprint error for blade-util v0.3.0/Check { test: false }/TargetInner { ..: lib_target("blade_util", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-util-0.3.0/src/lib.rs", Edition2021) } + 0.236739461s INFO prepare_target{force=false package_id=blade-util v0.3.0 target="blade_util"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/blade-util-5c7d65448912ce00/lib-blade_util` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.236939275s INFO prepare_target{force=false package_id=calloop v0.13.0 target="calloop"}: cargo::core::compiler::fingerprint: fingerprint error for calloop v0.13.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("calloop", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.13.0/src/lib.rs", Edition2018) } + 0.236942881s INFO prepare_target{force=false package_id=calloop v0.13.0 target="calloop"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/calloop-96d83bfa43a53640/lib-calloop` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.237081272s INFO prepare_target{force=false package_id=rustix v0.38.44 target="rustix"}: cargo::core::compiler::fingerprint: fingerprint error for rustix v0.38.44/Check { test: false }/TargetInner { ..: lib_target("rustix", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs", Edition2021) } + 0.237084451s INFO prepare_target{force=false package_id=rustix v0.38.44 target="rustix"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rustix-cb5419feaea19963/lib-rustix` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.237200251s INFO prepare_target{force=false package_id=linux-raw-sys v0.4.15 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: fingerprint error for linux-raw-sys v0.4.15/Check { test: false }/TargetInner { ..: lib_target("linux_raw_sys", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/src/lib.rs", Edition2021) } + 0.237203761s INFO prepare_target{force=false package_id=linux-raw-sys v0.4.15 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/linux-raw-sys-ebdbe589f1c84df0/lib-linux_raw_sys` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.237368318s INFO prepare_target{force=false package_id=calloop-wayland-source v0.3.0 target="calloop_wayland_source"}: cargo::core::compiler::fingerprint: fingerprint error for calloop-wayland-source v0.3.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("calloop_wayland_source", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.3.0/src/lib.rs", Edition2021) } + 0.237372557s INFO prepare_target{force=false package_id=calloop-wayland-source v0.3.0 target="calloop_wayland_source"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/calloop-wayland-source-22eeba3242c0ac90/lib-calloop_wayland_source` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.237511904s INFO prepare_target{force=false package_id=cosmic-text v0.14.2 target="cosmic_text"}: cargo::core::compiler::fingerprint: fingerprint error for cosmic-text v0.14.2/Check { test: false }/TargetInner { ..: lib_target("cosmic_text", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.14.2/src/lib.rs", Edition2021) } + 0.237515221s INFO prepare_target{force=false package_id=cosmic-text v0.14.2 target="cosmic_text"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/cosmic-text-4e304ab13f0548c3/lib-cosmic_text` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.237975878s INFO prepare_target{force=false package_id=smol_str v0.2.2 target="smol_str"}: cargo::core::compiler::fingerprint: fingerprint error for smol_str v0.2.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("smol_str", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol_str-0.2.2/src/lib.rs", Edition2018) } + 0.237979776s INFO prepare_target{force=false package_id=smol_str v0.2.2 target="smol_str"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/smol_str-5522a97d90616a6a/lib-smol_str` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.238502183s INFO prepare_target{force=false package_id=futures v0.3.31 target="futures"}: cargo::core::compiler::fingerprint: fingerprint error for futures v0.3.31/Check { test: false }/TargetInner { ..: lib_target("futures", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs", Edition2018) } + 0.238506897s INFO prepare_target{force=false package_id=futures v0.3.31 target="futures"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/futures-fc014d43cea7cb3d/lib-futures` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.238671810s INFO prepare_target{force=false package_id=futures-executor v0.3.31 target="futures_executor"}: cargo::core::compiler::fingerprint: fingerprint error for futures-executor v0.3.31/Check { test: false }/TargetInner { ..: lib_target("futures_executor", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs", Edition2018) } + 0.238676313s INFO prepare_target{force=false package_id=futures-executor v0.3.31 target="futures_executor"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/futures-executor-f2be0719c1362431/lib-futures_executor` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.239461924s INFO prepare_target{force=false package_id=gpui_http_client v0.2.2 target="gpui_http_client"}: cargo::core::compiler::fingerprint: fingerprint error for gpui_http_client v0.2.2/Check { test: false }/TargetInner { ..: lib_target("gpui_http_client", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_http_client-0.2.2/src/http_client.rs", Edition2024) } + 0.239466354s INFO prepare_target{force=false package_id=gpui_http_client v0.2.2 target="gpui_http_client"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gpui_http_client-df679adc9bc5f1cd/lib-gpui_http_client` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.240164620s INFO prepare_target{force=false package_id=gpui_util v0.2.2 target="gpui_util"}: cargo::core::compiler::fingerprint: fingerprint error for gpui_util v0.2.2/Check { test: false }/TargetInner { ..: lib_target("gpui_util", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_util-0.2.2/src/util.rs", Edition2024) } + 0.240169155s INFO prepare_target{force=false package_id=gpui_util v0.2.2 target="gpui_util"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gpui_util-8d02425087425bb2/lib-gpui_util` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.240983231s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: fingerprint error for nix v0.29.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("nix", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs", Edition2021) } + 0.240988377s INFO prepare_target{force=false package_id=nix v0.29.0 target="nix"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/nix-e7e1a4b4be1dbb6c/lib-nix` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.241975656s INFO prepare_target{force=false package_id=smol v2.0.2 target="smol"}: cargo::core::compiler::fingerprint: fingerprint error for smol v2.0.2/Check { test: false }/TargetInner { ..: lib_target("smol", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol-2.0.2/src/lib.rs", Edition2018) } + 0.241981291s INFO prepare_target{force=false package_id=smol v2.0.2 target="smol"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/smol-1ba9a7e7307c30f7/lib-smol` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.242187095s INFO prepare_target{force=false package_id=tempfile v3.23.0 target="tempfile"}: cargo::core::compiler::fingerprint: fingerprint error for tempfile v3.23.0/Check { test: false }/TargetInner { ..: lib_target("tempfile", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs", Edition2021) } + 0.242190592s INFO prepare_target{force=false package_id=tempfile v3.23.0 target="tempfile"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/tempfile-bd4130d7fb35702e/lib-tempfile` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.242326155s INFO prepare_target{force=false package_id=which v6.0.3 target="which"}: cargo::core::compiler::fingerprint: fingerprint error for which v6.0.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("which", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-6.0.3/src/lib.rs", Edition2021) } + 0.242329482s INFO prepare_target{force=false package_id=which v6.0.3 target="which"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/which-139dc2d8004fd2d4/lib-which` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.242549227s INFO prepare_target{force=false package_id=zed-async-tar v0.5.0-zed target="zed_async_tar"}: cargo::core::compiler::fingerprint: fingerprint error for zed-async-tar v0.5.0-zed/Check { test: false }/TargetInner { ..: lib_target("zed_async_tar", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-async-tar-0.5.0-zed/src/lib.rs", Edition2018) } + 0.242552813s INFO prepare_target{force=false package_id=zed-async-tar v0.5.0-zed target="zed_async_tar"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zed-async-tar-0a6f21e4b8f6ba06/lib-zed_async_tar` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.242726777s INFO prepare_target{force=false package_id=async-std v1.13.2 target="async_std"}: cargo::core::compiler::fingerprint: fingerprint error for async-std v1.13.2/Check { test: false }/TargetInner { ..: lib_target("async_std", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/lib.rs", Edition2018) } + 0.242732208s INFO prepare_target{force=false package_id=async-std v1.13.2 target="async_std"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-std-c5f0cd48a795352d/lib-async_std` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.243029933s INFO prepare_target{force=false package_id=async-global-executor v2.4.1 target="async_global_executor"}: cargo::core::compiler::fingerprint: fingerprint error for async-global-executor v2.4.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("async_global_executor", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs", Edition2021) } + 0.243034106s INFO prepare_target{force=false package_id=async-global-executor v2.4.1 target="async_global_executor"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/async-global-executor-4addc1dc887d6231/lib-async_global_executor` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.243220230s INFO prepare_target{force=false package_id=zed-reqwest v0.12.15-zed target="zed_reqwest"}: cargo::core::compiler::fingerprint: fingerprint error for zed-reqwest v0.12.15-zed/Check { test: false }/TargetInner { ..: lib_target("zed_reqwest", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-reqwest-0.12.15-zed/src/lib.rs", Edition2021) } + 0.243223770s INFO prepare_target{force=false package_id=zed-reqwest v0.12.15-zed target="zed_reqwest"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zed-reqwest-d481ad5a54dc5440/lib-zed_reqwest` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.243653640s INFO prepare_target{force=false package_id=hyper-rustls v0.27.7 target="hyper_rustls"}: cargo::core::compiler::fingerprint: fingerprint error for hyper-rustls v0.27.7/Check { test: false }/TargetInner { ..: lib_target("hyper_rustls", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs", Edition2021) } + 0.243658324s INFO prepare_target{force=false package_id=hyper-rustls v0.27.7 target="hyper_rustls"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hyper-rustls-f5783b87b27b3183/lib-hyper_rustls` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.244773138s INFO prepare_target{force=false package_id=image v0.25.9 target="image"}: cargo::core::compiler::fingerprint: fingerprint error for image v0.25.9/Check { test: false }/TargetInner { ..: lib_target("image", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/lib.rs", Edition2021) } + 0.244778322s INFO prepare_target{force=false package_id=image v0.25.9 target="image"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/image-d706036e61d3c420/lib-image` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.246672166s INFO prepare_target{force=false package_id=lyon v1.0.16 target="lyon"}: cargo::core::compiler::fingerprint: fingerprint error for lyon v1.0.16/Check { test: false }/TargetInner { ..: lib_target("lyon", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon-1.0.16/src/lib.rs", Edition2018) } + 0.246680799s INFO prepare_target{force=false package_id=lyon v1.0.16 target="lyon"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/lyon-3d677db471330487/lib-lyon` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.246820516s INFO prepare_target{force=false package_id=lyon_algorithms v1.0.16 target="lyon_algorithms"}: cargo::core::compiler::fingerprint: fingerprint error for lyon_algorithms v1.0.16/Check { test: false }/TargetInner { ..: lib_target("lyon_algorithms", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_algorithms-1.0.16/src/lib.rs", Edition2018) } + 0.246824651s INFO prepare_target{force=false package_id=lyon_algorithms v1.0.16 target="lyon_algorithms"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/lyon_algorithms-f57112348780cbc5/lib-lyon_algorithms` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.246925100s INFO prepare_target{force=false package_id=lyon_path v1.0.16 target="lyon_path"}: cargo::core::compiler::fingerprint: fingerprint error for lyon_path v1.0.16/Check { test: false }/TargetInner { ..: lib_target("lyon_path", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_path-1.0.16/src/lib.rs", Edition2018) } + 0.246928315s INFO prepare_target{force=false package_id=lyon_path v1.0.16 target="lyon_path"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/lyon_path-c7543183ac4cfd81/lib-lyon_path` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.247041484s INFO prepare_target{force=false package_id=lyon_tessellation v1.0.16 target="lyon_tessellation"}: cargo::core::compiler::fingerprint: fingerprint error for lyon_tessellation v1.0.16/Check { test: false }/TargetInner { ..: lib_target("lyon_tessellation", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_tessellation-1.0.16/src/lib.rs", Edition2018) } + 0.247044588s INFO prepare_target{force=false package_id=lyon_tessellation v1.0.16 target="lyon_tessellation"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/lyon_tessellation-9f1b206815227985/lib-lyon_tessellation` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.247152964s INFO prepare_target{force=false package_id=oo7 v0.5.0 target="oo7"}: cargo::core::compiler::fingerprint: fingerprint error for oo7 v0.5.0/Check { test: false }/TargetInner { ..: lib_target("oo7", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oo7-0.5.0/src/lib.rs", Edition2024) } + 0.247156032s INFO prepare_target{force=false package_id=oo7 v0.5.0 target="oo7"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/oo7-511be13f76128c24/lib-oo7` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.247677549s INFO prepare_target{force=false package_id=ashpd v0.12.0 target="ashpd"}: cargo::core::compiler::fingerprint: fingerprint error for ashpd v0.12.0/Check { test: false }/TargetInner { ..: lib_target("ashpd", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.12.0/src/lib.rs", Edition2021) } + 0.247681033s INFO prepare_target{force=false package_id=ashpd v0.12.0 target="ashpd"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ashpd-1d029819c8b9096d/lib-ashpd` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.248068649s INFO prepare_target{force=false package_id=num-bigint-dig v0.8.6 target="num_bigint_dig"}: cargo::core::compiler::fingerprint: fingerprint error for num-bigint-dig v0.8.6/Check { test: false }/TargetInner { ..: lib_target("num_bigint_dig", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs", Edition2021) } + 0.248072302s INFO prepare_target{force=false package_id=num-bigint-dig v0.8.6 target="num_bigint_dig"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/num-bigint-dig-bd07bc5128b696c4/lib-num_bigint_dig` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.248326063s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: fingerprint error for rand v0.8.5/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("rand", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs", Edition2018) } + 0.248329797s INFO prepare_target{force=false package_id=rand v0.8.5 target="rand"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rand-b0f4a8e10801949e/lib-rand` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.248614749s INFO prepare_target{force=false package_id=postage v0.5.0 target="postage"}: cargo::core::compiler::fingerprint: fingerprint error for postage v0.5.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("postage", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postage-0.5.0/src/lib.rs", Edition2018) } + 0.248618254s INFO prepare_target{force=false package_id=postage v0.5.0 target="postage"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/postage-5b289270b68b2c56/lib-postage` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.248854942s INFO prepare_target{force=false package_id=resvg v0.45.1 target="resvg"}: cargo::core::compiler::fingerprint: fingerprint error for resvg v0.45.1/Check { test: false }/TargetInner { ..: lib_target("resvg", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.45.1/src/lib.rs", Edition2021) } + 0.248858167s INFO prepare_target{force=false package_id=resvg v0.45.1 target="resvg"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/resvg-8727fa468a467bc0/lib-resvg` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.249261925s INFO prepare_target{force=false package_id=usvg v0.45.1 target="usvg"}: cargo::core::compiler::fingerprint: fingerprint error for usvg v0.45.1/Check { test: false }/TargetInner { ..: lib_target("usvg", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usvg-0.45.1/src/lib.rs", Edition2021) } + 0.249265566s INFO prepare_target{force=false package_id=usvg v0.45.1 target="usvg"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/usvg-1589b83ffe663775/lib-usvg` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.249524556s INFO prepare_target{force=false package_id=fontdb v0.23.0 target="fontdb"}: cargo::core::compiler::fingerprint: fingerprint error for fontdb v0.23.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("fontdb", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontdb-0.23.0/src/lib.rs", Edition2018) } + 0.249527686s INFO prepare_target{force=false package_id=fontdb v0.23.0 target="fontdb"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/fontdb-1a91cc505b3007a0/lib-fontdb` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.249662182s INFO prepare_target{force=false package_id=ttf-parser v0.25.1 target="ttf_parser"}: cargo::core::compiler::fingerprint: fingerprint error for ttf-parser v0.25.1/Check { test: false }/TargetInner { ..: lib_target("ttf_parser", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.25.1/src/lib.rs", Edition2018) } + 0.249665252s INFO prepare_target{force=false package_id=ttf-parser v0.25.1 target="ttf_parser"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ttf-parser-6090160be2157a8c/lib-ttf_parser` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.249778829s INFO prepare_target{force=false package_id=rustybuzz v0.20.1 target="rustybuzz"}: cargo::core::compiler::fingerprint: fingerprint error for rustybuzz v0.20.1/Check { test: false }/TargetInner { ..: lib_target("rustybuzz", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.20.1/src/lib.rs", Edition2021) } + 0.249781758s INFO prepare_target{force=false package_id=rustybuzz v0.20.1 target="rustybuzz"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rustybuzz-c432e99b07867107/lib-rustybuzz` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.250351384s INFO prepare_target{force=false package_id=wayland-cursor v0.31.11 target="wayland_cursor"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-cursor v0.31.11/Check { test: false }/TargetInner { ..: lib_target("wayland_cursor", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-cursor-0.31.11/src/lib.rs", Edition2021) } + 0.250355599s INFO prepare_target{force=false package_id=wayland-cursor v0.31.11 target="wayland_cursor"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-cursor-939d7bc58362cc43/lib-wayland_cursor` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.250509872s INFO prepare_target{force=false package_id=wayland-protocols v0.31.2 target="wayland_protocols"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols v0.31.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wayland_protocols", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.31.2/src/lib.rs", Edition2021) } + 0.250513380s INFO prepare_target{force=false package_id=wayland-protocols v0.31.2 target="wayland_protocols"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-a3c043e5035b00a1/lib-wayland_protocols` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.250638455s INFO prepare_target{force=false package_id=wayland-protocols-plasma v0.2.0 target="wayland_protocols_plasma"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols-plasma v0.2.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wayland_protocols_plasma", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.2.0/src/lib.rs", Edition2018) } + 0.250641804s INFO prepare_target{force=false package_id=wayland-protocols-plasma v0.2.0 target="wayland_protocols_plasma"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-plasma-03a463d8205ce84c/lib-wayland_protocols_plasma` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.251271217s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.20 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: fingerprint error for tracing-subscriber v0.3.20/Check { test: false }/TargetInner { ..: lib_target("tracing_subscriber", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.20/src/lib.rs", Edition2018) } + 0.251275966s INFO prepare_target{force=false package_id=tracing-subscriber v0.3.20 target="tracing_subscriber"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/tracing-subscriber-2637276daebef329/lib-tracing_subscriber` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: ::compile + 7: cargo::ops::cargo_compile::compile_ws + 8: cargo::ops::cargo_compile::compile_with_exec + 9: cargo::ops::cargo_compile::compile + 10: cargo::commands::check::exec + 11: ::exec + 12: cargo::main + 13: std::sys::backtrace::__rust_begin_short_backtrace:: + 14: std::rt::lang_start::<()>::{closure#0} + 15: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 16: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 17: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 18: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 19: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 24: main + 25: __libc_start_call_main + 26: __libc_start_main_alias_1 + 27: + 0.251590138s INFO prepare_target{force=false package_id=jello v0.1.0 (/home/servius/Projects/jello) target="jello"}: cargo::core::compiler::fingerprint: fingerprint error for jello v0.1.0 (/home/servius/Projects/jello)/Check { test: true }/TargetInner { name: "jello", doc: true, ..: with_path("/home/servius/Projects/jello/src/main.rs", Edition2024) } + 0.251594613s INFO prepare_target{force=false package_id=jello v0.1.0 (/home/servius/Projects/jello) target="jello"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/jello-6b194683ea860015/test-bin-jello` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.252948838s INFO prepare_target{force=false package_id=ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui) target="ui_gpui"}: cargo::core::compiler::fingerprint: fingerprint error for ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ui_gpui", ["lib"], "/home/servius/Projects/jello/ui-gpui/src/lib.rs", Edition2024) } + 0.252954731s INFO prepare_target{force=false package_id=ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui) target="ui_gpui"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ui-gpui-c3e04b3ec8a9f7ff/lib-ui_gpui` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.253046150s INFO prepare_target{force=false package_id=ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui) target="ui_gpui"}: cargo::core::compiler::fingerprint: fingerprint error for ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("ui_gpui", ["lib"], "/home/servius/Projects/jello/ui-gpui/src/lib.rs", Edition2024) } + 0.253049390s INFO prepare_target{force=false package_id=ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui) target="ui_gpui"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ui-gpui-68e5466bdcaca3f2/test-lib-ui_gpui` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.254959059s INFO prepare_target{force=false package_id=ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced) target="ui_iced"}: cargo::core::compiler::fingerprint: fingerprint error for ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ui_iced", ["lib"], "/home/servius/Projects/jello/ui-iced/src/lib.rs", Edition2024) } + 0.254967450s INFO prepare_target{force=false package_id=ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced) target="ui_iced"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ui-iced-3c20985787814f48/lib-ui_iced` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + 0.255401986s INFO prepare_target{force=false package_id=iced v0.13.1 target="iced"}: cargo::core::compiler::fingerprint: fingerprint error for iced v0.13.1/Check { test: false }/TargetInner { ..: lib_target("iced", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced-0.13.1/src/lib.rs", Edition2021) } + 0.255406345s INFO prepare_target{force=false package_id=iced v0.13.1 target="iced"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced-2b411413f6b5504c/lib-iced` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: ::compile + 7: cargo::ops::cargo_compile::compile_ws + 8: cargo::ops::cargo_compile::compile_with_exec + 9: cargo::ops::cargo_compile::compile + 10: cargo::commands::check::exec + 11: ::exec + 12: cargo::main + 13: std::sys::backtrace::__rust_begin_short_backtrace:: + 14: std::rt::lang_start::<()>::{closure#0} + 15: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 16: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 17: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 18: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 19: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 24: main + 25: __libc_start_call_main + 26: __libc_start_main_alias_1 + 27: + 0.255829893s INFO prepare_target{force=false package_id=iced_core v0.13.2 target="iced_core"}: cargo::core::compiler::fingerprint: fingerprint error for iced_core v0.13.2/Check { test: false }/TargetInner { ..: lib_target("iced_core", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_core-0.13.2/src/lib.rs", Edition2021) } + 0.255834121s INFO prepare_target{force=false package_id=iced_core v0.13.2 target="iced_core"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_core-fcfbbcd522be9c97/lib-iced_core` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.256087409s INFO prepare_target{force=false package_id=dark-light v1.1.1 target="dark_light"}: cargo::core::compiler::fingerprint: fingerprint error for dark-light v1.1.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("dark_light", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dark-light-1.1.1/src/lib.rs", Edition2018) } + 0.256091499s INFO prepare_target{force=false package_id=dark-light v1.1.1 target="dark_light"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/dark-light-03cd36771d6041b3/lib-dark_light` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.256330746s INFO prepare_target{force=false package_id=dconf_rs v0.3.0 target="dconf_rs"}: cargo::core::compiler::fingerprint: fingerprint error for dconf_rs v0.3.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("dconf_rs", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dconf_rs-0.3.0/src/lib.rs", Edition2015) } + 0.256334372s INFO prepare_target{force=false package_id=dconf_rs v0.3.0 target="dconf_rs"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/dconf_rs-c53a932b72637fa9/lib-dconf_rs` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.256412381s INFO prepare_target{force=false package_id=detect-desktop-environment v0.2.0 target="detect_desktop_environment"}: cargo::core::compiler::fingerprint: fingerprint error for detect-desktop-environment v0.2.0/Check { test: false }/TargetInner { ..: lib_target("detect_desktop_environment", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/detect-desktop-environment-0.2.0/src/lib.rs", Edition2015) } + 0.256415772s INFO prepare_target{force=false package_id=detect-desktop-environment v0.2.0 target="detect_desktop_environment"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/detect-desktop-environment-097f8e6336e76034/lib-detect_desktop_environment` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.256491513s INFO prepare_target{force=false package_id=rust-ini v0.18.0 target="ini"}: cargo::core::compiler::fingerprint: fingerprint error for rust-ini v0.18.0/Check { test: false }/TargetInner { ..: lib_target("ini", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-ini-0.18.0/src/lib.rs", Edition2018) } + 0.256494422s INFO prepare_target{force=false package_id=rust-ini v0.18.0 target="ini"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/rust-ini-6d1ca3b4d0332007/lib-ini` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.256584128s INFO prepare_target{force=false package_id=ordered-multimap v0.4.3 target="ordered_multimap"}: cargo::core::compiler::fingerprint: fingerprint error for ordered-multimap v0.4.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ordered_multimap", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-multimap-0.4.3/src/lib.rs", Edition2018) } + 0.256587358s INFO prepare_target{force=false package_id=ordered-multimap v0.4.3 target="ordered_multimap"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ordered-multimap-1959c2289dec4d75/lib-ordered_multimap` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.256678088s INFO prepare_target{force=false package_id=dlv-list v0.3.0 target="dlv_list"}: cargo::core::compiler::fingerprint: fingerprint error for dlv-list v0.3.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("dlv_list", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlv-list-0.3.0/src/lib.rs", Edition2018) } + 0.256680954s INFO prepare_target{force=false package_id=dlv-list v0.3.0 target="dlv_list"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/dlv-list-9cf2133b8ab6b0e0/lib-dlv_list` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.256748671s INFO prepare_target{force=false package_id=hashbrown v0.12.3 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.12.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("hashbrown", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs", Edition2021) } + 0.256751415s INFO prepare_target{force=false package_id=hashbrown v0.12.3 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hashbrown-1d21cdb98dbc9785/lib-hashbrown` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.256845551s INFO prepare_target{force=false package_id=ahash v0.7.8 target="ahash"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.7.8/Check { test: false }/TargetInner { ..: lib_target("ahash", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8/src/lib.rs", Edition2018) } + 0.256848377s INFO prepare_target{force=false package_id=ahash v0.7.8 target="ahash"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ahash-2d920f54fad6062d/lib-ahash` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.257027818s INFO prepare_target{force=false package_id=zbus v4.4.0 target="zbus"}: cargo::core::compiler::fingerprint: fingerprint error for zbus v4.4.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zbus", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-4.4.0/src/lib.rs", Edition2021) } + 0.257031307s INFO prepare_target{force=false package_id=zbus v4.4.0 target="zbus"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zbus-dee5c5f10f738b24/lib-zbus` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.257361007s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: fingerprint error for sha1 v0.10.6/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("sha1", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs", Edition2018) } + 0.257364487s INFO prepare_target{force=false package_id=sha1 v0.10.6 target="sha1"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/sha1-5743d952a8e3c129/lib-sha1` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.257478051s INFO prepare_target{force=false package_id=xdg-home v1.3.0 target="xdg_home"}: cargo::core::compiler::fingerprint: fingerprint error for xdg-home v1.3.0/Check { test: false }/TargetInner { ..: lib_target("xdg_home", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-home-1.3.0/src/lib.rs", Edition2021) } + 0.257482153s INFO prepare_target{force=false package_id=xdg-home v1.3.0 target="xdg_home"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/xdg-home-3fc85801e343cb03/lib-xdg_home` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.257615842s INFO prepare_target{force=false package_id=zbus_names v3.0.0 target="zbus_names"}: cargo::core::compiler::fingerprint: fingerprint error for zbus_names v3.0.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zbus_names", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-3.0.0/src/lib.rs", Edition2021) } + 0.257618765s INFO prepare_target{force=false package_id=zbus_names v3.0.0 target="zbus_names"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zbus_names-8a2990702f1c6b98/lib-zbus_names` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.257728076s INFO prepare_target{force=false package_id=zvariant v4.2.0 target="zvariant"}: cargo::core::compiler::fingerprint: fingerprint error for zvariant v4.2.0/Check { test: false }/TargetInner { name_inferred: true, benched: false, ..: lib_target("zvariant", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-4.2.0/src/lib.rs", Edition2021) } + 0.257732174s INFO prepare_target{force=false package_id=zvariant v4.2.0 target="zvariant"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zvariant-97bb13a1b54c1215/lib-zvariant` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.257897241s INFO prepare_target{force=false package_id=glam v0.25.0 target="glam"}: cargo::core::compiler::fingerprint: fingerprint error for glam v0.25.0/Check { test: false }/TargetInner { name_inferred: true, benched: false, ..: lib_target("glam", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glam-0.25.0/src/lib.rs", Edition2021) } + 0.257900820s INFO prepare_target{force=false package_id=glam v0.25.0 target="glam"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/glam-fc5db22464782a72/lib-glam` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.257991937s INFO prepare_target{force=false package_id=palette v0.7.6 target="palette"}: cargo::core::compiler::fingerprint: fingerprint error for palette v0.7.6/Check { test: false }/TargetInner { name_inferred: true, benched: false, ..: lib_target("palette", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/src/lib.rs", Edition2018) } + 0.257994831s INFO prepare_target{force=false package_id=palette v0.7.6 target="palette"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/palette-23f1c0678faccb98/lib-palette` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.258113019s INFO prepare_target{force=false package_id=approx v0.5.1 target="approx"}: cargo::core::compiler::fingerprint: fingerprint error for approx v0.5.1/Check { test: false }/TargetInner { ..: lib_target("approx", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs", Edition2015) } + 0.258115734s INFO prepare_target{force=false package_id=approx v0.5.1 target="approx"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/approx-366fdf0cf033277e/lib-approx` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.258198576s INFO prepare_target{force=false package_id=fast-srgb8 v1.0.0 target="fast_srgb8"}: cargo::core::compiler::fingerprint: fingerprint error for fast-srgb8 v1.0.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("fast_srgb8", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast-srgb8-1.0.0/src/lib.rs", Edition2018) } + 0.258201555s INFO prepare_target{force=false package_id=fast-srgb8 v1.0.0 target="fast_srgb8"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/fast-srgb8-22d2dd03f8cfeb2a/lib-fast_srgb8` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.258364787s INFO prepare_target{force=false package_id=phf v0.11.3 target="phf"}: cargo::core::compiler::fingerprint: fingerprint error for phf v0.11.3/Check { test: false }/TargetInner { tested: false, ..: lib_target("phf", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs", Edition2021) } + 0.258368886s INFO prepare_target{force=false package_id=phf v0.11.3 target="phf"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/phf-71176479f9d17150/lib-phf` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.258561571s INFO prepare_target{force=false package_id=phf_shared v0.11.3 target="phf_shared"}: cargo::core::compiler::fingerprint: fingerprint error for phf_shared v0.11.3/Check { test: false }/TargetInner { tested: false, ..: lib_target("phf_shared", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs", Edition2021) } + 0.258564675s INFO prepare_target{force=false package_id=phf_shared v0.11.3 target="phf_shared"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/phf_shared-52d2cff202490548/lib-phf_shared` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.258646949s INFO prepare_target{force=false package_id=web-time v1.1.0 target="web_time"}: cargo::core::compiler::fingerprint: fingerprint error for web-time v1.1.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("web_time", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs", Edition2021) } + 0.258649845s INFO prepare_target{force=false package_id=web-time v1.1.0 target="web_time"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/web-time-b2ff22979a12cdfa/lib-web_time` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.258745089s INFO prepare_target{force=false package_id=iced_futures v0.13.2 target="iced_futures"}: cargo::core::compiler::fingerprint: fingerprint error for iced_futures v0.13.2/Check { test: false }/TargetInner { ..: lib_target("iced_futures", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_futures-0.13.2/src/lib.rs", Edition2021) } + 0.258748079s INFO prepare_target{force=false package_id=iced_futures v0.13.2 target="iced_futures"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_futures-d1241974eb186ff4/lib-iced_futures` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.258984895s INFO prepare_target{force=false package_id=iced_renderer v0.13.0 target="iced_renderer"}: cargo::core::compiler::fingerprint: fingerprint error for iced_renderer v0.13.0/Check { test: false }/TargetInner { ..: lib_target("iced_renderer", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_renderer-0.13.0/src/lib.rs", Edition2021) } + 0.258988378s INFO prepare_target{force=false package_id=iced_renderer v0.13.0 target="iced_renderer"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_renderer-2c637c16960934fa/lib-iced_renderer` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.259359071s INFO prepare_target{force=false package_id=iced_graphics v0.13.0 target="iced_graphics"}: cargo::core::compiler::fingerprint: fingerprint error for iced_graphics v0.13.0/Check { test: false }/TargetInner { ..: lib_target("iced_graphics", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_graphics-0.13.0/src/lib.rs", Edition2021) } + 0.259362616s INFO prepare_target{force=false package_id=iced_graphics v0.13.0 target="iced_graphics"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_graphics-f56d17c4c5376aa8/lib-iced_graphics` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.259669838s INFO prepare_target{force=false package_id=cosmic-text v0.12.1 target="cosmic_text"}: cargo::core::compiler::fingerprint: fingerprint error for cosmic-text v0.12.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("cosmic_text", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.12.1/src/lib.rs", Edition2021) } + 0.259673397s INFO prepare_target{force=false package_id=cosmic-text v0.12.1 target="cosmic_text"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/cosmic-text-ccfd2b2c1b1b877f/lib-cosmic_text` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.259897514s INFO prepare_target{force=false package_id=swash v0.1.19 target="swash"}: cargo::core::compiler::fingerprint: fingerprint error for swash v0.1.19/Check { test: false }/TargetInner { ..: lib_target("swash", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swash-0.1.19/src/lib.rs", Edition2021) } + 0.259900747s INFO prepare_target{force=false package_id=swash v0.1.19 target="swash"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/swash-4c00b3671e9b8a7c/lib-swash` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.260002088s INFO prepare_target{force=false package_id=skrifa v0.22.3 target="skrifa"}: cargo::core::compiler::fingerprint: fingerprint error for skrifa v0.22.3/Check { test: false }/TargetInner { ..: lib_target("skrifa", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skrifa-0.22.3/src/lib.rs", Edition2021) } + 0.260004997s INFO prepare_target{force=false package_id=skrifa v0.22.3 target="skrifa"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/skrifa-59308052d2a5b89b/lib-skrifa` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.260103543s INFO prepare_target{force=false package_id=read-fonts v0.22.7 target="read_fonts"}: cargo::core::compiler::fingerprint: fingerprint error for read-fonts v0.22.7/Check { test: false }/TargetInner { ..: lib_target("read_fonts", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.22.7/src/lib.rs", Edition2021) } + 0.260106442s INFO prepare_target{force=false package_id=read-fonts v0.22.7 target="read_fonts"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/read-fonts-511c1a08bdd8ce6b/lib-read_fonts` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.260202626s INFO prepare_target{force=false package_id=font-types v0.7.3 target="font_types"}: cargo::core::compiler::fingerprint: fingerprint error for font-types v0.7.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("font_types", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/font-types-0.7.3/src/lib.rs", Edition2021) } + 0.260205413s INFO prepare_target{force=false package_id=font-types v0.7.3 target="font_types"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/font-types-ca71bac2f2c14027/lib-font_types` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.260333398s INFO prepare_target{force=false package_id=yazi v0.1.6 target="yazi"}: cargo::core::compiler::fingerprint: fingerprint error for yazi v0.1.6/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("yazi", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yazi-0.1.6/src/lib.rs", Edition2018) } + 0.260336364s INFO prepare_target{force=false package_id=yazi v0.1.6 target="yazi"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/yazi-f8e317adc545d588/lib-yazi` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.260407207s INFO prepare_target{force=false package_id=zeno v0.2.3 target="zeno"}: cargo::core::compiler::fingerprint: fingerprint error for zeno v0.2.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zeno", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeno-0.2.3/src/lib.rs", Edition2018) } + 0.260409940s INFO prepare_target{force=false package_id=zeno v0.2.3 target="zeno"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/zeno-a3bd2906dd3ab21a/lib-zeno` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.260481158s INFO prepare_target{force=false package_id=image v0.24.9 target="image"}: cargo::core::compiler::fingerprint: fingerprint error for image v0.24.9/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("image", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/src/lib.rs", Edition2021) } + 0.260483772s INFO prepare_target{force=false package_id=image v0.24.9 target="image"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/image-af0a70741c72c863/lib-image` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.260945008s INFO prepare_target{force=false package_id=jpeg-decoder v0.3.2 target="jpeg_decoder"}: cargo::core::compiler::fingerprint: fingerprint error for jpeg-decoder v0.3.2/Check { test: false }/TargetInner { ..: lib_target("jpeg_decoder", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jpeg-decoder-0.3.2/src/lib.rs", Edition2021) } + 0.260951747s INFO prepare_target{force=false package_id=jpeg-decoder v0.3.2 target="jpeg_decoder"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/jpeg-decoder-409a8e54452d1ed2/lib-jpeg_decoder` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.261073649s INFO prepare_target{force=false package_id=tiff v0.9.1 target="tiff"}: cargo::core::compiler::fingerprint: fingerprint error for tiff v0.9.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("tiff", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.9.1/src/lib.rs", Edition2021) } + 0.261077951s INFO prepare_target{force=false package_id=tiff v0.9.1 target="tiff"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/tiff-9225403b2716bde3/lib-tiff` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.261185229s INFO prepare_target{force=false package_id=kamadak-exif v0.5.5 target="exif"}: cargo::core::compiler::fingerprint: fingerprint error for kamadak-exif v0.5.5/Check { test: false }/TargetInner { ..: lib_target("exif", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.5.5/src/lib.rs", Edition2018) } + 0.261188522s INFO prepare_target{force=false package_id=kamadak-exif v0.5.5 target="exif"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/kamadak-exif-c388ffc1ed398414/lib-exif` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.261264221s INFO prepare_target{force=false package_id=mutate_once v0.1.2 target="mutate_once"}: cargo::core::compiler::fingerprint: fingerprint error for mutate_once v0.1.2/Check { test: false }/TargetInner { ..: lib_target("mutate_once", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mutate_once-0.1.2/src/lib.rs", Edition2018) } + 0.261267120s INFO prepare_target{force=false package_id=mutate_once v0.1.2 target="mutate_once"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/mutate_once-0ffe26137d8e60e1/lib-mutate_once` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.261337927s INFO prepare_target{force=false package_id=iced_tiny_skia v0.13.0 target="iced_tiny_skia"}: cargo::core::compiler::fingerprint: fingerprint error for iced_tiny_skia v0.13.0/Check { test: false }/TargetInner { ..: lib_target("iced_tiny_skia", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_tiny_skia-0.13.0/src/lib.rs", Edition2021) } + 0.261341585s INFO prepare_target{force=false package_id=iced_tiny_skia v0.13.0 target="iced_tiny_skia"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_tiny_skia-763cd47e42f7e017/lib-iced_tiny_skia` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.261663601s INFO prepare_target{force=false package_id=kurbo v0.10.4 target="kurbo"}: cargo::core::compiler::fingerprint: fingerprint error for kurbo v0.10.4/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("kurbo", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kurbo-0.10.4/src/lib.rs", Edition2021) } + 0.261667024s INFO prepare_target{force=false package_id=kurbo v0.10.4 target="kurbo"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/kurbo-e48c53fd28622db0/lib-kurbo` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.261750749s INFO prepare_target{force=false package_id=softbuffer v0.4.6 target="softbuffer"}: cargo::core::compiler::fingerprint: fingerprint error for softbuffer v0.4.6/Check { test: false }/TargetInner { ..: lib_target("softbuffer", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.4.6/src/lib.rs", Edition2021) } + 0.261753696s INFO prepare_target{force=false package_id=softbuffer v0.4.6 target="softbuffer"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/softbuffer-f1fa418f123382cb/lib-softbuffer` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.261984189s INFO prepare_target{force=false package_id=drm v0.12.0 target="drm"}: cargo::core::compiler::fingerprint: fingerprint error for drm v0.12.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("drm", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-0.12.0/src/lib.rs", Edition2021) } + 0.261987774s INFO prepare_target{force=false package_id=drm v0.12.0 target="drm"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/drm-4a111a8f6e72d604/lib-drm` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.262109569s INFO prepare_target{force=false package_id=drm-ffi v0.8.0 target="drm_ffi"}: cargo::core::compiler::fingerprint: fingerprint error for drm-ffi v0.8.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("drm_ffi", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-ffi-0.8.0/src/lib.rs", Edition2021) } + 0.262112592s INFO prepare_target{force=false package_id=drm-ffi v0.8.0 target="drm_ffi"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/drm-ffi-7453050a92e79ec0/lib-drm_ffi` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.262197482s INFO prepare_target{force=false package_id=drm-sys v0.7.0 target="drm_sys"}: cargo::core::compiler::fingerprint: fingerprint error for drm-sys v0.7.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("drm_sys", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-sys-0.7.0/src/lib.rs", Edition2021) } + 0.262200183s INFO prepare_target{force=false package_id=drm-sys v0.7.0 target="drm_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/drm-sys-3670a7df40b9b900/lib-drm_sys` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.262335985s INFO prepare_target{force=false package_id=linux-raw-sys v0.6.5 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: fingerprint error for linux-raw-sys v0.6.5/Check { test: false }/TargetInner { ..: lib_target("linux_raw_sys", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.6.5/src/lib.rs", Edition2021) } + 0.262338996s INFO prepare_target{force=false package_id=linux-raw-sys v0.6.5 target="linux_raw_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/linux-raw-sys-9a28e88283f39f08/lib-linux_raw_sys` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.262423749s INFO prepare_target{force=false package_id=drm-fourcc v2.2.0 target="drm_fourcc"}: cargo::core::compiler::fingerprint: fingerprint error for drm-fourcc v2.2.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("drm_fourcc", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-fourcc-2.2.0/src/lib.rs", Edition2018) } + 0.262426597s INFO prepare_target{force=false package_id=drm-fourcc v2.2.0 target="drm_fourcc"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/drm-fourcc-a3105497ac47dedd/lib-drm_fourcc` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.262627267s INFO prepare_target{force=false package_id=tiny-xlib v0.2.4 target="tiny_xlib"}: cargo::core::compiler::fingerprint: fingerprint error for tiny-xlib v0.2.4/Check { test: false }/TargetInner { ..: lib_target("tiny_xlib", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-xlib-0.2.4/src/lib.rs", Edition2021) } + 0.262630729s INFO prepare_target{force=false package_id=tiny-xlib v0.2.4 target="tiny_xlib"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/tiny-xlib-401bd4e7e54a332f/lib-tiny_xlib` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.262761452s INFO prepare_target{force=false package_id=ctor-lite v0.1.0 target="ctor_lite"}: cargo::core::compiler::fingerprint: fingerprint error for ctor-lite v0.1.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ctor_lite", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-lite-0.1.0/src/lib.rs", Edition2018) } + 0.262764573s INFO prepare_target{force=false package_id=ctor-lite v0.1.0 target="ctor_lite"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ctor-lite-97e0756a7e03c768/lib-ctor_lite` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.262925149s INFO prepare_target{force=false package_id=x11rb v0.13.2 target="x11rb"}: cargo::core::compiler::fingerprint: fingerprint error for x11rb v0.13.2/Check { test: false }/TargetInner { ..: lib_target("x11rb", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs", Edition2021) } + 0.262928716s INFO prepare_target{force=false package_id=x11rb v0.13.2 target="x11rb"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/x11rb-37f681c07bc656f9/lib-x11rb` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.263073294s INFO prepare_target{force=false package_id=gethostname v1.1.0 target="gethostname"}: cargo::core::compiler::fingerprint: fingerprint error for gethostname v1.1.0/Check { test: false }/TargetInner { ..: lib_target("gethostname", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.1.0/src/lib.rs", Edition2021) } + 0.263076306s INFO prepare_target{force=false package_id=gethostname v1.1.0 target="gethostname"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gethostname-12f2060e1335fef0/lib-gethostname` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.263162265s INFO prepare_target{force=false package_id=x11rb-protocol v0.13.2 target="x11rb_protocol"}: cargo::core::compiler::fingerprint: fingerprint error for x11rb-protocol v0.13.2/Check { test: false }/TargetInner { ..: lib_target("x11rb_protocol", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs", Edition2021) } + 0.263165248s INFO prepare_target{force=false package_id=x11rb-protocol v0.13.2 target="x11rb_protocol"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/x11rb-protocol-4b18562240b4a9d6/lib-x11rb_protocol` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.263247661s INFO prepare_target{force=false package_id=iced_wgpu v0.13.5 target="iced_wgpu"}: cargo::core::compiler::fingerprint: fingerprint error for iced_wgpu v0.13.5/Check { test: false }/TargetInner { ..: lib_target("iced_wgpu", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_wgpu-0.13.5/src/lib.rs", Edition2021) } + 0.263250554s INFO prepare_target{force=false package_id=iced_wgpu v0.13.5 target="iced_wgpu"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_wgpu-704b0a43f5216f2a/lib-iced_wgpu` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.263620252s INFO prepare_target{force=false package_id=guillotiere v0.6.2 target="guillotiere"}: cargo::core::compiler::fingerprint: fingerprint error for guillotiere v0.6.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("guillotiere", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guillotiere-0.6.2/src/lib.rs", Edition2018) } + 0.263623895s INFO prepare_target{force=false package_id=guillotiere v0.6.2 target="guillotiere"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/guillotiere-cd532b26792e3342/lib-guillotiere` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.263711551s INFO prepare_target{force=false package_id=iced_glyphon v0.6.0 target="iced_glyphon"}: cargo::core::compiler::fingerprint: fingerprint error for iced_glyphon v0.6.0/Check { test: false }/TargetInner { ..: lib_target("iced_glyphon", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_glyphon-0.6.0/src/lib.rs", Edition2021) } + 0.263714383s INFO prepare_target{force=false package_id=iced_glyphon v0.6.0 target="iced_glyphon"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_glyphon-b2347816f93bc503/lib-iced_glyphon` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.263895553s INFO prepare_target{force=false package_id=lru v0.12.5 target="lru"}: cargo::core::compiler::fingerprint: fingerprint error for lru v0.12.5/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("lru", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs", Edition2015) } + 0.263898894s INFO prepare_target{force=false package_id=lru v0.12.5 target="lru"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/lru-2aea0fdf2323362c/lib-lru` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.263969799s INFO prepare_target{force=false package_id=wgpu v0.19.4 target="wgpu"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu v0.19.4/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wgpu", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.19.4/src/lib.rs", Edition2021) } + 0.263973637s INFO prepare_target{force=false package_id=wgpu v0.19.4 target="wgpu"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wgpu-8438170b8adc2e58/lib-wgpu` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.264270423s INFO prepare_target{force=false package_id=wgpu-core v0.19.4 target="wgpu_core"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-core v0.19.4/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wgpu_core", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-core-0.19.4/src/lib.rs", Edition2021) } + 0.264274241s INFO prepare_target{force=false package_id=wgpu-core v0.19.4 target="wgpu_core"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wgpu-core-7fe135ac4fc653da/lib-wgpu_core` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.264515344s INFO prepare_target{force=false package_id=bit-vec v0.6.3 target="bit_vec"}: cargo::core::compiler::fingerprint: fingerprint error for bit-vec v0.6.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("bit_vec", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs", Edition2015) } + 0.264518841s INFO prepare_target{force=false package_id=bit-vec v0.6.3 target="bit_vec"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/bit-vec-165b29a4e1711e85/lib-bit_vec` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.264596033s INFO prepare_target{force=false package_id=codespan-reporting v0.11.1 target="codespan_reporting"}: cargo::core::compiler::fingerprint: fingerprint error for codespan-reporting v0.11.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("codespan_reporting", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.11.1/src/lib.rs", Edition2018) } + 0.264600131s INFO prepare_target{force=false package_id=codespan-reporting v0.11.1 target="codespan_reporting"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/codespan-reporting-a6d106b5d63551b1/lib-codespan_reporting` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.264690019s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.1.14/Check { test: false }/TargetInner { ..: lib_target("unicode_width", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs", Edition2021) } + 0.264693028s INFO prepare_target{force=false package_id=unicode-width v0.1.14 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/unicode-width-b81170e1de7d5cc4/lib-unicode_width` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.264768812s INFO prepare_target{force=false package_id=naga v0.19.2 target="naga"}: cargo::core::compiler::fingerprint: fingerprint error for naga v0.19.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("naga", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-0.19.2/src/lib.rs", Edition2021) } + 0.264771548s INFO prepare_target{force=false package_id=naga v0.19.2 target="naga"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/naga-95211472dcaec728/lib-naga` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.264953925s INFO prepare_target{force=false package_id=bit-set v0.5.3 target="bit_set"}: cargo::core::compiler::fingerprint: fingerprint error for bit-set v0.5.3/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("bit_set", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs", Edition2015) } + 0.264956880s INFO prepare_target{force=false package_id=bit-set v0.5.3 target="bit_set"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/bit-set-d1482395c988e111/lib-bit_set` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.265037284s INFO prepare_target{force=false package_id=unicode-xid v0.2.6 target="unicode_xid"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-xid v0.2.6/Check { test: false }/TargetInner { ..: lib_target("unicode_xid", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs", Edition2015) } + 0.265040861s INFO prepare_target{force=false package_id=unicode-xid v0.2.6 target="unicode_xid"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/unicode-xid-6f111b91a9d64b6c/lib-unicode_xid` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.265186337s INFO prepare_target{force=false package_id=wgpu-hal v0.19.5 target="wgpu_hal"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-hal v0.19.5/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wgpu_hal", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-hal-0.19.5/src/lib.rs", Edition2021) } + 0.265189680s INFO prepare_target{force=false package_id=wgpu-hal v0.19.5 target="wgpu_hal"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wgpu-hal-4b7b6941049d3ac9/lib-wgpu_hal` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.265480134s INFO prepare_target{force=false package_id=ash v0.37.3+1.3.251 target="ash"}: cargo::core::compiler::fingerprint: fingerprint error for ash v0.37.3+1.3.251/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("ash", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/src/lib.rs", Edition2021) } + 0.265483653s INFO prepare_target{force=false package_id=ash v0.37.3+1.3.251 target="ash"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ash-86cd6fc5aa7d4a46/lib-ash` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.265627704s INFO prepare_target{force=false package_id=libloading v0.7.4 target="libloading"}: cargo::core::compiler::fingerprint: fingerprint error for libloading v0.7.4/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("libloading", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.7.4/src/lib.rs", Edition2015) } + 0.265631056s INFO prepare_target{force=false package_id=libloading v0.7.4 target="libloading"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/libloading-c6e65f9d1c34aa1f/lib-libloading` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: cargo::core::compiler::compile + 14: ::compile + 15: cargo::ops::cargo_compile::compile_ws + 16: cargo::ops::cargo_compile::compile_with_exec + 17: cargo::ops::cargo_compile::compile + 18: cargo::commands::check::exec + 19: ::exec + 20: cargo::main + 21: std::sys::backtrace::__rust_begin_short_backtrace:: + 22: std::rt::lang_start::<()>::{closure#0} + 23: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 28: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 29: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 30: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 31: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 32: main + 33: __libc_start_call_main + 34: __libc_start_main_alias_1 + 35: + 0.265716007s INFO prepare_target{force=false package_id=glow v0.13.1 target="glow"}: cargo::core::compiler::fingerprint: fingerprint error for glow v0.13.1/Check { test: false }/TargetInner { ..: lib_target("glow", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glow-0.13.1/src/lib.rs", Edition2021) } + 0.265718700s INFO prepare_target{force=false package_id=glow v0.13.1 target="glow"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/glow-614fd03e812ccf70/lib-glow` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.265801321s INFO prepare_target{force=false package_id=gpu-descriptor v0.2.4 target="gpu_descriptor"}: cargo::core::compiler::fingerprint: fingerprint error for gpu-descriptor v0.2.4/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("gpu_descriptor", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-0.2.4/src/lib.rs", Edition2018) } + 0.265804247s INFO prepare_target{force=false package_id=gpu-descriptor v0.2.4 target="gpu_descriptor"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gpu-descriptor-1c91f6f2df02577b/lib-gpu_descriptor` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.265906988s INFO prepare_target{force=false package_id=gpu-descriptor-types v0.1.2 target="gpu_descriptor_types"}: cargo::core::compiler::fingerprint: fingerprint error for gpu-descriptor-types v0.1.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("gpu_descriptor_types", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-types-0.1.2/src/lib.rs", Edition2018) } + 0.265910127s INFO prepare_target{force=false package_id=gpu-descriptor-types v0.1.2 target="gpu_descriptor_types"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/gpu-descriptor-types-8384ecd1e49d715d/lib-gpu_descriptor_types` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: cargo::core::compiler::compile + 14: ::compile + 15: cargo::ops::cargo_compile::compile_ws + 16: cargo::ops::cargo_compile::compile_with_exec + 17: cargo::ops::cargo_compile::compile + 18: cargo::commands::check::exec + 19: ::exec + 20: cargo::main + 21: std::sys::backtrace::__rust_begin_short_backtrace:: + 22: std::rt::lang_start::<()>::{closure#0} + 23: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 28: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 29: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 30: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 31: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 32: main + 33: __libc_start_call_main + 34: __libc_start_main_alias_1 + 35: + 0.265988494s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.14.5/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("hashbrown", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs", Edition2021) } + 0.265991366s INFO prepare_target{force=false package_id=hashbrown v0.14.5 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/hashbrown-5d34f6224108b269/lib-hashbrown` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: cargo::core::compiler::compile + 14: ::compile + 15: cargo::ops::cargo_compile::compile_ws + 16: cargo::ops::cargo_compile::compile_with_exec + 17: cargo::ops::cargo_compile::compile + 18: cargo::commands::check::exec + 19: ::exec + 20: cargo::main + 21: std::sys::backtrace::__rust_begin_short_backtrace:: + 22: std::rt::lang_start::<()>::{closure#0} + 23: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 28: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 29: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 30: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 31: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 32: main + 33: __libc_start_call_main + 34: __libc_start_main_alias_1 + 35: + 0.266099933s INFO prepare_target{force=false package_id=ahash v0.8.12 target="ahash"}: cargo::core::compiler::fingerprint: fingerprint error for ahash v0.8.12/Check { test: false }/TargetInner { ..: lib_target("ahash", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs", Edition2018) } + 0.266102838s INFO prepare_target{force=false package_id=ahash v0.8.12 target="ahash"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ahash-e8184c98a733b358/lib-ahash` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: cargo::core::compiler::compile + 14: cargo::core::compiler::compile + 15: ::compile + 16: cargo::ops::cargo_compile::compile_ws + 17: cargo::ops::cargo_compile::compile_with_exec + 18: cargo::ops::cargo_compile::compile + 19: cargo::commands::check::exec + 20: ::exec + 21: cargo::main + 22: std::sys::backtrace::__rust_begin_short_backtrace:: + 23: std::rt::lang_start::<()>::{closure#0} + 24: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 29: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 30: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 31: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 32: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 33: main + 34: __libc_start_call_main + 35: __libc_start_main_alias_1 + 36: + 0.266314701s INFO prepare_target{force=false package_id=allocator-api2 v0.2.21 target="allocator_api2"}: cargo::core::compiler::fingerprint: fingerprint error for allocator-api2 v0.2.21/Check { test: false }/TargetInner { ..: lib_target("allocator_api2", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs", Edition2018) } + 0.266319251s INFO prepare_target{force=false package_id=allocator-api2 v0.2.21 target="allocator_api2"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/allocator-api2-c74e46d1a09fbb5b/lib-allocator_api2` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: cargo::core::compiler::compile + 14: cargo::core::compiler::compile + 15: ::compile + 16: cargo::ops::cargo_compile::compile_ws + 17: cargo::ops::cargo_compile::compile_with_exec + 18: cargo::ops::cargo_compile::compile + 19: cargo::commands::check::exec + 20: ::exec + 21: cargo::main + 22: std::sys::backtrace::__rust_begin_short_backtrace:: + 23: std::rt::lang_start::<()>::{closure#0} + 24: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 29: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 30: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 31: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 32: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 33: main + 34: __libc_start_call_main + 35: __libc_start_main_alias_1 + 36: + 0.266404868s INFO prepare_target{force=false package_id=khronos-egl v6.0.0 target="khronos_egl"}: cargo::core::compiler::fingerprint: fingerprint error for khronos-egl v6.0.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("khronos_egl", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/khronos-egl-6.0.0/src/lib.rs", Edition2021) } + 0.266408002s INFO prepare_target{force=false package_id=khronos-egl v6.0.0 target="khronos_egl"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/khronos-egl-aba0b251615c139a/lib-khronos_egl` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.266563178s INFO prepare_target{force=false package_id=renderdoc-sys v1.1.0 target="renderdoc_sys"}: cargo::core::compiler::fingerprint: fingerprint error for renderdoc-sys v1.1.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("renderdoc_sys", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/renderdoc-sys-1.1.0/src/lib.rs", Edition2015) } + 0.266567302s INFO prepare_target{force=false package_id=renderdoc-sys v1.1.0 target="renderdoc_sys"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/renderdoc-sys-adbf03e27a2f2b66/lib-renderdoc_sys` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.266721072s INFO prepare_target{force=false package_id=wgpu-types v0.19.2 target="wgpu_types"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-types v0.19.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wgpu_types", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-types-0.19.2/src/lib.rs", Edition2021) } + 0.266724271s INFO prepare_target{force=false package_id=wgpu-types v0.19.2 target="wgpu_types"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wgpu-types-c3311691dce7eb80/lib-wgpu_types` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: cargo::core::compiler::compile + 13: ::compile + 14: cargo::ops::cargo_compile::compile_ws + 15: cargo::ops::cargo_compile::compile_with_exec + 16: cargo::ops::cargo_compile::compile + 17: cargo::commands::check::exec + 18: ::exec + 19: cargo::main + 20: std::sys::backtrace::__rust_begin_short_backtrace:: + 21: std::rt::lang_start::<()>::{closure#0} + 22: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 27: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 28: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 29: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 30: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 31: main + 32: __libc_start_call_main + 33: __libc_start_main_alias_1 + 34: + 0.266816688s INFO prepare_target{force=false package_id=iced_widget v0.13.4 target="iced_widget"}: cargo::core::compiler::fingerprint: fingerprint error for iced_widget v0.13.4/Check { test: false }/TargetInner { ..: lib_target("iced_widget", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_widget-0.13.4/src/lib.rs", Edition2021) } + 0.266819810s INFO prepare_target{force=false package_id=iced_widget v0.13.4 target="iced_widget"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_widget-e5806ca52e92e8a6/lib-iced_widget` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.267193718s INFO prepare_target{force=false package_id=iced_runtime v0.13.2 target="iced_runtime"}: cargo::core::compiler::fingerprint: fingerprint error for iced_runtime v0.13.2/Check { test: false }/TargetInner { ..: lib_target("iced_runtime", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_runtime-0.13.2/src/lib.rs", Edition2021) } + 0.267197718s INFO prepare_target{force=false package_id=iced_runtime v0.13.2 target="iced_runtime"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_runtime-64cb30a87cbf24d1/lib-iced_runtime` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.267403085s INFO prepare_target{force=false package_id=iced_winit v0.13.0 target="iced_winit"}: cargo::core::compiler::fingerprint: fingerprint error for iced_winit v0.13.0/Check { test: false }/TargetInner { ..: lib_target("iced_winit", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_winit-0.13.0/src/lib.rs", Edition2021) } + 0.267406821s INFO prepare_target{force=false package_id=iced_winit v0.13.0 target="iced_winit"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/iced_winit-ee44a7b5eaa99f69/lib-iced_winit` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: ::compile + 8: cargo::ops::cargo_compile::compile_ws + 9: cargo::ops::cargo_compile::compile_with_exec + 10: cargo::ops::cargo_compile::compile + 11: cargo::commands::check::exec + 12: ::exec + 13: cargo::main + 14: std::sys::backtrace::__rust_begin_short_backtrace:: + 15: std::rt::lang_start::<()>::{closure#0} + 16: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 17: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 18: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 19: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 20: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 25: main + 26: __libc_start_call_main + 27: __libc_start_main_alias_1 + 28: + 0.267761966s INFO prepare_target{force=false package_id=window_clipboard v0.4.1 target="window_clipboard"}: cargo::core::compiler::fingerprint: fingerprint error for window_clipboard v0.4.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("window_clipboard", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/window_clipboard-0.4.1/src/lib.rs", Edition2021) } + 0.267765681s INFO prepare_target{force=false package_id=window_clipboard v0.4.1 target="window_clipboard"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/window_clipboard-8c045f6dd83c98de/lib-window_clipboard` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.267906444s INFO prepare_target{force=false package_id=clipboard_wayland v0.2.2 target="clipboard_wayland"}: cargo::core::compiler::fingerprint: fingerprint error for clipboard_wayland v0.2.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("clipboard_wayland", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_wayland-0.2.2/src/lib.rs", Edition2018) } + 0.267909968s INFO prepare_target{force=false package_id=clipboard_wayland v0.2.2 target="clipboard_wayland"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/clipboard_wayland-e7dbf7c4f929f483/lib-clipboard_wayland` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.268027165s INFO prepare_target{force=false package_id=smithay-clipboard v0.7.3 target="smithay_clipboard"}: cargo::core::compiler::fingerprint: fingerprint error for smithay-clipboard v0.7.3/Check { test: false }/TargetInner { ..: lib_target("smithay_clipboard", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-clipboard-0.7.3/src/lib.rs", Edition2024) } + 0.268030293s INFO prepare_target{force=false package_id=smithay-clipboard v0.7.3 target="smithay_clipboard"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/smithay-clipboard-12653b7acc1f665b/lib-smithay_clipboard` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.268171256s INFO prepare_target{force=false package_id=smithay-client-toolkit v0.20.0 target="smithay_client_toolkit"}: cargo::core::compiler::fingerprint: fingerprint error for smithay-client-toolkit v0.20.0/Check { test: false }/TargetInner { ..: lib_target("smithay_client_toolkit", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.20.0/src/lib.rs", Edition2021) } + 0.268174641s INFO prepare_target{force=false package_id=smithay-client-toolkit v0.20.0 target="smithay_client_toolkit"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/smithay-client-toolkit-23eb7267e301614a/lib-smithay_client_toolkit` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.268412033s INFO prepare_target{force=false package_id=calloop v0.14.3 target="calloop"}: cargo::core::compiler::fingerprint: fingerprint error for calloop v0.14.3/Check { test: false }/TargetInner { ..: lib_target("calloop", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.14.3/src/lib.rs", Edition2018) } + 0.268415104s INFO prepare_target{force=false package_id=calloop v0.14.3 target="calloop"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/calloop-0bf4c8d0de0daf61/lib-calloop` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.268545110s INFO prepare_target{force=false package_id=calloop-wayland-source v0.4.1 target="calloop_wayland_source"}: cargo::core::compiler::fingerprint: fingerprint error for calloop-wayland-source v0.4.1/Check { test: false }/TargetInner { ..: lib_target("calloop_wayland_source", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.4.1/src/lib.rs", Edition2021) } + 0.268548316s INFO prepare_target{force=false package_id=calloop-wayland-source v0.4.1 target="calloop_wayland_source"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/calloop-wayland-source-d89088e7904f00cd/lib-calloop_wayland_source` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.268670427s INFO prepare_target{force=false package_id=cursor-icon v1.2.0 target="cursor_icon"}: cargo::core::compiler::fingerprint: fingerprint error for cursor-icon v1.2.0/Check { test: false }/TargetInner { ..: lib_target("cursor_icon", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cursor-icon-1.2.0/src/lib.rs", Edition2021) } + 0.268673295s INFO prepare_target{force=false package_id=cursor-icon v1.2.0 target="cursor_icon"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/cursor-icon-b2c766ee0f0b8fcb/lib-cursor_icon` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.268821965s INFO prepare_target{force=false package_id=wayland-csd-frame v0.3.0 target="wayland_csd_frame"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-csd-frame v0.3.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wayland_csd_frame", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-csd-frame-0.3.0/src/lib.rs", Edition2021) } + 0.268825550s INFO prepare_target{force=false package_id=wayland-csd-frame v0.3.0 target="wayland_csd_frame"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-csd-frame-c371f1883d54bd54/lib-wayland_csd_frame` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.268945046s INFO prepare_target{force=false package_id=wayland-protocols-experimental v20250721.0.1 target="wayland_protocols_experimental"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols-experimental v20250721.0.1/Check { test: false }/TargetInner { ..: lib_target("wayland_protocols_experimental", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-experimental-20250721.0.1/src/lib.rs", Edition2021) } + 0.268948430s INFO prepare_target{force=false package_id=wayland-protocols-experimental v20250721.0.1 target="wayland_protocols_experimental"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-experimental-786714a1b4e2454e/lib-wayland_protocols_experimental` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.269088590s INFO prepare_target{force=false package_id=wayland-protocols-misc v0.3.9 target="wayland_protocols_misc"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols-misc v0.3.9/Check { test: false }/TargetInner { ..: lib_target("wayland_protocols_misc", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-misc-0.3.9/src/lib.rs", Edition2021) } + 0.269091597s INFO prepare_target{force=false package_id=wayland-protocols-misc v0.3.9 target="wayland_protocols_misc"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-misc-4393c09200032f77/lib-wayland_protocols_misc` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.269219720s INFO prepare_target{force=false package_id=wayland-protocols-wlr v0.3.9 target="wayland_protocols_wlr"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols-wlr v0.3.9/Check { test: false }/TargetInner { ..: lib_target("wayland_protocols_wlr", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-wlr-0.3.9/src/lib.rs", Edition2021) } + 0.269223495s INFO prepare_target{force=false package_id=wayland-protocols-wlr v0.3.9 target="wayland_protocols_wlr"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-wlr-552e55f03f610ed2/lib-wayland_protocols_wlr` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: cargo::core::compiler::compile + 12: ::compile + 13: cargo::ops::cargo_compile::compile_ws + 14: cargo::ops::cargo_compile::compile_with_exec + 15: cargo::ops::cargo_compile::compile + 16: cargo::commands::check::exec + 17: ::exec + 18: cargo::main + 19: std::sys::backtrace::__rust_begin_short_backtrace:: + 20: std::rt::lang_start::<()>::{closure#0} + 21: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 26: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 27: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 28: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 29: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 30: main + 31: __libc_start_call_main + 32: __libc_start_main_alias_1 + 33: + 0.269351834s INFO prepare_target{force=false package_id=clipboard_x11 v0.4.2 target="clipboard_x11"}: cargo::core::compiler::fingerprint: fingerprint error for clipboard_x11 v0.4.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("clipboard_x11", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_x11-0.4.2/src/lib.rs", Edition2018) } + 0.269355070s INFO prepare_target{force=false package_id=clipboard_x11 v0.4.2 target="clipboard_x11"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/clipboard_x11-f6756d89433b6890/lib-clipboard_x11` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.269447447s INFO prepare_target{force=false package_id=winit v0.30.12 target="winit"}: cargo::core::compiler::fingerprint: fingerprint error for winit v0.30.12/Check { test: false }/TargetInner { ..: lib_target("winit", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/lib.rs", Edition2021) } + 0.269450265s INFO prepare_target{force=false package_id=winit v0.30.12 target="winit"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/winit-6281a84d9b201c08/lib-winit` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: ::compile + 9: cargo::ops::cargo_compile::compile_ws + 10: cargo::ops::cargo_compile::compile_with_exec + 11: cargo::ops::cargo_compile::compile + 12: cargo::commands::check::exec + 13: ::exec + 14: cargo::main + 15: std::sys::backtrace::__rust_begin_short_backtrace:: + 16: std::rt::lang_start::<()>::{closure#0} + 17: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 18: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 19: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 20: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 21: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 22: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 23: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 24: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 25: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 26: main + 27: __libc_start_call_main + 28: __libc_start_main_alias_1 + 29: + 0.269768614s INFO prepare_target{force=false package_id=dpi v0.1.2 target="dpi"}: cargo::core::compiler::fingerprint: fingerprint error for dpi v0.1.2/Check { test: false }/TargetInner { ..: lib_target("dpi", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dpi-0.1.2/src/lib.rs", Edition2021) } + 0.269771569s INFO prepare_target{force=false package_id=dpi v0.1.2 target="dpi"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/dpi-63a44a2f118fe855/lib-dpi` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.269863239s INFO prepare_target{force=false package_id=sctk-adwaita v0.10.1 target="sctk_adwaita"}: cargo::core::compiler::fingerprint: fingerprint error for sctk-adwaita v0.10.1/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("sctk_adwaita", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sctk-adwaita-0.10.1/src/lib.rs", Edition2021) } + 0.269866540s INFO prepare_target{force=false package_id=sctk-adwaita v0.10.1 target="sctk_adwaita"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/sctk-adwaita-15cd9fa8916ba5f6/lib-sctk_adwaita` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.270029700s INFO prepare_target{force=false package_id=ab_glyph v0.2.32 target="ab_glyph"}: cargo::core::compiler::fingerprint: fingerprint error for ab_glyph v0.2.32/Check { test: false }/TargetInner { ..: lib_target("ab_glyph", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph-0.2.32/src/lib.rs", Edition2021) } + 0.270032901s INFO prepare_target{force=false package_id=ab_glyph v0.2.32 target="ab_glyph"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ab_glyph-529e1899024fa6da/lib-ab_glyph` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.270137183s INFO prepare_target{force=false package_id=ab_glyph_rasterizer v0.1.10 target="ab_glyph_rasterizer"}: cargo::core::compiler::fingerprint: fingerprint error for ab_glyph_rasterizer v0.1.10/Check { test: false }/TargetInner { ..: lib_target("ab_glyph_rasterizer", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph_rasterizer-0.1.10/src/lib.rs", Edition2021) } + 0.270140912s INFO prepare_target{force=false package_id=ab_glyph_rasterizer v0.1.10 target="ab_glyph_rasterizer"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ab_glyph_rasterizer-d64c555800554140/lib-ab_glyph_rasterizer` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.270302684s INFO prepare_target{force=false package_id=owned_ttf_parser v0.25.1 target="owned_ttf_parser"}: cargo::core::compiler::fingerprint: fingerprint error for owned_ttf_parser v0.25.1/Check { test: false }/TargetInner { ..: lib_target("owned_ttf_parser", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owned_ttf_parser-0.25.1/src/lib.rs", Edition2021) } + 0.270305908s INFO prepare_target{force=false package_id=owned_ttf_parser v0.25.1 target="owned_ttf_parser"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/owned_ttf_parser-96fcfcbf2ca5131d/lib-owned_ttf_parser` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: cargo::core::compiler::compile + 11: ::compile + 12: cargo::ops::cargo_compile::compile_ws + 13: cargo::ops::cargo_compile::compile_with_exec + 14: cargo::ops::cargo_compile::compile + 15: cargo::commands::check::exec + 16: ::exec + 17: cargo::main + 18: std::sys::backtrace::__rust_begin_short_backtrace:: + 19: std::rt::lang_start::<()>::{closure#0} + 20: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 21: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 22: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 23: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 24: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 25: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 26: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 27: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 28: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 29: main + 30: __libc_start_call_main + 31: __libc_start_main_alias_1 + 32: + 0.270384856s INFO prepare_target{force=false package_id=smithay-client-toolkit v0.19.2 target="smithay_client_toolkit"}: cargo::core::compiler::fingerprint: fingerprint error for smithay-client-toolkit v0.19.2/Check { test: false }/TargetInner { ..: lib_target("smithay_client_toolkit", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.19.2/src/lib.rs", Edition2021) } + 0.270387852s INFO prepare_target{force=false package_id=smithay-client-toolkit v0.19.2 target="smithay_client_toolkit"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/smithay-client-toolkit-cfd0e0d104b1e3c0/lib-smithay_client_toolkit` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: cargo::core::compiler::compile + 10: ::compile + 11: cargo::ops::cargo_compile::compile_ws + 12: cargo::ops::cargo_compile::compile_with_exec + 13: cargo::ops::cargo_compile::compile + 14: cargo::commands::check::exec + 15: ::exec + 16: cargo::main + 17: std::sys::backtrace::__rust_begin_short_backtrace:: + 18: std::rt::lang_start::<()>::{closure#0} + 19: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 20: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 21: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 22: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 23: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 24: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 25: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 26: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 27: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 28: main + 29: __libc_start_call_main + 30: __libc_start_main_alias_1 + 31: + 0.270662465s INFO prepare_target{force=false package_id=wayland-protocols-plasma v0.3.9 target="wayland_protocols_plasma"}: cargo::core::compiler::fingerprint: fingerprint error for wayland-protocols-plasma v0.3.9/Check { test: false }/TargetInner { ..: lib_target("wayland_protocols_plasma", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.3.9/src/lib.rs", Edition2021) } + 0.270665859s INFO prepare_target{force=false package_id=wayland-protocols-plasma v0.3.9 target="wayland_protocols_plasma"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/wayland-protocols-plasma-00eb19a8b9fb87d7/lib-wayland_protocols_plasma` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.270932790s INFO prepare_target{force=false package_id=x11-dl v2.21.0 target="x11_dl"}: cargo::core::compiler::fingerprint: fingerprint error for x11-dl v2.21.0/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("x11_dl", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/src/lib.rs", Edition2021) } + 0.270936486s INFO prepare_target{force=false package_id=x11-dl v2.21.0 target="x11_dl"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/x11-dl-30bcacc6e9590d7f/lib-x11_dl` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.271162358s INFO prepare_target{force=false package_id=xkbcommon-dl v0.4.2 target="xkbcommon_dl"}: cargo::core::compiler::fingerprint: fingerprint error for xkbcommon-dl v0.4.2/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("xkbcommon_dl", ["lib"], "/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkbcommon-dl-0.4.2/src/lib.rs", Edition2021) } + 0.271165902s INFO prepare_target{force=false package_id=xkbcommon-dl v0.4.2 target="xkbcommon_dl"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/xkbcommon-dl-9f5b445bdeb09608/lib-xkbcommon_dl` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: cargo::core::compiler::compile + 6: cargo::core::compiler::compile + 7: cargo::core::compiler::compile + 8: cargo::core::compiler::compile + 9: ::compile + 10: cargo::ops::cargo_compile::compile_ws + 11: cargo::ops::cargo_compile::compile_with_exec + 12: cargo::ops::cargo_compile::compile + 13: cargo::commands::check::exec + 14: ::exec + 15: cargo::main + 16: std::sys::backtrace::__rust_begin_short_backtrace:: + 17: std::rt::lang_start::<()>::{closure#0} + 18: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 23: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 24: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 25: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 26: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 27: main + 28: __libc_start_call_main + 29: __libc_start_main_alias_1 + 30: + 0.271302998s INFO prepare_target{force=false package_id=ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced) target="ui_iced"}: cargo::core::compiler::fingerprint: fingerprint error for ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("ui_iced", ["lib"], "/home/servius/Projects/jello/ui-iced/src/lib.rs", Edition2024) } + 0.271306544s INFO prepare_target{force=false package_id=ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced) target="ui_iced"}: cargo::core::compiler::fingerprint: err: failed to read `/home/servius/.cache/cargo/target/debug/.fingerprint/ui-iced-1124d9f71a986b1e/test-lib-ui_iced` + +Caused by: + No such file or directory (os error 2) + +Stack backtrace: + 0: cargo_util::paths::read_bytes + 1: cargo_util::paths::read + 2: cargo::core::compiler::fingerprint::_compare_old_fingerprint + 3: cargo::core::compiler::fingerprint::prepare_target + 4: cargo::core::compiler::compile + 5: ::compile + 6: cargo::ops::cargo_compile::compile_ws + 7: cargo::ops::cargo_compile::compile_with_exec + 8: cargo::ops::cargo_compile::compile + 9: cargo::commands::check::exec + 10: ::exec + 11: cargo::main + 12: std::sys::backtrace::__rust_begin_short_backtrace:: + 13: std::rt::lang_start::<()>::{closure#0} + 14: core::ops::function::impls:: for &F>::call_once + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/core/src/ops/function.rs:287:21 + 15: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 16: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 17: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 18: std::rt::lang_start_internal::{{closure}} + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:175:24 + 19: std::panicking::catch_unwind::do_call + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:582:40 + 20: std::panicking::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panicking.rs:545:19 + 21: std::panic::catch_unwind + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/panic.rs:359:14 + 22: std::rt::lang_start_internal + at /rustc/01867557cd7dbe256a031a7b8e28d05daecd75ab/library/std/src/rt.rs:171:5 + 23: main + 24: __libc_start_call_main + 25: __libc_start_main_alias_1 + 26: + Checking linux-raw-sys v0.11.0 + Checking raw-window-handle v0.6.2 + Checking rustc-hash v1.1.0 + Checking linux-raw-sys v0.4.15 + Checking nix v0.29.0 + Checking futures-executor v0.3.31 + Checking smol_str v0.2.2 + Checking rand v0.8.5 + Checking ahash v0.7.8 + Checking ttf-parser v0.25.1 + Checking zvariant v4.2.0 + Checking lyon_path v1.0.16 + Checking tracing v0.1.41 + Checking dlv-list v0.3.0 + Checking ahash v0.8.12 + Checking sha1 v0.10.6 + Checking font-types v0.7.3 + Checking phf_shared v0.11.3 + Checking xdg-home v1.3.0 + Checking approx v0.5.1 + Checking detect-desktop-environment v0.2.0 + Checking fast-srgb8 v1.0.0 + Checking dconf_rs v0.3.0 + Checking unicode-width v0.1.14 + Checking web-time v1.1.0 + Checking glam v0.25.0 + Checking x11rb-protocol v0.13.2 + Checking cursor-icon v1.2.0 + Checking bit-vec v0.6.3 + Checking allocator-api2 v0.2.21 + Checking yazi v0.1.6 + Checking zeno v0.2.3 + Checking jpeg-decoder v0.3.2 + Checking libloading v0.7.4 + Checking gpu-descriptor-types v0.1.2 + Checking unicode-xid v0.2.6 + Checking khronos-egl v6.0.0 + Checking futures v0.3.31 + Checking phf v0.11.3 + Checking wgpu-types v0.19.2 + Checking linux-raw-sys v0.6.5 + Checking mutate_once v0.1.2 + Checking renderdoc-sys v1.1.0 + Checking glow v0.13.1 + Checking hashbrown v0.12.3 + Checking h2 v0.4.12 + Checking drm-fourcc v2.2.0 + Checking ctor-lite v0.1.0 + Checking ab_glyph_rasterizer v0.1.10 + Checking lru v0.12.5 + Checking ash v0.37.3+1.3.251 + Checking kamadak-exif v0.5.5 + Checking guillotiere v0.6.2 + Checking bit-set v0.5.3 + Checking kurbo v0.10.4 + Checking codespan-reporting v0.11.1 + Checking rustix v0.38.44 + Checking naga v25.0.1 + Checking palette v0.7.6 + Checking tiny-xlib v0.2.4 + Checking lyon_tessellation v1.0.16 + Checking read-fonts v0.22.7 + Checking lyon_algorithms v1.0.16 + Checking x11-dl v2.21.0 + Checking ash-window v0.13.0 + Checking xkbcommon-dl v0.4.2 + Checking hashbrown v0.14.5 + Checking dpi v0.1.2 + Checking postage v0.5.0 + Checking image v0.25.9 + Checking cosmic-text v0.14.2 + Checking num-bigint-dig v0.8.6 + Checking tracing-subscriber v0.3.20 + Checking tiff v0.9.1 + Checking ui-gpui v0.1.0 (/home/servius/Projects/jello/ui-gpui) + Checking drm-sys v0.7.0 + Checking ordered-multimap v0.4.3 + Checking naga v0.19.2 + Checking lyon v1.0.16 + Checking rust-ini v0.18.0 + Checking gpu-descriptor v0.2.4 + Checking image v0.24.9 + Checking rustix v1.1.2 + Checking owned_ttf_parser v0.25.1 + Checking fontdb v0.23.0 + Checking rustybuzz v0.20.1 + Checking ab_glyph v0.2.32 + Checking zbus_names v3.0.0 + Checking usvg v0.45.1 + Checking hyper v1.8.0 + Checking drm-ffi v0.8.0 + Checking which v6.0.3 + Checking drm v0.12.0 + Checking hyper-util v0.1.17 + Checking resvg v0.45.1 + Checking skrifa v0.22.3 + Checking polling v3.11.0 + Checking wayland-backend v0.3.11 + Checking gethostname v1.1.0 + Checking tempfile v3.23.0 + Checking async-io v2.6.0 + Checking calloop v0.13.0 + Checking calloop v0.14.3 + Checking blade-graphics v0.7.0 + Checking async-signal v0.2.13 + Checking zbus v4.4.0 + Checking async-net v2.0.0 + Checking async-global-executor v2.4.1 + Checking async-process v2.5.0 + Checking wayland-client v0.31.11 + Checking wayland-csd-frame v0.3.0 + Checking zbus v5.12.0 + Checking smol v2.0.2 + Checking async-std v1.13.2 + Checking gpui_util v0.2.2 + Checking hyper-tls v0.6.0 + Checking hyper-rustls v0.27.7 + Checking reqwest v0.12.24 + Checking zed-reqwest v0.12.15-zed + Checking blade-util v0.3.0 + Checking wayland-protocols v0.32.9 + Checking wayland-cursor v0.31.11 + Checking calloop-wayland-source v0.3.0 + Checking calloop-wayland-source v0.4.1 + Checking wayland-protocols v0.31.2 + Checking api v0.1.0 (/home/servius/Projects/jello/api) + Checking swash v0.1.19 + Checking zed-async-tar v0.5.0-zed + Checking wgpu-hal v0.19.5 + Checking gpui_http_client v0.2.2 + Checking x11rb v0.13.2 + Checking wgpu-core v0.19.4 + Checking wayland-protocols-plasma v0.2.0 + Checking dark-light v1.1.1 + Checking cosmic-text v0.12.1 + Checking iced_core v0.13.2 + Checking ashpd v0.12.0 + Checking softbuffer v0.4.6 + Checking clipboard_x11 v0.4.2 + Checking wayland-protocols-wlr v0.3.9 + Checking wayland-protocols-experimental v20250721.0.1 + Checking wayland-protocols-misc v0.3.9 + Checking wayland-protocols-plasma v0.3.9 + Checking ashpd v0.11.0 + Checking iced_futures v0.13.2 + Checking iced_graphics v0.13.0 + Checking iced_runtime v0.13.2 + Checking iced_tiny_skia v0.13.0 + Checking smithay-client-toolkit v0.20.0 + Checking smithay-client-toolkit v0.19.2 + Checking sctk-adwaita v0.10.1 + Checking smithay-clipboard v0.7.3 + Checking winit v0.30.12 + Checking clipboard_wayland v0.2.2 + Checking window_clipboard v0.4.1 + Checking oo7 v0.5.0 + Checking iced_winit v0.13.0 + Checking gpui v0.2.2 + Checking wgpu v0.19.4 + Checking iced_glyphon v0.6.0 + Checking iced_wgpu v0.13.5 + Checking iced_renderer v0.13.0 + Checking iced_widget v0.13.4 + Checking jello v0.1.0 (/home/servius/Projects/jello) + Checking iced v0.13.1 + Checking ui-iced v0.1.0 (/home/servius/Projects/jello/ui-iced) +error: could not compile `ui-iced` (lib) due to 9 previous errors +warning: build failed, waiting for other jobs to finish... +error: could not compile `ui-iced` (lib test) due to 9 previous errors diff --git a/ui-iced/target/rust-analyzer/flycheck0/stdout b/ui-iced/target/rust-analyzer/flycheck0/stdout new file mode 100644 index 0000000..7045762 --- /dev/null +++ b/ui-iced/target/rust-analyzer/flycheck0/stdout @@ -0,0 +1,973 @@ +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/build/proc-macro2-dee2de6a12b324eb/build-script-build"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","linked_libs":[],"linked_paths":[],"cfgs":["wrap_proc_macro","proc_macro_span","proc_macro_span_location","proc_macro_span_file"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/proc-macro2-22c25bf1927a867b/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/build/quote-f14c48d1c4fb57ce/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_ident-12c495887fb81e30.rlib","/home/servius/.cache/cargo/target/debug/deps/libunicode_ident-12c495887fb81e30.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcfg_if-4a7d0854554f50b2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/serde_core-a0724005e049be2f/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/libc-6a11126bfed3e836/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/serde-cfad675e8c81457a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/typeid-f6fed693391dc248/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.10.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbitflags-e94d7c324cebb93e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/erased-serde-1044c467d9065ca2/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libautocfg-3b49e0afa777d415.rlib","/home/servius/.cache/cargo/target/debug/deps/libautocfg-3b49e0afa777d415.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libonce_cell-a196c0519b93602c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libversion_check-2571cf324060ec01.rlib","/home/servius/.cache/cargo/target/debug/deps/libversion_check-2571cf324060ec01.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["/home/servius/.cache/cargo/target/debug/build/libm-d55bc591eb6c8f56/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project_lite","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpin_project_lite-d39827a1100fb9ef.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics","const_new","union","write"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmallvec-151bf4655fb0fdea.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libshlex-e8c7a80568050100.rlib","/home/servius/.cache/cargo/target/debug/deps/libshlex-e8c7a80568050100.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"find_msvc_tools","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfind_msvc_tools-0f620299a63606d0.rlib","/home/servius/.cache/cargo/target/debug/deps/libfind_msvc_tools-0f620299a63606d0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_core-928ec4daade86234.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmemchr-713a1a81c0212ccf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libslab-0f7d78e81fd9c627.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg_config","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpkg_config-27318cb7412d9ab4.rlib","/home/servius/.cache/cargo/target/debug/deps/libpkg_config-27318cb7412d9ab4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/crossbeam-utils-5887ca59ff28d947/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","event","fs","net","pipe","process","shm","std","system","time"],"filenames":["/home/servius/.cache/cargo/target/debug/build/rustix-f35dcb7e0e868ff2/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmemchr-4a8460f481b65a77.rlib","/home/servius/.cache/cargo/target/debug/deps/libmemchr-4a8460f481b65a77.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.27","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","simd","zerocopy-derive"],"filenames":["/home/servius/.cache/cargo/target/debug/build/zerocopy-a199aabd36938a4a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_io-f01d07d5f3284987.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/typenum-1d112de01353164c/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_aliases","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcfg_aliases-07102a85dafba9e1.rlib","/home/servius/.cache/cargo/target/debug/deps/libcfg_aliases-07102a85dafba9e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/thiserror-faab551a6ed83879/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libparking-6e0568604af2104d.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/quote-1f57343a0e89510e/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro2-642ab441cc4d7c8c.rlib","/home/servius/.cache/cargo/target/debug/deps/libproc_macro2-642ab441cc4d7c8c.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/serde_core-d0cdee4b3d41c445/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/libc-37f6bcada5f6af7e/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":["if_docsrs_then_no_serde_core"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/serde-c535deb716d558b6/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/typeid-1abeee25eaf7e01b/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/erased-serde-a34167273ecc4df5/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.15","linked_libs":[],"linked_paths":[],"cfgs":["arch_enabled"],"env":[["CFG_CARGO_FEATURES","[\"arch\", \"default\"]"],["CFG_OPT_LEVEL","0"],["CFG_TARGET_FEATURES","[\"fxsr\", \"sse\", \"sse2\", \"x87\"]"]],"out_dir":"/home/servius/.cache/cargo/target/debug/build/libm-e52161f55c4e7418/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.45","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.45/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.45/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcc-ec89051a022d4295.rlib","/home/servius/.cache/cargo/target/debug/deps/libcc-ec89051a022d4295.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/crossbeam-utils-124310733090f593/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.2","linked_libs":[],"linked_paths":[],"cfgs":["static_assertions","lower_upper_exp_for_non_zero","rustc_diagnostics","linux_raw_dep","linux_raw","linux_like","linux_kernel"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rustix-c82b20843e96f67e/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.27","linked_libs":[],"linked_paths":[],"cfgs":["zerocopy_core_error_1_81_0","zerocopy_diagnostic_on_unimplemented_1_78_0","zerocopy_generic_bounds_in_const_fn_1_61_0","zerocopy_target_has_atomics_1_60_0","zerocopy_aarch64_simd_1_59_0","zerocopy_panic_in_const_and_vec_try_reserve_1_57_0"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/zerocopy-42ad28b1674b9fdc/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/num-traits-398c5331e8c4ae03/build-script-build"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/typenum-c98bfe5758206a9e/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblibloading-58d8c954c8818255.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/servius/.cache/cargo/target/debug/build/generic-array-8457ed2fe4614263/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.34","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","once_cell","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtracing_core-7818f848ebfdd312.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","linked_libs":[],"linked_paths":[],"cfgs":["error_generic_member_access"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/thiserror-4dbdbab3075919e0/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_sink","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_sink-0305eccffc39046b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libequivalent-5a88bd14f385988f.rlib","/home/servius/.cache/cargo/target/debug/deps/libequivalent-5a88bd14f385988f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atomic_waker","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libatomic_waker-20260b4402dc237a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-6c04434eec683bf1.rlib","/home/servius/.cache/cargo/target/debug/deps/libhashbrown-6c04434eec683bf1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpin_utils-7f3687f361877058.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libarrayvec-8f09842db1138ec8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfastrand-df90f19ce057646e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.10.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbytes-9d3487932bdbd853.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_task-293175f47f93219a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libequivalent-dbd0be9061b7acbc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-14a51d3705e84ead.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwinnow-0e6dde3069cd9a4a.rlib","/home/servius/.cache/cargo/target/debug/deps/libwinnow-0e6dde3069cd9a4a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.7/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","dlopen","once_cell"],"filenames":["/home/servius/.cache/cargo/target/debug/build/wayland-sys-61e091b0d0936382/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libquote-59475313c600b6ab.rlib","/home/servius/.cache/cargo/target/debug/deps/libquote-59475313c600b6ab.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblibc-55ce83cc98d41583.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_core-d04400ee9273bba4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typeid","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtypeid-7577f10af5bc4bd0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libm","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblibm-fe22615005cd65c3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrossbeam_utils-a4b60e4d8e35cd09.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","linked_libs":[],"linked_paths":[],"cfgs":["has_total_cmp"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/num-traits-7a133b546312e626/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_core-e05f4da6e4a6cde7.rlib","/home/servius/.cache/cargo/target/debug/deps/libserde_core-e05f4da6e4a6cde7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","linked_libs":[],"linked_paths":[],"cfgs":["relaxed_coherence"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/generic-array-3ae9e17769bb82ee/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_channel","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","futures-sink","sink","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_channel-0e54dce5535ad9c5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtypenum-1fa0af1da597c9f5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlib-0.5.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dlib","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlib-0.5.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdlib-771a7887d3973bc2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.6.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_lite","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","fastrand","futures-io","parking","race","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_lite-026070981cd94305.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstable_deref_trait-5d898022c3de16af.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.11/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.11/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client_system","dlopen"],"filenames":["/home/servius/.cache/cargo/target/debug/build/wayland-backend-e2968210f11df03d/build-script-build"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.7","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wayland-sys-2b853328eefac471/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_parser-5749a614a508a8c9.rlib","/home/servius/.cache/cargo/target/debug/deps/libtoml_parser-5749a614a508a8c9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_datetime-3945a078e63d8ad6.rlib","/home/servius/.cache/cargo/target/debug/deps/libtoml_datetime-3945a078e63d8ad6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"subtle","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsubtle-40e28f5b22032731.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const-generics","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsimd_adler32-94883339996db22b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/async-io-56d0a451e54d8ce0/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"downcast_rs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdowncast_rs-7737c03c240074a4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scoped_tls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libscoped_tls-7f7f5280425275a6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_task","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_task-ae2c1437f8da87f3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.37.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quick_xml","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libquick_xml-bc5eca7ed8c57926.rlib","/home/servius/.cache/cargo/target/debug/deps/libquick_xml-bc5eca7ed8c57926.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/crc32fast-70312237c9b6715d/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/getrandom-4d58cc1580eee429/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libadler2-629e1103cd8b3ee5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.11/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.11/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/wayland-client-1b1582f61c354e8f/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"piper","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","futures-io","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpiper-75d4e2ee990617f1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","use_std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libeither-d77258e99482ff8a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.110","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","visit","visit-mut"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsyn-5fae08d6f5255c1d.rlib","/home/servius/.cache/cargo/target/debug/deps/libsyn-5fae08d6f5255c1d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liberased_serde-a3b3c244d1476dcc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_traits","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_traits-078b14b34f870679.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["js","js-sys","rdrand","std","wasm-bindgen"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgetrandom-a9a25f5bff6ec3b3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libindexmap-d7e5aba14bebff09.rlib","/home/servius/.cache/cargo/target/debug/deps/libindexmap-d7e5aba14bebff09.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"concurrent_queue","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libconcurrent_queue-63e24a5f59a1589b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgeneric_array-e96b9ba4bc52a192.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libindexmap-c3771688348447dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsocket2-78192096f48312be.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["net","os-ext","os-poll"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmio-bd1d7439de164130.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.11","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wayland-backend-fa857940ec918d27/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.6.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/async-io-568e81d95018571b/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/getrandom-c88007e6ee587df4/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.11","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wayland-client-bb0300a200cae1e7/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-scanner@0.31.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.31.7/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"wayland_scanner","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.31.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_scanner-9dbf3f16f8b46ab4.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","simd","simd-adler32","with-alloc"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libminiz_oxide-b9985a2cb526667d.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","linked_libs":[],"linked_paths":[],"cfgs":["stable_arm_crc32_intrinsics"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/crc32fast-aeb4298b41ce9e55/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memmap2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmemmap2-5c277d2c1f0d02c4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/build/memoffset-517b06b5452d2ce1/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_epoch","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrossbeam_epoch-95681d0c88379c6c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"static_assertions","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstatic_assertions-dbffefb3b3c56b72.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/rayon-core-eabf21307116cd51/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/thiserror-c73a6dcbf85ebb6c/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpercent_encoding-fab0d919935d0128.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libitoa-a41e1811ddda7bbe.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libscopeguard-f9f4a2b4ed0dfe04.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcpufeatures-c21465731121e9eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#endi@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endi-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"endi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endi-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libendi-732aba21e53340ca.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtinyvec_macros-edef122814962051.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","event","fs","libc-extra-traits","mm","pipe","process","shm","std","system","thread","use-libc-auxv"],"filenames":["/home/servius/.cache/cargo/target/debug/build/rustix-09d31aff61bf9ba5/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_derive-f843ab6c2043858f.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.27","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerocopy_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerocopy_derive-65b18bd9e7fc097c.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.30","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing_attributes","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtracing_attributes-8636943322cb3835.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror_impl-d689d318f7ac219b.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.10.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck_derive-1.10.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"bytemuck_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck_derive-1.10.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbytemuck_derive-501905f9f4dbe829.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"futures_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_macro-1e80af72bb73f1f6.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand_core-4a4e3b36b7af2308.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","parking","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libevent_listener-de4b1491f6e6c6fc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tokio_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_macros-1685fc441b26599d.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.23.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["parse"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_edit-4ab4fba3bcede3b6.rlib","/home/servius/.cache/cargo/target/debug/deps/libtoml_edit-4ab4fba3bcede3b6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"synstructure","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsynstructure-7637e7dc92b049f2.rlib","/home/servius/.cache/cargo/target/debug/deps/libsynstructure-7637e7dc92b049f2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.12/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"enumflags2_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libenumflags2_derive-140139964fd21a64.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror_impl-24f6d88b58464640.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrc32fast-0cd5401e654bf3e7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblock_buffer-6106666f9ffd7794.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgetrandom-c5a25b37f830539e.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","linked_libs":[],"linked_paths":[],"cfgs":["tuple_ty","allow_clippy","maybe_uninit","doctests","raw_ref_macros","stable_const","stable_offset_of"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/memoffset-b312f9d8753d991d/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_executor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_executor-f24aee488e1b3f69.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rayon-core-07e9dfdbfb7da109/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerovec_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerovec_derive-fb50ae5b61c92dbc.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_deque","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrossbeam_deque-8f8cbdf7004478ee.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"displaydoc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdisplaydoc-b66d804db8b1f603.so"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","linked_libs":[],"linked_paths":[],"cfgs":["error_generic_member_access"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/thiserror-431281c637257f87/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["atomic_usize","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblock_api-a993c9ef0ba526cc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zeroize_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzeroize_derive-4ea7156c917e7d49.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.10.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","tinyvec_macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtinyvec-73c1945b8cd78683.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44","linked_libs":[],"linked_paths":[],"cfgs":["static_assertions","linux_raw","linux_like","linux_kernel"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rustix-f4eb4a2731594a49/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.7/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/slotmap-771a8c6522151ac9/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblitemap-a79259272ac7b40b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde-113c17ca047ce0b9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.27","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","simd","zerocopy-derive"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerocopy-93da35db7bef6458.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.24.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytemuck","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.24.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["aarch64_simd","bytemuck_derive","derive","extern_crate_alloc","min_const_generics"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbytemuck-f1b8d9cb3453e0a6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror-e6d71f9522daf279.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","async-await-macro","channel","default","futures-channel","futures-io","futures-macro","futures-sink","io","memchr","sink","slab","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_util-9d67b76954a970be.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener_strategy","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libevent_listener_strategy-b0aab046735f4508.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.48.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytes","default","fs","io-util","libc","macros","mio","net","rt","rt-multi-thread","socket2","sync","test-util","time","tokio-macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio-10d44e5e814b6485.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rand_core","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrypto_common-7ddbe6506475e098.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_crate","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro_crate-dbc5d54fb95a2c08.rlib","/home/servius/.cache/cargo/target/debug/deps/libproc_macro_crate-dbc5d54fb95a2c08.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerofrom_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerofrom_derive-b497bea4443ce1b4.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"yoke_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libyoke_derive-418787e40a9a2d97.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any_impl","default","miniz_oxide","rust_backend"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libflate2-19e2de4d95d031de.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memoffset","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmemoffset-ec6e1d4b91251231.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde-451de491bfd7dcbf.rlib","/home/servius/.cache/cargo/target/debug/deps/libserde-451de491bfd7dcbf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rayon_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librayon_core-66618b2de557d299.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror-1412207f4eb9648e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwriteable-f9d1989ed7be4f89.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","linked_libs":[],"linked_paths":[],"cfgs":["has_min_const_generics","nightly"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/slotmap-2765c90f63cc5631/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zeroize","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","zeroize_derive"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzeroize-3fd91b070079ae4a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_repr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_repr-fbc4661d811369c0.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_trait","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_trait-be86b6dde41d2339.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-stream-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered_stream","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libordered_stream-3196db0f6c1b7e6c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.29.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","feature","memoffset","socket","uio","user"],"filenames":["/home/servius/.cache/cargo/target/debug/build/nix-a20ad812db989c62/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/icu_normalizer_data-907121846192385b/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/icu_properties_data-e2fc409d3fbabe1b/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsiphasher-4ee4b2e62e72dce7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcfg_if-9d10986c5e71c5c4.rlib","/home/servius/.cache/cargo/target/debug/deps/libcfg_if-9d10986c5e71c5c4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhex-e70d8a861528f08b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_fmt@1.0.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_fmt-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_fmt","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_fmt-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_fmt-9dc32bc733b20170.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_channel","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_channel-b630c1d2a39ea141.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_lock","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_lock-d01a0b18f8cbb6d4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerofrom-61b91b5ebaabe70b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","mac","std","subtle"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdigest-2facaadbfdd93049.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"enumflags2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libenumflags2-f1685fb0b92b8776.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libppv_lite86-e7112ff22b6b46f3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rayon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librayon-8e75ead27bf9d666.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.7.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-broadcast-0.7.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_broadcast","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-broadcast-0.7.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_broadcast-9d27fe9508e3ba2b.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/icu_normalizer_data-248006f37256b5ee/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/icu_properties_data-b3571c91288928aa/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slotmap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.0.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libslotmap-56a8f87c9dbb43d9.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.29.0","linked_libs":[],"linked_paths":[],"cfgs":["linux","linux_android"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/nix-b8db0d621213bf5a/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#euclid@0.22.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/euclid-0.22.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"euclid","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/euclid-0.22.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libeuclid-af9f1f779e1c66cd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fdeflate","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfdeflate-20a9e1cdf22aa786.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#roxmltree@0.20.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/roxmltree-0.20.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"roxmltree","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/roxmltree-0.20.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","positions","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libroxmltree-c668a48c208e535d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#half@2.7.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"half","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","num-traits","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhalf-d69e6d4d09510852.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.3.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.3.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdirs_sys-4ffbf41affc83408.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.17.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_cpus","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.17.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_cpus-2de89d1a1973703a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtypenum-ee12dd3ab3cbe083.rlib","/home/servius/.cache/cargo/target/debug/deps/libtypenum-ee12dd3ab3cbe083.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_ident-878b9ccc643431f1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-script@0.5.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-script-0.5.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_script","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-script-0.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_script-e8c81f5134b1813a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustc_hash-db361ce2683a5f1e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_properties","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["general-category"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_properties-165772f8071fad94.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtermcolor-636a756f6388b07c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#profiling-procmacros@1.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-procmacros-1.0.17/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"profiling_procmacros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-procmacros-1.0.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libprofiling_procmacros-d5fcbf104f6cb238.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@2.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-2.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-2.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant_utils-c4a39ec4a75256ec.rlib","/home/servius/.cache/cargo/target/debug/deps/libzvariant_utils-c4a39ec4a75256ec.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/ahash-0881e70bd80dee64/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#value-bag-serde1@1.11.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-serde1-1.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"value_bag_serde1","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-serde1-1.11.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libvalue_bag_serde1-aa6eb20fcdf4f8bc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blocking","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblocking-d3f72c05e7cf1a05.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libyoke-60fd879067cef785.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand_chacha-20f779f44a7ace2b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fontconfig-parser@0.5.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontconfig-parser-0.5.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fontconfig_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontconfig-parser-0.5.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfontconfig_parser-d08c7cdf342dc94b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_properties_data-a2c54c99933d6505.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_normalizer_data-c19717c4909df1fc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgeneric_array-1849e65c413ab70f.rlib","/home/servius/.cache/cargo/target/debug/deps/libgeneric_array-1849e65c413ab70f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@4.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-4.0.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdirs-743086716e855e3d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbitflags-e452f082b53802d5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/parking_lot_core-a3c039569b8f43c6/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfnv-77c502cd42f57b8f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libheck-20e948fc986d72b6.rlib","/home/servius/.cache/cargo/target/debug/deps/libheck-20e948fc986d72b6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/weezl-0.1.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"weezl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/weezl-0.1.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libweezl-8071b87ac5ee48ad.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#profiling@1.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-1.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"profiling","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-1.0.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","procmacros","profiling-procmacros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libprofiling-ecd30d2dacf7d923.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8","linked_libs":[],"linked_paths":[],"cfgs":["feature=\"specialize\"","feature=\"runtime-rng\"","feature=\"folded_multiply\""],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ahash-c2015974e09877ef/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libform_urlencoded-b9a49511907f7b9c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-alloc-types@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-types-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_alloc_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-types-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpu_alloc_types-94411cc070f5576c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spirv@0.3.0+sdk-1.3.268.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spirv-0.3.0+sdk-1.3.268.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spirv","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spirv-0.3.0+sdk-1.3.268.0/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libspirv-b964c473f991dbf9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["libm"],"filenames":["/home/servius/.cache/cargo/target/debug/build/num-traits-0d71baaf6463c189/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_iter","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libutf8_iter-a4e2ee28c007412d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#as-raw-xcb-connection@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/as-raw-xcb-connection-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"as_raw_xcb_connection","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/as-raw-xcb-connection-1.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libas_raw_xcb_connection-56411a6240577dc8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand_core-a39c47f35ca5ea4b.rlib","/home/servius/.cache/cargo/target/debug/deps/librand_core-a39c47f35ca5ea4b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hexf-parse@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hexf-parse-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hexf_parse","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hexf-parse-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhexf_parse-e86c0a7bdc338983.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsiphasher-98eaa50180d8230a.rlib","/home/servius/.cache/cargo/target/debug/deps/libsiphasher-98eaa50180d8230a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#value-bag@1.11.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"value_bag","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.11.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","error","inline-i128","serde","serde1","std","value-bag-serde1"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libvalue_bag-d8fda4cc44678807.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerovec-870bef92489aa63e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@2.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-2.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_fs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-2.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_fs-7d48d19600f1247e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerotrie-bef64d3a99543531.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/parking_lot_core-be6b4f7d3aa5f353/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.3.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhttp-1011bad67192e6a8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpng-0ed0e8696ca38807.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#float-cmp@0.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"float_cmp","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfloat_cmp-8bf671f2dd05f818.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_bidi-498d9e65889b2bc8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libphf_shared-42a5fb7a0070e01f.rlib","/home/servius/.cache/cargo/target/debug/deps/libphf_shared-42a5fb7a0070e01f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","linked_libs":[],"linked_paths":[],"cfgs":["has_total_cmp"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/num-traits-fc99e8005da008cf/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["small_rng"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand-af658b0221d7803c.rlib","/home/servius/.cache/cargo/target/debug/deps/librand-af658b0221d7803c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblock_buffer-2c134bce0299ce01.rlib","/home/servius/.cache/cargo/target/debug/deps/libblock_buffer-2c134bce0299ce01.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrypto_common-a5463314b5929ef2.rlib","/home/servius/.cache/cargo/target/debug/deps/libcrypto_common-a5463314b5929ef2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lyon_geom@1.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_geom-1.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lyon_geom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_geom-1.0.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblyon_geom-d031d11955de091e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@4.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-4.2.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zvariant_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-4.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant_derive-6d33cfd7b76f9da0.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#core_maths@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core_maths-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"core_maths","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core_maths-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcore_maths-ddfd925899d97272.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libm","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblibm-9bd87f9e9d04ab6a.rlib","/home/servius/.cache/cargo/target/debug/deps/liblibm-9bd87f9e9d04ab6a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","no-rng","runtime-rng","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/ahash-526951317388875a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.21.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.21.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.21.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","glyph-names","opentype-layout","std","variable-fonts"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libttf_parser-84e1f8cbd375f5db.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libryu-7fc86b5f7500c71e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi-mirroring@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-mirroring-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi_mirroring","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-mirroring-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_bidi_mirroring-6fb6ae0c54c16191.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color_quant-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"color_quant","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color_quant-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcolor_quant-11a22b34ffe7b799.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.28","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.28/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.28/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["kv","kv_serde","kv_std","kv_unstable","kv_unstable_serde","kv_unstable_std","serde","std","value-bag"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblog-15bc69945e2f189f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtinystr-266a841f16896bdb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpotential_utf-0ed0f2f8943578d7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strict-num-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strict_num","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strict-num-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["approx-eq","default","float-cmp"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrict_num-7fe75941b54c76f9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libparking_lot_core-faa1db7de63ad647.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.20.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.20.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.20.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","glyph-names","opentype-layout","std","variable-fonts"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libttf_parser-95fa4f484b0861dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayref","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libarrayref-f21e9629a1d63cf1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xkeysym@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkeysym-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xkeysym","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkeysym-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxkeysym-bcf7d87ceee01563.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_aliases","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcfg_aliases-0b66ad35f59de203.rlib","/home/servius/.cache/cargo/target/debug/deps/libcfg_aliases-0b66ad35f59de203.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ccc@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ccc-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ccc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ccc-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_ccc-2fbd5b8b156ee5bf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_traits","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["libm"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_traits-ec62df785d14bd72.rlib","/home/servius/.cache/cargo/target/debug/deps/libnum_traits-ec62df785d14bd72.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","linked_libs":[],"linked_paths":[],"cfgs":["specialize","folded_multiply"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ahash-2a766015da690b95/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdigest-e493c4446b93e628.rlib","/home/servius/.cache/cargo/target/debug/deps/libdigest-e493c4446b93e628.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhttp_body-9ed23291c56a6c25.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libphf_generator-43be186d2a1d7602.rlib","/home/servius/.cache/cargo/target/debug/deps/libphf_generator-43be186d2a1d7602.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-alloc@0.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-0.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_alloc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-0.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpu_alloc-fce9cfcbdfdd6181.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro2-3b76911e4f887dab.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_pki_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustls_pki_types-4e497946b4bede2b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.27","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","simd","zerocopy-derive"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzerocopy-1fdfe6a545a01acf.rlib","/home/servius/.cache/cargo/target/debug/deps/libzerocopy-1fdfe6a545a01acf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-inflate@0.2.54","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-inflate-0.2.54/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_inflate","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-inflate-0.2.54/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd-adler32","zlib"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzune_inflate-c3a967a008548ff3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","dlopen","once_cell"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_sys-1159f6ae8dcb75a0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_locale_core-e257729e6af5e58c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_collections-afbfce0c33ec4111.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustybuzz@0.14.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.14.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustybuzz","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.14.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["libm","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustybuzz-93ba5182c7231652.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-path-0.11.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiny_skia_path","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-path-0.11.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtiny_skia_path-dcd4998061d5885b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fontdb@0.16.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontdb-0.16.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fontdb","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontdb-0.16.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fontconfig","fontconfig-parser","fs","memmap","memmap2","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfontdb-9fba88e235f4d7fc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libparking_lot-168fc88e15a2ebd8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vcpkg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libvcpkg-394aa79480fa29ca.rlib","/home/servius/.cache/cargo/target/debug/deps/libvcpkg-394aa79480fa29ca.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sys-locale@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sys-locale-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sys_locale","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sys-locale-0.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsys_locale-de77b6db1235318b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/httparse-05246e2aa92cc113/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_segmentation-b4e7787bd375b06a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","full","parsing","printing","proc-macro","quote"],"filenames":["/home/servius/.cache/cargo/target/debug/build/syn-e6b2105ef72c534e/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit_field@0.10.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit_field-0.10.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_field","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit_field-0.10.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_field-5f0cf7a55cf79a0f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwinnow-d407b87cd2ae4ace.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#self_cell@1.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/self_cell-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"self_cell","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/self_cell-1.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libself_cell-6ceab93dcea45378.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rangemap@1.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rangemap-1.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rangemap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rangemap-1.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librangemap-c285a18a4509d897.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xcursor@0.3.10","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xcursor-0.3.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xcursor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xcursor-0.3.10/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxcursor-316f2b6b40998e7d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-linebreak@0.1.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_linebreak","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_linebreak-11b2b74ff34c1913.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_provider-35ca61c3bfbf47cc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lebe@0.5.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lebe-0.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lebe","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lebe-0.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblebe-cee0d4819e760bd5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcpufeatures-9396ba3c3ce3e0e5.rlib","/home/servius/.cache/cargo/target/debug/deps/libcpufeatures-9396ba3c3ce3e0e5.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","linked_libs":[],"linked_paths":[],"cfgs":["httparse_simd_neon_intrinsics","httparse_simd"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/httparse-4a4751aff91f1e29/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.111","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/openssl-sys-1775e1291a29ecd0/build-script-main"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/syn-469e3b194b2eca55/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libquote-a524e4ecbb5c90d6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#half@2.7.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"half","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["num-traits"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhalf-bde2db5fdab801ef.rlib","/home/servius/.cache/cargo/target/debug/deps/libhalf-bde2db5fdab801ef.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.11.3/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libphf_macros-73abf1dc7506d0b7.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@4.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-4.4.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zbus_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-4.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus_macros-07039e99f121e760.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#qoi@0.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qoi-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"qoi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qoi-0.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libqoi-bfd832348e7dc3b7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["codec","default","io"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_util-79175a6e1b34ab54.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_integer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_integer-c49ef12f559e3b92.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"signal_hook_registry","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsignal_hook_registry-6bef1971559726eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_properties-43d82263d17c1192.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libicu_normalizer-aaddbd418f4c34eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#exr@1.74.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/exr-1.74.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"exr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/exr-1.74.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rayon"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libexr-3a6a44ce7ef94b64.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsha2-422d5996a462a945.rlib","/home/servius/.cache/cargo/target/debug/deps/libsha2-422d5996a462a945.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbase64-338dc187bf909e4f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/rustversion-40be1d7cd574670a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbyteorder-13ef6e617b76e467.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#palette@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/build/main.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","approx","default","named","named_from_str","phf","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/palette-e6f5424ed600c709/build-script-main"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"openssl_probe","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libopenssl_probe-c7ae6abb882da51c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dark-light@1.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dark-light-1.1.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dark-light-1.1.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/dark-light-dba789eb44401005/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#by_address@1.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/by_address-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"by_address","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/by_address-1.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libby_address-12365cd8f0d3d641.rlib","/home/servius/.cache/cargo/target/debug/deps/libby_address-12365cd8f0d3d641.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/serde_json-b17f57c490db3116/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_service","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtower_service-0c244bdadb1c689c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna_adapter","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libidna_adapter-958e4966b6eeb1a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"try_lock","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtry_lock-014b8dacdcc310d6.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#palette@0.7.6","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/palette-d3173ffad5639407/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#dark-light@1.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/dark-light-9d6492d0938ea505/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rustversion-ba5917b0b4aae45d/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#palette_derive@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette_derive-0.7.6/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"palette_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette_derive-0.7.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpalette_derive-27ed757c1801ddcc.so"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/serde_json-d9090b0d4ab197eb/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"httparse","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhttparse-18c0333df5b5f665.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.111","linked_libs":["ssl","crypto"],"linked_paths":["native=/nix/store/llswcygvgv9x2sa3z6j7i0g5iqqmn5gn-openssl-3.6.0/lib"],"cfgs":["osslconf=\"OPENSSL_NO_SSL3_METHOD\"","openssl","ossl101","ossl102","ossl102f","ossl102h","ossl110","ossl110f","ossl110g","ossl110h","ossl111","ossl111b","ossl111c","ossl111d","ossl300","ossl320","ossl330","ossl340","ossl350"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/openssl-sys-fa1a13ee2f8486bd/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.110","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","full","parsing","printing","proc-macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsyn-c4fc43284bb92125.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","full","parsing","printing","proc-macro","quote"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsyn-9f80144b2e388c23.rlib","/home/servius/.cache/cargo/target/debug/deps/libsyn-9f80144b2e388c23.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.11.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiny_skia","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-skia-0.11.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","png","png-format","simd","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtiny_skia-454c5b0a87439491.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@3.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-3.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-3.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gvariant"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant_utils-463e49e2c3e34a49.rlib","/home/servius/.cache/cargo/target/debug/deps/libzvariant_utils-463e49e2c3e34a49.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libidna-da2eea42168dd21e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"want","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwant-abca090310cbd894.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/anyhow-e1830ac0a1147c61/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"rustversion","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustversion-ce1a8a173f167abe.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@5.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-5.8.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zvariant_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-5.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gvariant"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant_derive-26c0620ccb3f335b.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_json-2f984874250bb46e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback"],"filenames":["/home/servius/.cache/cargo/target/debug/build/ring-bc611f429b6bec9f/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf-literal","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libaho_corasick-6c1a913d8ee2e756.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.30.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","feature","fs","memoffset","socket","uio","user"],"filenames":["/home/servius/.cache/cargo/target/debug/build/nix-187a874bad3b4f55/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustc_hash-673ef633b9bf6932.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liburl-154341daecdf6f41.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","linked_libs":[],"linked_paths":[],"cfgs":["std_backtrace","error_generic_member_access"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/anyhow-e2b78942e523d518/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.11.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ipnet","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libipnet-46f2f23a77e23892.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libregex_syntax-6fb54d39fec59647.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.28","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.28/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.28/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblog-bd36b1907e891e2d.rlib","/home/servius/.cache/cargo/target/debug/deps/liblog-bd36b1907e891e2d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.37.3+1.3.251","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded"],"filenames":["/home/servius/.cache/cargo/target/debug/build/ash-c4d9b1579b7ae63f/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsemver-19c80970a7ae9765.rlib","/home/servius/.cache/cargo/target/debug/deps/libsemver-19c80970a7ae9765.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/khronos-egl-6.0.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/khronos-egl-6.0.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["/home/servius/.cache/cargo/target/debug/build/khronos-egl-4d956e76976c841c/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#svg_fmt@0.4.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/svg_fmt-0.4.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"svg_fmt","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/svg_fmt-0.4.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsvg_fmt-ec6da37dbbd7676f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/khronos-egl-94712e75aeee1769/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libanyhow-860fa2efb589f3ba.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustc_version-24c3d64659732a5d.rlib","/home/servius/.cache/cargo/target/debug/deps/librustc_version-24c3d64659732a5d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-build","dfa-onepass","dfa-search","hybrid","meta","nfa","nfa-backtrack","nfa-pikevm","nfa-thompson","perf","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libregex_automata-7e31ba8a118b7349.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.37.3+1.3.251","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ash-77df83135b523816/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","linked_libs":["static=ring_core_0_17_14_","static=ring_core_0_17_14__test"],"linked_paths":["native=/home/servius/.cache/cargo/target/debug/build/ring-d03db91f31cfebe1/out"],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ring-d03db91f31cfebe1/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"strum_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrum_macros-13feeec905faafd4.so"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.30.1","linked_libs":[],"linked_paths":[],"cfgs":["linux","linux_android"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/nix-712c05f972908535/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_bigint","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_bigint-bf96587511c453ce.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@0.19.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-hal-0.19.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-hal-0.19.5/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ash","bit-set","block","d3d12","default","dx12","gles","glow","glutin_wgl_sys","gpu-alloc","gpu-descriptor","khronos-egl","libloading","link","metal","range-alloc","renderdoc","renderdoc-sys","smallvec","vulkan"],"filenames":["/home/servius/.cache/cargo/target/debug/build/wgpu-hal-620a5bbc88e12d33/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-window-handle-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"raw_window_handle","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libraw_window_handle-d82dbcbf9fb594dd.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equator-macro@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equator-macro-0.4.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"equator_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equator-macro-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libequator_macro-5c3eea81346d8ef5.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/proc-macro-error-attr-b9a90c1ab97a4a19/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol_str-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smol_str","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol_str-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmol_str-5522a97d90616a6a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#detect-desktop-environment@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/detect-desktop-environment-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"detect_desktop_environment","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/detect-desktop-environment-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdetect_desktop_environment-097f8e6336e76034.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sync_wrapper","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["futures","futures-core"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsync_wrapper-6a0f7cb942f57760.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-home-1.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xdg_home","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-home-1.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxdg_home-3fc85801e343cb03.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.75","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/build/openssl-332d09f541a40042/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"minimal_lexical","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libminimal_lexical-fd4e2de6734108b1.rlib","/home/servius/.cache/cargo/target/debug/deps/libminimal_lexical-fd4e2de6734108b1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_layer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtower_layer-3838c515db690a98.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fast-srgb8@1.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast-srgb8-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fast_srgb8","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast-srgb8-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfast_srgb8-22d2dd03f8cfeb2a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#float_next_after@1.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float_next_after-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"float_next_after","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float_next_after-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfloat_next_after-4daca7a95833f27d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libslab-352ff49120a1d861.rlib","/home/servius/.cache/cargo/target/debug/deps/libslab-352ff49120a1d861.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-sys@0.7.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-sys-0.7.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-sys-0.7.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/build/drm-sys-fee71fb527d3a150/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foreign_types_shared","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libforeign_types_shared-a871f8492b4c2ef7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-sys@0.7.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/drm-sys-39745948044781e3/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foreign_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libforeign_types-4a796bebb8b7a429.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc-traits@2.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-traits-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc_traits","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-traits-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","slab","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcc_traits-1e90f74b69f63b3b.rlib","/home/servius/.cache/cargo/target/debug/deps/libcc_traits-1e90f74b69f63b3b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__common","futures-core","futures-util","pin-project-lite","retry","sync_wrapper","timeout","tokio","util"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtower-4ba03a77ce32672b.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.75","linked_libs":[],"linked_paths":[],"cfgs":["osslconf=\"OPENSSL_NO_SSL3_METHOD\"","ossl101","ossl102","ossl110","ossl110g","ossl110h","ossl111","ossl111d","ossl300","ossl310","ossl320","ossl330","ossl340","ossl350"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/openssl-ddc782d6c15bb262/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnom-ec2ec674d00a7d58.rlib","/home/servius/.cache/cargo/target/debug/deps/libnom-ec2ec674d00a7d58.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/proc-macro-error-attr-4b3f22e50a190a0a/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equator@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equator-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equator","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equator-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libequator-2abe5f27295ed3e8.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@0.19.5","linked_libs":[],"linked_paths":[],"cfgs":["native","send_sync","gles","vulkan"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wgpu-hal-9f814ee921c2d901/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_rational","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","num-bigint","num-bigint-std","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_rational-480b7fdda58e3f26.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.30.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","feature","fs","memoffset","socket","uio","user"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnix-f8d29314cec76d98.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#etagere@0.2.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etagere-0.2.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"etagere","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etagere-0.2.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libetagere-5018227869df202f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_executor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["num_cpus","std","thread-pool"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_executor-f2be0719c1362431.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.111","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"openssl_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libopenssl_sys-1da35ecd63b75066.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-core@0.19.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-core-0.19.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-core-0.19.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dx12","gles","link","metal","raw-window-handle","vulkan","wgsl"],"filenames":["/home/servius/.cache/cargo/target/debug/build/wgpu-core-0d52ad36d100a19b/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhttp_body_util-c9e02e90a2a2b34c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gif@0.13.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.13.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gif","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.13.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["color_quant","default","raii_no_panic","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgif-56cebd9abaa58908.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"enumflags2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libenumflags2-65b1b645e861d5e1.rlib","/home/servius/.cache/cargo/target/debug/deps/libenumflags2-65b1b645e861d5e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spin","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["barrier","default","lazy","lock_api","lock_api_crate","mutex","once","rwlock","spin_mutex"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libspin-624e50fe69e1e6f3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"openssl_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libopenssl_macros-cd4b0956233ca60e.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","syn","syn-error"],"filenames":["/home/servius/.cache/cargo/target/debug/build/proc-macro-error-2f88d2b27391cccb/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libphf_shared-52d2cff202490548.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf-literal","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libaho_corasick-3896aa48ebc24a1d.rlib","/home/servius/.cache/cargo/target/debug/deps/libaho_corasick-3896aa48ebc24a1d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dconf_rs@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dconf_rs-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dconf_rs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dconf_rs-0.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdconf_rs-c53a932b72637fa9.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#approx@0.5.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"approx","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libapprox-366fdf0cf033277e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cursor-icon-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cursor_icon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cursor-icon-1.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcursor_icon-b2c766ee0f0b8fcb.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/native-tls-6b7e46a4dd05691b/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#endi@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endi-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"endi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endi-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libendi-c728ad618c1b2eeb.rlib","/home/servius/.cache/cargo/target/debug/deps/libendi-c728ad618c1b2eeb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"web_time","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libweb_time-b2ff22979a12cdfa.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","no-rng","runtime-rng","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libahash-e8184c98a733b358.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libregex_syntax-d52e4758527cc371.rlib","/home/servius/.cache/cargo/target/debug/deps/libregex_syntax-d52e4758527cc371.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmime-d402bf9a6a65735f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libahash-2d920f54fad6062d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium_io","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libciborium_io-a8ca41ea263832e0.rlib","/home/servius/.cache/cargo/target/debug/deps/libciborium_io-a8ca41ea263832e0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmallvec-8ee7891561d7e5c7.rlib","/home/servius/.cache/cargo/target/debug/deps/libsmallvec-8ee7891561d7e5c7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-xid@0.2.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_xid","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_xid-6f111b91a9d64b6c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-fourcc@2.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-fourcc-2.2.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-fourcc-2.2.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/drm-fourcc-16504e2559523770/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"untrusted","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libuntrusted-44431d13cc5da18b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.41","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["attributes","default","log","std","tracing-attributes"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtracing-6e848d11beae8589.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsha1-5743d952a8e3c129.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dlv-list@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlv-list-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dlv_list","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dlv-list-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdlv_list-9cf2133b8ab6b0e0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ring","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libring-1cda51284be6fab6.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-fourcc@2.2.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/drm-fourcc-1c858d17715d7df7/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#btree-slab@0.6.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/btree-slab-0.6.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"btree_slab","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/btree-slab-0.6.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","slab","std-slab"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbtree_slab-f2b452018a3548b5.rlib","/home/servius/.cache/cargo/target/debug/deps/libbtree_slab-f2b452018a3548b5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium_ll","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libciborium_ll-2c9673be063617a6.rlib","/home/servius/.cache/cargo/target/debug/deps/libciborium_ll-2c9673be063617a6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","hybrid","meta","nfa","nfa-backtrack","nfa-pikevm","nfa-thompson","perf","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libregex_automata-1b3e067328a281f7.rlib","/home/servius/.cache/cargo/target/debug/deps/libregex_automata-1b3e067328a281f7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@5.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-5.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-5.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","enumflags2","gvariant"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant-b308f423921eb7bd.rlib","/home/servius/.cache/cargo/target/debug/deps/libzvariant-b308f423921eb7bd.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.14","linked_libs":[],"linked_paths":[],"cfgs":["have_min_max_version"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/native-tls-3340c53bcb7d5895/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","linked_libs":[],"linked_paths":[],"cfgs":["skip_ui_tests"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/proc-macro-error-0127672afe07eb55/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.75","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"openssl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libopenssl-541e9de414ada0e3.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-core@0.19.4","linked_libs":[],"linked_paths":[],"cfgs":["send_sync","gles","vulkan"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wgpu-core-75e03238b66a081f/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aligned-vec@0.6.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aligned-vec-0.6.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aligned_vec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aligned-vec-0.6.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libaligned_vec-c593b86fe24182ad.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_error_attr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error_attr-df2e6c8902cd3463.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#abnf-core@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/abnf-core-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"abnf_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/abnf-core-0.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libabnf_core-51ed8ed26592a98f.rlib","/home/servius/.cache/cargo/target/debug/deps/libabnf_core-51ed8ed26592a98f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@3.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-3.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_utils-3.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gvariant"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant_utils-b76f17f9949af0e7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu@0.19.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.19.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.19.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dx12","metal","webgpu","wgsl"],"filenames":["/home/servius/.cache/cargo/target/debug/build/wgpu-7e68219c0803dfbd/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_urlencoded","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_urlencoded-f8cfc770a06b2e94.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.10","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"pin_project_internal","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpin_project_internal-37c05b6db9650cff.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiny-xlib@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-xlib-0.2.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-xlib-0.2.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dlopen","libloading","tracing"],"filenames":["/home/servius/.cache/cargo/target/debug/build/tiny-xlib-e9e12d03330fd3b8/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#object@0.32.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"object","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["archive","coff","elf","macho","pe","read","read_core","std","unaligned","xcoff"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libobject-d6b9dd2a5971fc5d.rlib","/home/servius/.cache/cargo/target/debug/deps/libobject-d6b9dd2a5971fc5d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bstr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbstr-0655b8d4a9469b76.rlib","/home/servius/.cache/cargo/target/debug/deps/libbstr-0655b8d4a9469b76.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_rs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libencoding_rs-aeafd027583a74bf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"static_assertions","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstatic_assertions-ee291c2c2f2471d0.rlib","/home/servius/.cache/cargo/target/debug/deps/libstatic_assertions-ee291c2c2f2471d0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.20.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.20.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.20.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["calloop","calloop-wayland-source"],"filenames":["/home/servius/.cache/cargo/target/debug/build/smithay-client-toolkit-87efc64a42d83fca/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#range-traits@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/range-traits-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"range_traits","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/range-traits-0.3.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librange_traits-d7fc1352fbdcaf11.rlib","/home/servius/.cache/cargo/target/debug/deps/librange_traits-d7fc1352fbdcaf11.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.35","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.35/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.35/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","std","tls12"],"filenames":["/home/servius/.cache/cargo/target/debug/build/rustls-b68303dd940bc30b/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsame_file-32d4e73738d06629.rlib","/home/servius/.cache/cargo/target/debug/deps/libsame_file-32d4e73738d06629.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/ash-1ec72d4f2be3c9d1/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsame_file-c3d42a00f565f4b5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwalkdir-a6b45dd35360ea6d.rlib","/home/servius/.cache/cargo/target/debug/deps/libwalkdir-a6b45dd35360ea6d.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ash-f7f757020281e847/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.35","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rustls-6b38f870249d0752/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwalkdir-709aff06faa3cc3d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@4.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-4.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus_names","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-4.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus_names-4e2734b1edd1c088.rlib","/home/servius/.cache/cargo/target/debug/deps/libzbus_names-4e2734b1edd1c088.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#btree-range-map@0.7.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/btree-range-map-0.7.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"btree_range_map","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/btree-range-map-0.7.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbtree_range_map-d5d198b597996f35.rlib","/home/servius/.cache/cargo/target/debug/deps/libbtree_range_map-d5d198b597996f35.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.20.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/smithay-client-toolkit-ca579f4f01bdcaf3/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ar_archive_writer@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ar_archive_writer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libar_archive_writer-ae3ba7d07897de6f.rlib","/home/servius/.cache/cargo/target/debug/deps/libar_archive_writer-ae3ba7d07897de6f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiny-xlib@0.2.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/tiny-xlib-87e6682ee022b45d/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"globset","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","log"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libglobset-6b9aeaf1f74469a8.rlib","/home/servius/.cache/cargo/target/debug/deps/libglobset-6b9aeaf1f74469a8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.10","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.10/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpin_project-aa0105fbaa70d211.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#abnf@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/abnf-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"abnf","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/abnf-0.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libabnf-6b96c429b137c889.rlib","/home/servius/.cache/cargo/target/debug/deps/libabnf-6b96c429b137c889.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu@0.19.4","linked_libs":[],"linked_paths":[],"cfgs":["native","wgpu_core","send_sync"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/wgpu-11e5306628b55584/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@5.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-5.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-5.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","enumflags2","gvariant","url"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant-c601407b09c0b24b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#v_frame@0.3.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v_frame-0.3.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"v_frame","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v_frame-0.3.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libv_frame-c0a994100291aa3d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_error","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","syn","syn-error"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error-3e0267aa75bc2ee3.rlib","/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error-3e0267aa75bc2ee3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"native_tls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnative_tls-2efcbed25634a634.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webpki","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","ring","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwebpki-d4465cb81bfe4070.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libciborium-1d3905b419d69b5b.rlib","/home/servius/.cache/cargo/target/debug/deps/libciborium-1d3905b419d69b5b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["spin","spin_no_std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblazy_static-3024b3e7ad6b2a51.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsha2-11cb1094b9b5e25c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["os_rng","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand_core-0618b8f2387936e6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror-63fedbd78e864019.rlib","/home/servius/.cache/cargo/target/debug/deps/libthiserror-63fedbd78e864019.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_padding","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblock_padding-30ba6aff55f927a8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itertools","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","use_alloc","use_std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libitertools-f825cae295fce5d3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#as-slice@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/as-slice-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"as_slice","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/as-slice-0.2.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libas_slice-78f2976ed2f81ca2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#softbuffer@0.4.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.4.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.4.6/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["as-raw-xcb-connection","bytemuck","default","drm","fastrand","kms","memmap2","rustix","tiny-xlib","wayland","wayland-backend","wayland-client","wayland-dlopen","wayland-sys","x11","x11-dlopen","x11rb"],"filenames":["/home/servius/.cache/cargo/target/debug/build/softbuffer-0c5235fe212d42ce/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bstr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbstr-c0b451772a842c8b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1_smol@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1_smol-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1_smol","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1_smol-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsha1_smol-0eb3394ab92d9af7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/paste-9245072c691d01c9/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#built@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/built-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"built","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/built-0.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbuilt-4b4e60bb86900715.rlib","/home/servius/.cache/cargo/target/debug/deps/libbuilt-4b4e60bb86900715.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.19.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.19.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.19.2/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["calloop","calloop-wayland-source"],"filenames":["/home/servius/.cache/cargo/target/debug/build/smithay-client-toolkit-507740d47028b714/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.30","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.30/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"compression_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.30/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcompression_core-dc5f570a2d4fe92a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8-decode@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8-decode-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_decode","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8-decode-1.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libutf8_decode-e43ab738e846b14d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"indoc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libindoc-6344f3ee413f10e0.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/ref-cast-d169003d0daeb6e0/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/thiserror-d84c66ec4c0540db/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#deflate64@0.1.10","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deflate64-0.1.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"deflate64","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deflate64-0.1.10/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdeflate64-1a5c664a2a50d076.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#av-scenechange@0.14.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av-scenechange-0.14.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av-scenechange-0.14.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/av-scenechange-49ebee06e93cbddc/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex_fmt@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex_fmt-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex_fmt","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex_fmt-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhex_fmt-acdeeeda13e88e4b.rlib","/home/servius/.cache/cargo/target/debug/deps/libhex_fmt-acdeeeda13e88e4b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicase@2.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicase","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicase-9272724c70fefc4e.rlib","/home/servius/.cache/cargo/target/debug/deps/libunicase-9272724c70fefc4e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#static-regular-grammar@2.0.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static-regular-grammar-2.0.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"static_regular_grammar","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static-regular-grammar-2.0.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstatic_regular_grammar-25cd6ed60bcdb3b3.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/mime_guess-7456cbba121832a1/build-script-build"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#av-scenechange@0.14.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[["PROFILE","debug"],["CARGO_CFG_TARGET_FEATURE","fxsr,sse,sse2,x87"],["CARGO_ENCODED_RUSTFLAGS",""]],"out_dir":"/home/servius/.cache/cargo/target/debug/build/av-scenechange-2e53a3ffb506fb9b/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","linked_libs":[],"linked_paths":[],"cfgs":["error_generic_member_access"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/thiserror-b4b214198629dd51/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.32","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.32/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"compression_codecs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.32/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["deflate","deflate64","flate2","gzip","memchr"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcompression_codecs-23f92f8c26899457.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/ref-cast-8bdd5bd3f9bcbd8a/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pct-str@2.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pct-str-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pct_str","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pct-str-2.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpct_str-34fa7869373f8504.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.19.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/smithay-client-toolkit-07024a9f5ecfa955/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rav1e@0.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["threading"],"filenames":["/home/servius/.cache/cargo/target/debug/build/rav1e-c8101493bc72b044/build-script-build"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/paste-c93e668844dc3cd3/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.18.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rng","serde","sha1","std","v4","v5","v7"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libuuid-c16f127e38c954e2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"globset","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","log"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libglobset-3c7c1bd7b92f7eb7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aligned@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aligned-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aligned","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aligned-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libaligned-9ef9b0d1bd27c891.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#softbuffer@0.4.6","linked_libs":[],"linked_paths":[],"cfgs":["free_unix","kms_platform","x11_platform","wayland_platform"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/softbuffer-81e26471dcc5da05/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inout","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["block-padding"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libinout-6ea86e5296eb61ed.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand_chacha-a00f491ad00545de.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.35","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.35/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.35/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","std","tls12"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustls-25b349368fd531e4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_native_tls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_native_tls-312dc4287fda8e60.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@4.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-4.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus_names","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-4.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus_names-bed7f7eccdee6a07.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rust_embed_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["globset","include-exclude"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librust_embed_utils-2e16fa010f152676.rlib","/home/servius/.cache/cargo/target/debug/deps/librust_embed_utils-2e16fa010f152676.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@5.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-5.12.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zbus_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_macros-5.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gvariant"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus_macros-4f6679a84654f90b.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#psm@0.1.28","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.28/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.28/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/psm-5479faeb4c0f93ef/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libash-c545b4b325413b77.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_simd-0.5.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_simd-0.5.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/pathfinder_simd-a20b5be48de9bb4e/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#font-types@0.10.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/font-types-0.10.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"font_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/font-types-0.10.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytemuck","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfont_types-e1b94c27a4fa9e86.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ref_cast_impl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libref_cast_impl-89a2fc04073a502f.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_derive_internals","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_derive_internals-7e15050ada14c4ce.rlib","/home/servius/.cache/cargo/target/debug/deps/libserde_derive_internals-7e15050ada14c4ce.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arg_enum_proc_macro@0.3.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arg_enum_proc_macro-0.3.4/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"arg_enum_proc_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arg_enum_proc_macro-0.3.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libarg_enum_proc_macro-476d114ef20ade2d.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.20.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/freetype-sys-0.20.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/freetype-sys-0.20.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/freetype-sys-95431bbfe70e32e0/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/x11-dl-257205b08ed6a9b1/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@8.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnom-4b10fc360c3c48ad.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@6.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yeslogic-fontconfig-sys-6.0.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yeslogic-fontconfig-sys-6.0.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["dlopen"],"filenames":["/home/servius/.cache/cargo/target/debug/build/yeslogic-fontconfig-sys-c8d6030d4e74bb6a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compact","default","wgsl-in"],"filenames":["/home/servius/.cache/cargo/target/debug/build/naga-f30f4bd3cc09bb54/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compact","default","spv-out","wgsl-in"],"filenames":["/home/servius/.cache/cargo/target/debug/build/naga-fa05c2df88949d76/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#core2@0.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"core2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcore2-2449473f3e7c10c6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pastey@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pastey-0.1.1/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"pastey","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pastey-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpastey-df50ae5846cab05c.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_vec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_vec-5e6dc767e1cfc819.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iri_string","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiri_string-602b3f3d732d5983.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foldhash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfoldhash-950ed68680bcf804.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8parse","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libutf8parse-1869fb7867dfc50c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libevent_listener-da07841f8f10f3de.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_width","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cjk","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_width-2a47125f5b3a1e29.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicase@2.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicase","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicase-64c40c83aec13095.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quick-error@2.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quick_error","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-2.0.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libquick_error-06cdc1f17fdcd808.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/serde_json-e76781d8c80b6a14/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json_lenient@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json_lenient-0.2.4/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json_lenient-0.2.4/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/serde_json_lenient-3a18f07f93b721af/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-descriptor-types@0.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-types-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_descriptor_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-types-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpu_descriptor_types-8384ecd1e49d715d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foldhash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfoldhash-81ca180c44a16160.rlib","/home/servius/.cache/cargo/target/debug/deps/libfoldhash-81ca180c44a16160.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#termcolor@1.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtermcolor-71b203789406a38a.rlib","/home/servius/.cache/cargo/target/debug/deps/libtermcolor-71b203789406a38a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_vec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_vec-fa40ea14e371e964.rlib","/home/servius/.cache/cargo/target/debug/deps/libbit_vec-fa40ea14e371e964.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_width","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cjk","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_width-64b287476123fef9.rlib","/home/servius/.cache/cargo/target/debug/deps/libunicode_width-64b287476123fef9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#y4m@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/y4m-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"y4m","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/y4m-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liby4m-9a41a42c99c39f3c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#av-scenechange@0.14.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av-scenechange-0.14.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"av_scenechange","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av-scenechange-0.14.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libav_scenechange-4d86587892d728ad.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#codespan-reporting@0.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"codespan_reporting","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std","termcolor"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcodespan_reporting-36720f47a42a923b.rlib","/home/servius/.cache/cargo/target/debug/deps/libcodespan_reporting-36720f47a42a923b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_set","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_set-28be5f54ec498177.rlib","/home/servius/.cache/cargo/target/debug/deps/libbit_set-28be5f54ec498177.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default-hasher","inline-more"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-57e7679a9c53f236.rlib","/home/servius/.cache/cargo/target/debug/deps/libhashbrown-57e7679a9c53f236.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json_lenient@0.2.4","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/serde_json_lenient-701dbe81115a7039/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/serde_json-c858b98b58cce9d2/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#codespan-reporting@0.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"codespan_reporting","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","termcolor"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcodespan_reporting-05a06e38667a9d6e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@1.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_channel","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_channel-a0346cb26403e56a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle_parse","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","utf8"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libanstyle_parse-3aac24250026291e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default-hasher","inline-more"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-b4e5ec7ade7e9225.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.7.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.7.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.7.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblibloading-c6e65f9d1c34aa1f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_http","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["follow-redirect","futures-util","iri-string","tower"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtower_http-569db5589d504ae5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_set","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_set-cb246d94c2dbc72d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitstream-io@4.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitstream-io-4.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitstream_io","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitstream-io-4.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbitstream_io-3c42bb2f112e4764.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","linked_libs":[],"linked_paths":[],"cfgs":["spv_out"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/naga-b9bb9f2cf9682874/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/naga-491a439dd808412c/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@6.0.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/yeslogic-fontconfig-sys-0796048998fd9663/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","linked_libs":["dl"],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/x11-dl-5f2165c9fd895504/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#av1-grain@0.2.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av1-grain-0.2.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"av1_grain","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av1-grain-0.2.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["create","default","diff","estimate","nom","num-rational","parse","v_frame"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libav1_grain-2ebcf1cf22f7bd8a.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.20.1","linked_libs":["static=freetype2","stdc++"],"linked_paths":["native=/home/servius/.cache/cargo/target/debug/build/freetype-sys-ea766aa6d383f86d/out"],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/freetype-sys-ea766aa6d383f86d/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars_derive@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-1.1.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"schemars_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libschemars_derive-ee980f024313318e.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ref_cast","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libref_cast-649180623bae17a2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mutate_once@0.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mutate_once-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mutate_once","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mutate_once-0.1.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmutate_once-0ffe26137d8e60e1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#read-fonts@0.35.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.35.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"read_fonts","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.35.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libread_fonts-06372f1c4f8c71b8.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.5","linked_libs":[],"linked_paths":[],"cfgs":["pf_rustc_nightly"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/pathfinder_simd-db35405e7ff44c61/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#psm@0.1.28","linked_libs":["static=psm_s"],"linked_paths":["native=/home/servius/.cache/cargo/target/debug/build/psm-a6fa655aa0a4f089/out"],"cfgs":["asm","link_asm","switchable_stack"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/psm-a6fa655aa0a4f089/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rust-embed-impl@8.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-impl-8.9.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"rust_embed_impl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-impl-8.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["include-exclude"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librust_embed_impl-865bdf00a3fceb94.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","os_rng","std","std_rng","thread_rng"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand-07ac0b69086ace51.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_rustls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","tls12"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_rustls-fb7fc30700d00136.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cipher","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["block-padding","rand_core","zeroize"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcipher-2ad6da20e35334a0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rust_embed_utils","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["globset","include-exclude"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librust_embed_utils-939b5ab7588a6181.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"paste","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpaste-84c5659c7e86bf75.so"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rav1e@0.8.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[["PROFILE","debug"],["CARGO_CFG_TARGET_FEATURE","fxsr,sse,sse2,x87"],["CARGO_ENCODED_RUSTFLAGS",""]],"out_dir":"/home/servius/.cache/cargo/target/debug/build/rav1e-363d1ccb23717378/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iref-core@3.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iref-core-3.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iref_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iref-core-3.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiref_core-c290bd7af882b5b4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.33","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.33/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_compression","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.33/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["deflate","deflate64","futures-io","gzip"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_compression-5c3cd5dd88b19ebc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthiserror-4dcff35c35138100.rlib","/home/servius/.cache/cargo/target/debug/deps/libthiserror-4dcff35c35138100.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[["MIME_TYPES_GENERATED_PATH","/home/servius/.cache/cargo/target/debug/build/mime_guess-75c5adcd9d38596a/out/mime_types_generated.rs"]],"out_dir":"/home/servius/.cache/cargo/target/debug/build/mime_guess-75c5adcd9d38596a/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strum","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","strum_macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrum-0253d4002abcd5f5.rlib","/home/servius/.cache/cargo/target/debug/deps/libstrum-0253d4002abcd5f5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strum","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","strum_macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrum-21554d723bdbcd85.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.6.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_vec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_vec-165b29a4e1711e85.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures@0.3.31","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","default","executor","futures-executor","std","thread-pool"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures-fc014d43cea7cb3d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_native_certs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustls_native_certs-f8e873a6e84aecf4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_iter","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_iter-576ca6652c25b632.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_parser-7c44d6b41122a936.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kv-log-macro@1.0.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kv_log_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libkv_log_macro-71460e5057cc4c4e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#maybe-rayon@0.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-rayon-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"maybe_rayon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-rayon-0.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rayon","threads"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmaybe_rayon-cc72894586c851e4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hmac","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhmac-1072034e18e7223b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.52","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rgb-0.8.52/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rgb","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rgb-0.8.52/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["argb","as-bytes","bytemuck","default","grb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librgb-9379a08e594736f8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fax_derive@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fax_derive-0.2.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"fax_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fax_derive-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfax_derive-4448b2f409f0d761.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"num_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_derive-6a97b7bdf0c17eba.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_datetime-def49eed0f9fa706.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr2@2.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_error_attr2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error_attr2-0ff3ac22d781ede8.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_spanned-1831e6bc6cea25fe.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd_helpers@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd_helpers-0.1.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"simd_helpers","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd_helpers-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsimd_helpers-9416be8b9f1abf39.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stacker@0.1.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.22/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.22/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/stacker-996acd68312e5cb2/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kurbo@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kurbo-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kurbo","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kurbo-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libkurbo-7269ebd2e7287f40.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.1.14","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_width","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cjk","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_width-b81170e1de7d5cc4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#renderdoc-sys@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/renderdoc-sys-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"renderdoc_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/renderdoc-sys-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librenderdoc_sys-adbf03e27a2f2b66.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","bytemuck","default","memmap2","percent-encoding","rwh_06","sctk","sctk-adwaita","wayland","wayland-backend","wayland-client","wayland-csd-adwaita","wayland-dlopen","wayland-protocols","wayland-protocols-plasma","x11","x11-dl","x11rb"],"filenames":["/home/servius/.cache/cargo/target/debug/build/winit-465bbc67bc2dd04a/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","race"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libonce_cell-06be233056381e9a.rlib","/home/servius/.cache/cargo/target/debug/deps/libonce_cell-06be233056381e9a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ccc@0.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ccc-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ccc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ccc-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_ccc-2b1698d1edb7cb61.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#noop_proc_macro@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/noop_proc_macro-0.3.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"noop_proc_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/noop_proc_macro-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnoop_proc_macro-772cc1d4a76fb9c7.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hexf-parse@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hexf-parse-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hexf_parse","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hexf-parse-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhexf_parse-d9c983dc7aa0b235.rlib","/home/servius/.cache/cargo/target/debug/deps/libhexf_parse-d9c983dc7aa0b235.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libarrayvec-735047ae635bd647.rlib","/home/servius/.cache/cargo/target/debug/deps/libarrayvec-735047ae635bd647.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waker-fn-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"waker_fn","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwaker_fn-f0d4f805fbe8da2e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustc_hash-d564b212d2a909ef.rlib","/home/servius/.cache/cargo/target/debug/deps/librustc_hash-d564b212d2a909ef.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linux_raw_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["elf","errno","general","ioctl","no_std","prctl","system"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblinux_raw_sys-ebdbe589f1c84df0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.15","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libitoa-1d141a3a91828927.rlib","/home/servius/.cache/cargo/target/debug/deps/libitoa-1d141a3a91828927.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-core@0.4.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.4.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.4.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzune_core-74f21c368290ff18.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml_writer-a452d02cdbf98ec9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#imgref@1.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imgref-1.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"imgref","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imgref-1.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","deprecated"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libimgref-f1b2d7e067933c1e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfastrand-1f5f8b655adaa45c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libryu-df5b7d01ae0ee315.rlib","/home/servius/.cache/cargo/target/debug/deps/libryu-df5b7d01ae0ee315.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"colorchoice","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcolorchoice-3ce2363fd816ba66.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.10.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbitflags-e4e7d343db8f8143.rlib","/home/servius/.cache/cargo/target/debug/deps/libbitflags-e4e7d343db8f8143.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdebug_unreachable-e38013e1085c6182.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libanstyle-003d74f4519a02e7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"is_terminal_polyfill","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libis_terminal_polyfill-91c8b24435be7c33.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liboption_ext-17a1c2d92c022316.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle_query","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libanstyle_query-fefcbf7e59e9804b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustc_hash-a94dc527c23693c9.rlib","/home/servius/.cache/cargo/target/debug/deps/librustc_hash-a94dc527c23693c9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rand","serde","std","u64_digit","zeroize"],"filenames":["/home/servius/.cache/cargo/target/debug/build/num-bigint-dig-7d7be1b0382ca715/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"home","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhome-9423d0c4c4d83191.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dyn_clone","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdyn_clone-c4389c183a9cba0b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi-mirroring@0.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-mirroring-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi_mirroring","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-mirroring-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_bidi_mirroring-61aa8852c7bb25eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schemars","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap2","schemars_derive","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libschemars-e5e93b2db06f78cf.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","linked_libs":[],"linked_paths":[],"cfgs":["has_i128"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/num-bigint-dig-ea1131695e96ca6f/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"naga","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compact","default","wgsl-in"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnaga-2a8620bae9813085.rlib","/home/servius/.cache/cargo/target/debug/deps/libnaga-2a8620bae9813085.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstream","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auto","default","wincon"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libanstream-3a48ae7a6d7d3e14.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.4.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdirs_sys-10855bd4b5d39e08.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rav1e@0.8.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rav1e","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["threading"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librav1e-5918c3d412cc4dcb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_json-6873dc83452bacb3.rlib","/home/servius/.cache/cargo/target/debug/deps/libserde_json-6873dc83452bacb3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-1.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_lite","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","fastrand","futures-io","memchr","parking","std","waker-fn"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfutures_lite-93e425d644fdbf9e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#loop9@0.1.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/loop9-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"loop9","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/loop9-0.1.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libloop9-7ce2283ef56afe91.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.8","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtoml-1060acb3fd5a2e0d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-jpeg@0.4.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.4.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_jpeg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.4.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","neon","std","x86"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzune_jpeg-8ebedc105049afc1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_collections@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_collections-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_collections","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_collections-0.2.2/src/collections.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_collections-2454123cfaf7c584.rlib","/home/servius/.cache/cargo/target/debug/deps/libgpui_collections-2454123cfaf7c584.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.12","linked_libs":[],"linked_paths":[],"cfgs":["free_unix","x11_platform","wayland_platform"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/winit-3b13b551030e94d5/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#svgtypes@0.15.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/svgtypes-0.15.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"svgtypes","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/svgtypes-0.15.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsvgtypes-4f3431b038af874b.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#stacker@0.1.22","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/stacker-77ae8fc91ac622c2/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-error2@2.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro_error2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","syn-error"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error2-ea934f96a74391fa.rlib","/home/servius/.cache/cargo/target/debug/deps/libproc_macro_error2-ea934f96a74391fa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fax@0.2.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fax-0.2.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fax","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fax-0.2.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfax-bceacf4ccbdbcc4c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["macros","phf_macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libphf-71176479f9d17150.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctor-lite@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-lite-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ctor_lite","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-lite-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libctor_lite-97e0756a7e03c768.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lyon_path@1.0.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_path-1.0.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lyon_path","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_path-1.0.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblyon_path-c7543183ac4cfd81.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#font-types@0.7.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/font-types-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"font_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/font-types-0.7.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytemuck","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfont_types-ca71bac2f2c14027.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lru@0.12.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lru","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblru-2aea0fdf2323362c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-fourcc@2.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-fourcc-2.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"drm_fourcc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-fourcc-2.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdrm_fourcc-a3105497ac47dedd.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime_guess","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmime_guess-edf1bb4a9997394e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async_zip@0.0.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async_zip-0.0.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_zip","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async_zip-0.0.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-compression","deflate","deflate64"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_zip-7a7bcc335341e2c4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iref@3.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iref-3.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iref","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iref-3.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiref-da76f0ce2cd7777b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rust-embed@8.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-8.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rust_embed","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-8.9.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["include-exclude"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librust_embed-82f5c8fecd590521.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.10","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph_rasterizer-0.1.10/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ab_glyph_rasterizer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph_rasterizer-0.1.10/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libab_glyph_rasterizer-d64c555800554140.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#psm@0.1.28","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.28/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"psm","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.28/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpsm-94d10aac29263913.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pathfinder_simd@0.5.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_simd-0.5.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pathfinder_simd","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_simd-0.5.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpathfinder_simd-d2e4e2bd9421d478.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#skrifa@0.37.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skrifa-0.37.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"skrifa","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skrifa-0.37.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libskrifa-40260c6a62a4f1ed.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json_lenient@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json_lenient-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json_lenient","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json_lenient-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","indexmap","preserve_order","raw_value","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libserde_json_lenient-9c9e3623368e62e9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yazi@0.1.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yazi-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yazi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yazi-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libyazi-f8e317adc545d588.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-alloc-ash@0.7.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-ash-0.7.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_alloc_ash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-alloc-ash-0.7.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpu_alloc_ash-f6ec9daa55b96d56.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#command-fds@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/command-fds-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"command_fds","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/command-fds-0.3.2/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcommand_fds-a2b1cd3aeedf5020.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libregex-1f9555549ac45d42.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hidden-trait@0.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hidden-trait-0.1.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"hidden_trait","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hidden-trait-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhidden_trait-dcb43bd6b8bb1a99.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_pemfile","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustls_pemfile-5ad24b3dc61068e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"allocator_api2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liballocator_api2-c74e46d1a09fbb5b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.5.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_set","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbit_set-d1482395c988e111.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simplecss@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simplecss-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simplecss","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simplecss-0.2.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsimplecss-21065a943c01964c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_collections@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_collections-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_collections","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_collections-0.2.2/src/collections.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_collections-8cfe039a5da875a5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-socks@0.5.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-socks-0.5.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_socks","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-socks-0.5.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","tokio"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_socks-f4695d8a3941e449.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_complex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_complex-8eaef5c087e28dab.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pxfm@0.1.25","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pxfm-0.1.25/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pxfm","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pxfm-0.1.25/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpxfm-2c6f37b23a5e7c0c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xattr@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xattr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-0.2.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","unsupported"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxattr-c7770333254330e9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.26","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"filetime","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfiletime-919b0cdc45c1f5da.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#avif-serialize@0.8.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/avif-serialize-0.8.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"avif_serialize","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/avif-serialize-0.8.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libavif_serialize-5a459ae90d907596.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#is-docker@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"is_docker","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-0.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libis_docker-953b53a11fb45d1c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtor-proc-macro@0.0.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtor-proc-macro-0.0.5/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"dtor_proc_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtor-proc-macro-0.0.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdtor_proc_macro-5d8bb61146aee46d.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtap-63804cc612d1b0c5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#take-until@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take-until-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"take_until","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take-until-0.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtake_until-d5f6635378fab2d6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yazi@0.2.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yazi-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yazi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yazi-0.2.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libyazi-0abd65532cb4f0d9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libshlex-cb4bebafa889803b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrsim-fb4e44c253bc4641.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#convert_case@0.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"convert_case","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libconvert_case-6c9508e044878f43.rlib","/home/servius/.cache/cargo/target/debug/deps/libconvert_case-6c9508e044878f43.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zed-font-kit@0.14.1-zed","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-font-kit-0.14.1-zed/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-font-kit-0.14.1-zed/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","source","source-fontconfig-dlopen","yeslogic-fontconfig-sys"],"filenames":["/home/servius/.cache/cargo/target/debug/build/zed-font-kit-faa160f1a368f041/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xmlwriter@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xmlwriter-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xmlwriter","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xmlwriter-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxmlwriter-2ab6fd24ba424cdc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-vo@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-vo-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_vo","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-vo-0.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libunicode_vo-7abc4e0e4c40ae32.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdunce-426eb779191997e3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeno@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeno-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zeno","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeno-0.2.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["eval"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzeno-a3bd2906dd3ab21a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeno@0.3.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeno-0.3.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zeno","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeno-0.3.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["eval","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzeno-29abe53fe5011a38.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#data-url@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-url-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"data_url","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-url-0.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdata_url-8205fff21f461b11.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mint@0.5.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mint-0.5.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mint","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mint-0.5.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmint-687954f110b138d2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-lite-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder_lite","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-lite-0.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libbyteorder_lite-f28b90862ab37a56.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap_lex","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclap_lex-8c78d3d0ae5b2813.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pico-args@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pico-args-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pico_args","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pico-args-0.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","eq-separator"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpico_args-dabbfb36b2a282eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-core@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzune_core-17f534dfdaab6a53.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#imagesize@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imagesize-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"imagesize","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imagesize-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libimagesize-0f7ec6aa06e04632.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-jpeg@0.5.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.5.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_jpeg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.5.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","neon","std","x86"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzune_jpeg-6652abb030133350.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.51","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.51/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap_builder","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.51/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["color","error-context","help","std","suggestions","usage"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclap_builder-61e7bbb7cc584bdb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#image-webp@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-webp-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"image_webp","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-webp-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libimage_webp-ed6be052b7000753.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#swash@0.2.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swash-0.2.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"swash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swash-0.2.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["render","scale","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libswash-f9fade5cdbf83a1a.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zed-font-kit@0.14.1-zed","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/zed-font-kit-2a133336b96f269c/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more@0.99.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["add","add_assign","as_mut","as_ref","constructor","convert_case","default","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","is_variant","iterator","mul","mul_assign","not","rustc_version","sum","try_into","unwrap"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libderive_more-e76b7a9549fca067.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtor@0.0.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtor-0.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtor-0.0.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__no_warn_on_missing_unsafe","proc_macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdtor-1c8f62a122c55031.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#is-wsl@0.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-0.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"is_wsl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-0.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libis_wsl-5db009accbb6ec57.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ravif@0.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ravif","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["threading"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libravif-df682cc6952620dc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#moxcms@0.7.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moxcms-0.7.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"moxcms","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moxcms-0.7.9/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["avx","default","neon","sse"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmoxcms-8914d12b734e1100.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num@0.4.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","num-bigint","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum-b2760a8c75232400.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pathfinder_geometry@0.5.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_geometry-0.5.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pathfinder_geometry","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathfinder_geometry-0.5.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpathfinder_geometry-d96daa7e2ab84a6e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiny-xlib@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-xlib-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiny_xlib","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-xlib-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dlopen","libloading","tracing"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtiny_xlib-401bd4e7e54a332f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stacker@0.1.22","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stacker","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.22/src/lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstacker-d91673e7753901ca.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.10.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.10.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiff","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.10.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","deflate","fax","jpeg","lzw"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtiff-da42b083b6fb5112.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stacksafe-macro@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacksafe-macro-0.1.4/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"stacksafe_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacksafe-macro-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstacksafe_macro-00b4c6624d9a67af.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_perf@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_perf-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_perf","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_perf-0.2.2/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_perf-69d02da94872719a.rlib","/home/servius/.cache/cargo/target/debug/deps/libgpui_perf-69d02da94872719a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@5.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-5.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-5.0.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdirs-4367d26ab1bf12ad.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-0.2.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-0.2.2/build.rs","edition":"2024","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ashpd","blade-graphics","blade-macros","blade-util","bytemuck","calloop-wayland-source","cosmic-text","filedescriptor","font-kit","open","wayland","wayland-backend","wayland-client","wayland-cursor","wayland-protocols","wayland-protocols-plasma","xkbcommon"],"filenames":["/home/servius/.cache/cargo/target/debug/build/gpui-f9e923862c4a1ee9/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pbkdf2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hmac"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpbkdf2-dd919ae531ef702c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hkdf","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhkdf-43f061e99a98947a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aes","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zeroize"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libaes-9fdfd93cadcf0a88.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cbc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["block-padding","default","zeroize"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcbc-5ae3f00f7f1f6b62.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#freetype-sys@0.20.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/freetype-sys-0.20.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"freetype_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/freetype-sys-0.20.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfreetype_sys-139da936daf5ef3e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yeslogic-fontconfig-sys@6.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yeslogic-fontconfig-sys-6.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fontconfig_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yeslogic-fontconfig-sys-6.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["dlopen"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfontconfig_sys-70a7216ce65af9f1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#error-stack@0.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["backtrace","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/build/error-stack-8298dda819bde462/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gif@0.14.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.14.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gif","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.14.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["color_quant","default","raii_no_panic","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgif-aee0174a31b354a6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.27.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"strum_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrum_macros-ea2e0753fa145eed.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_derive@4.5.49","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"clap_derive","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.49/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclap_derive-cf5600d0c263cd24.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.18.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.18.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpng-b25b938bfe088b49.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"md5","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmd5-fbe8e5b555f994f4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nanorand@0.7.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nanorand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","chacha","default","getrandom","pcg64","std","tls","wyrand"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnanorand-c7229e777bc930ba.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_derive_refineable@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_derive_refineable-0.2.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"gpui_derive_refineable","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_derive_refineable-0.2.2/src/derive_refineable.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_derive_refineable-2b2c4d04508479fd.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-stream-impl@0.3.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_stream_impl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_stream_impl-6e33cc86fea2d326.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_queue","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcrossbeam_queue-a608d6023ef058c5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pathdiff@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pathdiff","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpathdiff-75000f9ba1704ca6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctor-proc-macro@0.0.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-proc-macro-0.0.6/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ctor_proc_macro","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-proc-macro-0.0.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libctor_proc_macro-9aa0a1a9dafeeacc.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#grid@0.18.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/grid-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"grid","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/grid-0.18.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgrid-562b02a6fe96e1fd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blurhash@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blurhash-0.2.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blurhash-0.2.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fast-linear-to-srgb"],"filenames":["/home/servius/.cache/cargo/target/debug/build/blurhash-cf7563d10c614430/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/build/prettyplease-f946d6a17c58e2eb/build-script-build"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atomic@0.5.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-0.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atomic","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-0.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fallback"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libatomic-a594552cf36d50d7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#float-ord@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"float_ord","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfloat_ord-f944208f1178d1a9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pollster@0.2.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pollster-0.2.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pollster","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pollster-0.2.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpollster-1dc9f20c86e6086f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zed-font-kit@0.14.1-zed","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-font-kit-0.14.1-zed/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zed_font_kit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-font-kit-0.14.1-zed/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","source","source-fontconfig-dlopen","yeslogic-fontconfig-sys"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzed_font_kit-e6e59037b4cbf4b3.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#blurhash@0.2.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/blurhash-489fcc5bc07b41bb/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/prettyplease-a30931f487cec54b/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#taffy@0.9.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/taffy-0.9.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"taffy","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/taffy-0.9.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block_layout","calc","content_size","default","detailed_layout_info","flexbox","grid","std","taffy_tree"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtaffy-2709b27f4d1663f0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctor@0.4.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ctor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctor-0.4.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__no_warn_on_missing_unsafe","default","dtor","proc_macro"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libctor-96213aed9466025c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#open@5.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"open","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libopen-908cdcc843f0a1a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-stream@0.3.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_stream","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_stream-4a91fd189f6d8515.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_refineable@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_refineable-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_refineable","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_refineable-0.2.2/src/refineable.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_refineable-4f171c3adfb8b0e9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flume","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async","default","eventual-fairness","futures-core","futures-sink","nanorand","select"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libflume-a93518852f7cac1c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.5.51","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.51/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.51/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["color","default","derive","error-context","help","std","suggestions","usage"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclap-2a9a676a778a0abf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#guillotiere@0.6.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guillotiere-0.6.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"guillotiere","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guillotiere-0.6.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libguillotiere-cd532b26792e3342.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strum@0.27.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strum","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","std","strum_macros"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstrum-ce9802417fadad54.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#error-stack@0.6.0","linked_libs":[],"linked_paths":[],"cfgs":["nightly"],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/error-stack-e77108f162f0cad8/out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui@0.2.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/servius/.cache/cargo/target/debug/build/gpui-0da5029a1b4458b8/out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_util_macros@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_util_macros-0.2.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"gpui_util_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_util_macros-0.2.2/src/util_macros.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_util_macros-00263b12525fbd1d.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stacksafe@0.1.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacksafe-0.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stacksafe","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacksafe-0.1.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libstacksafe-e2bd83828b8a473b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","std","std_rng"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librand-b0f4a8e10801949e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash-window@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-window-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ash_window","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-window-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libash_window-87f5986dab5a9656.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sharded_slab","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsharded_slab-77d1dc3092b8cb04.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matchers","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libmatchers-76acb9f5d5f0d0cf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_semantic_version@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_semantic_version-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_semantic_version","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_semantic_version-0.2.2/src/semantic_version.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_semantic_version-ccb20656a4474bd1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_sum_tree@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_sum_tree-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_sum_tree","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_sum_tree-0.2.2/src/sum_tree.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_sum_tree-7996cf1453f8d189.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_log","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["log-tracer","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtracing_log-18058fd2803e938e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkbcommon-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xkbcommon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkbcommon-0.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["as-raw-xcb-connection","default","memmap2","wayland","x11"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxkbcommon-0415a42d67b501d5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui-macros@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-macros-0.2.2/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"gpui_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-macros-0.2.2/src/gpui_macros.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_macros-91f4edb19fe6bb17.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_stream","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","time"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_stream-e88759806f0c274a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#filedescriptor@0.8.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"filedescriptor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfiledescriptor-fc34e720cbacf48e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blade-macros@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-macros-0.3.0/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"blade_macros","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-macros-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblade_macros-42eb9ae4ecfe6abe.so"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libthread_local-a491c5309c39525c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nu_ansi_term","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnu_ansi_term-bb9422aad2de950a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#seahash@4.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seahash-4.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"seahash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seahash-4.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libseahash-06a45d00dda71917.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.21","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.21/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inventory","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.21/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libinventory-f42d6efef157982b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jpeg-decoder-0.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jpeg_decoder","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jpeg-decoder-0.3.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rayon"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libjpeg_decoder-409a8e54452d1ed2.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/khronos-egl-6.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"khronos_egl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/khronos-egl-6.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libkhronos_egl-aba0b251615c139a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-test@0.4.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_test","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtokio_test-af867b0ba2c44424.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#error-stack@0.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"error_stack","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.6.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["backtrace","default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liberror_stack-2b9c5031711078ea.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_complete@4.5.60","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.60/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap_complete","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.60/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclap_complete-6abc5768326b277f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"prettyplease","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libprettyplease-426538d6f5f3897f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blurhash@0.2.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blurhash-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blurhash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blurhash-0.2.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fast-linear-to-srgb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblurhash-62c93ffe4f043eaa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libheck-6d920e04e6b6782d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dotenvy","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdotenvy-e17b86d6408d90e0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/typegen#0.1.0","manifest_path":"/home/servius/Projects/jello/typegen/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"typegen","src_path":"/home/servius/Projects/jello/typegen/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtypegen-07cf9d9bc39b47ce.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/typegen#0.1.0","manifest_path":"/home/servius/Projects/jello/typegen/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"typegen","src_path":"/home/servius/Projects/jello/typegen/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtypegen-a65550af7059b899.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lyon_algorithms@1.0.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_algorithms-1.0.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lyon_algorithms","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_algorithms-1.0.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblyon_algorithms-f57112348780cbc5.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.6.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.6.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linux_raw_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.6.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["general","no_std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblinux_raw_sys-9a28e88283f39f08.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/ui-gpui#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-gpui/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_gpui","src_path":"/home/servius/Projects/jello/ui-gpui/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libui_gpui-c3e04b3ec8a9f7ff.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kamadak-exif@0.5.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.5.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"exif","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kamadak-exif-0.5.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libexif-c388ffc1ed398414.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dpi@0.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dpi-0.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dpi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dpi-0.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdpi-63a44a2f118fe855.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon-dl@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkbcommon-dl-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xkbcommon_dl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xkbcommon-dl-0.4.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["x11"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libxkbcommon_dl-9f5b445bdeb09608.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","default","inline-more"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-1d21cdb98dbc9785.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#codespan-reporting@0.11.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.11.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"codespan_reporting","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/codespan-reporting-0.11.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcodespan_reporting-a6d106b5d63551b1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lyon_tessellation@1.0.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_tessellation-1.0.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lyon_tessellation","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon_tessellation-1.0.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblyon_tessellation-9f1b206815227985.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/ui-gpui#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-gpui/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_gpui","src_path":"/home/servius/Projects/jello/ui-gpui/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libui_gpui-68e5466bdcaca3f2.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.29.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nix","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","feature","memoffset","socket","uio","user"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnix-e7e1a4b4be1dbb6c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lyon@1.0.16","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon-1.0.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lyon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lyon-1.0.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblyon-3d677db471330487.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#postage@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postage-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"postage","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postage-0.5.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["blocking","default","futures","futures-traits","log","logging","pollster"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpostage-5b289270b68b2c56.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-sys@0.7.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-sys-0.7.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"drm_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-sys-0.7.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdrm_sys-3670a7df40b9b900.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ordered-multimap@0.4.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-multimap-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered_multimap","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-multimap-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libordered_multimap-1959c2289dec4d75.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kurbo@0.10.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kurbo-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kurbo","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kurbo-0.10.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libkurbo-e48c53fd28622db0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-types@0.19.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-types-0.19.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_types","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-types-0.19.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwgpu_types-c3311691dce7eb80.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","allocator-api2","default","inline-more"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhashbrown-5d34f6224108b269.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.9.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiff","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.9.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtiff-9225403b2716bde3.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.13.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glow-0.13.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glow","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glow-0.13.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libglow-614fd03e812ccf70.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rust-ini@0.18.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-ini-0.18.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ini","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-ini-0.18.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libini-6d1ca3b4d0332007.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-descriptor@0.2.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_descriptor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpu-descriptor-0.2.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpu_descriptor-1c91f6f2df02577b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.11.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linux_raw_sys","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auxvec","elf","errno","general","if_ether","ioctl","net","netlink","no_std","prctl","system","xdp"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liblinux_raw_sys-adb9ee17635f487f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_bigint_dig","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rand","serde","std","u64_digit","zeroize"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnum_bigint_dig-bd07bc5128b696c4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cosmic-text@0.14.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.14.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cosmic_text","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.14.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fontconfig","std","swash","sys-locale"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcosmic_text-4e304ab13f0548c3.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.20","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_subscriber","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","ansi","default","env-filter","fmt","matchers","nu-ansi-term","once_cell","registry","sharded-slab","smallvec","std","thread_local","tracing","tracing-log"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtracing_subscriber-2637276daebef329.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.25.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.25.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","core_maths","glyph-names","gvar-alloc","no-std-float","opentype-layout","std","variable-fonts"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libttf_parser-6090160be2157a8c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.25.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owned_ttf_parser-0.25.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"owned_ttf_parser","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owned_ttf_parser-0.25.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","default","glyph-names","gvar-alloc","opentype-layout","std","variable-fonts"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libowned_ttf_parser-96fcfcbf2ca5131d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@4.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-4.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zvariant","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant-4.2.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["enumflags2"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzvariant-97bb13a1b54c1215.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fontdb@0.23.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontdb-0.23.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fontdb","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fontdb-0.23.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fontconfig","fontconfig-parser","fs","memmap","memmap2","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libfontdb-1a91cc505b3007a0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.32","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph-0.2.32/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ab_glyph","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph-0.2.32/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gvar-alloc","std","variable-fonts"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libab_glyph-529e1899024fa6da.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glam@0.25.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glam-0.25.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glam","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glam-0.25.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libglam-fc5db22464782a72.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@3.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-3.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus_names","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus_names-3.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus_names-8a2990702f1c6b98.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11_dl","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libx11_dl-30bcacc6e9590d7f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"image","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["avif","bmp","dds","default","default-formats","exr","ff","gif","hdr","ico","jpeg","png","pnm","qoi","rayon","tga","tiff","webp"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libimage-d706036e61d3c420.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#image@0.24.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"image","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bmp","dds","default","dxt","exr","farbfeld","gif","hdr","ico","jpeg","jpeg_rayon","openexr","png","pnm","qoi","tga","tiff","webp"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libimage-af0a70741c72c863.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustybuzz@0.20.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.20.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustybuzz","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.20.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustybuzz-c432e99b07867107.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"h2","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libh2-c0e17d187179f601.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.44","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustix","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","event","fs","libc-extra-traits","mm","pipe","process","shm","std","system","thread","use-libc-auxv"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustix-cb5419feaea19963.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm-ffi@0.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-ffi-0.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"drm_ffi","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-ffi-0.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdrm_ffi-7453050a92e79ec0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#which@6.0.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-6.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"which","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-6.0.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwhich-139dc2d8004fd2d4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#drm@0.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-0.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"drm","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drm-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdrm-4a111a8f6e72d604.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","default","http1","http2"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhyper-47c3acfb87a19054.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#usvg@0.45.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usvg-0.45.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"usvg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usvg-0.45.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fontdb","memmap-fonts","rustybuzz","system-fonts","text","unicode-bidi","unicode-script","unicode-vo"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libusvg-1589b83ffe663775.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#read-fonts@0.22.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.22.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"read_fonts","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.22.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["experimental_traverse","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libread_fonts-511c1a08bdd8ce6b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustix","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","event","fs","net","pipe","process","shm","std","system","time"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/librustix-75882ab0cd49e020.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#resvg@0.45.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.45.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"resvg","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.45.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["memmap-fonts","system-fonts","text"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libresvg-8727fa468a467bc0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gethostname@1.1.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gethostname","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-1.1.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgethostname-12f2060e1335fef0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polling@3.11.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"polling","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpolling-991eaf01a8f2fe42.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.23.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tempfile","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.23.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libtempfile-bd4130d7fb35702e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@25.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"naga","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compact","default","spv-out","wgsl-in"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnaga-988fd56a4c549615.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_io","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_io-e88e790523b66c11.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"calloop","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcalloop-96d83bfa43a53640.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-global-executor@2.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_global_executor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-io","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_global_executor-4addc1dc887d6231.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-signal@0.2.13","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_signal","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_signal-6d74bb976a062f4a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.14.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.14.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"calloop","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-0.14.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcalloop-0bf4c8d0de0daf61.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_backend","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client_system","dlopen"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_backend-38ccedece2a27783.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-net@2.0.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-net-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_net","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-net-2.0.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_net-44514f1dafa334a4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@0.19.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-0.19.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"naga","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/naga-0.19.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone","compact","default","glsl-out","hexf-parse","hlsl-out","msl-out","spirv","spv-out","unicode-xid","wgsl-in"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libnaga-95211472dcaec728.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-process@2.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_process","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.5.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_process-f2716c650f5e4d99.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-csd-frame@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-csd-frame-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_csd_frame","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-csd-frame-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_csd_frame-c371f1883d54bd54.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#palette@0.7.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"palette","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","approx","default","named","named_from_str","phf","std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libpalette-23f1c0678faccb98.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smol@2.0.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol-2.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smol","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol-2.0.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmol-1ba9a7e7307c30f7.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.17","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","client-legacy","client-proxy","client-proxy-system","default","http1","http2","tokio"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhyper_util-e20bd4f01bce79cf.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_tls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhyper_tls-31f7dfc316b52449.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_rustls","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["http1","http2","native-tokio","ring","rustls-native-certs","tls12"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libhyper_rustls-f5783b87b27b3183.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blade-graphics@0.7.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-graphics-0.7.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blade_graphics","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-graphics-0.7.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblade_graphics-e7c3db8965383ccf.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blade-util@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-util-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blade_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blade-util-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libblade_util-5c7d65448912ce00.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_util@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_util-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_util","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_util-0.2.2/src/util.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_util-8d02425087425bb2.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_client","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_client-15e6df789e478d09.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"calloop_wayland_source","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcalloop_wayland_source-d89088e7904f00cd.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.3.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"calloop_wayland_source","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/calloop-wayland-source-0.3.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcalloop_wayland_source-22eeba3242c0ac90.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-cursor@0.31.11","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-cursor-0.31.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_cursor","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-cursor-0.31.11/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_cursor-939d7bc58362cc43.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.24","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"reqwest","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__tls","charset","default","default-tls","h2","http2","json","system-proxy"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libreqwest-36cdf627280bab1d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zed-reqwest@0.12.15-zed","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-reqwest-0.12.15-zed/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zed_reqwest","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-reqwest-0.12.15-zed/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__rustls","__rustls-ring","__tls","charset","h2","http2","macos-system-configuration","multipart","rustls-tls-native-roots","rustls-tls-native-roots-no-provider","socks","stream"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzed_reqwest-d481ad5a54dc5440.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#skrifa@0.22.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skrifa-0.22.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"skrifa","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/skrifa-0.22.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["autohint_shaping","default","std","traversal"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libskrifa-59308052d2a5b89b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-std@1.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_std","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-channel","async-global-executor","async-io","async-lock","async-process","crossbeam-utils","default","futures-channel","futures-core","futures-io","futures-lite","gloo-timers","kv-log-macro","log","memchr","once_cell","pin-project-lite","pin-utils","slab","std","unstable","wasm-bindgen-futures"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libasync_std-c5f0cd48a795352d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.37.3+1.3.251","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libash-86cd6fc5aa7d4a46.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zed-async-tar@0.5.0-zed","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-async-tar-0.5.0-zed/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zed_async_tar","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zed-async-tar-0.5.0-zed/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","xattr"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzed_async_tar-0a6f21e4b8f6ba06.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui_http_client@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_http_client-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui_http_client","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui_http_client-0.2.2/src/http_client.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui_http_client-df679adc9bc5f1cd.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11rb-protocol@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11rb_protocol","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["randr","render","resource_manager","shape","shm","std","xfixes","xinput","xkb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libx11rb_protocol-4b18562240b4a9d6.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@0.19.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-hal-0.19.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-hal-0.19.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ash","bit-set","block","d3d12","default","dx12","gles","glow","glutin_wgl_sys","gpu-alloc","gpu-descriptor","khronos-egl","libloading","link","metal","range-alloc","renderdoc","renderdoc-sys","smallvec","vulkan"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwgpu_hal-4b7b6941049d3ac9.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.31.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.31.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.31.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","staging","unstable","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols-a3c043e5035b00a1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus@4.4.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-4.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-4.4.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-executor","async-fs","async-io","async-lock","async-task","blocking","default"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus-dee5c5f10f738b24.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#swash@0.1.19","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swash-0.1.19/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"swash","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swash-0.1.19/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","render","scale"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libswash-4c00b3671e9b8a7c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dark-light@1.1.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dark-light-1.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dark_light","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dark-light-1.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libdark_light-03cd36771d6041b3.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zbus@5.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zbus","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-executor","async-fs","async-io","async-lock","async-process","async-task","blocking","url"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libzbus-66faac582134c319.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#x11rb@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"x11rb","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["allow-unsafe-code","as-raw-xcb-connection","dl-libxcb","libc","libloading","once_cell","randr","render","resource_manager","shape","shm","xfixes","xinput","xkb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libx11rb-37f681c07bc656f9.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clipboard_x11@0.4.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_x11-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clipboard_x11","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_x11-0.4.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclipboard_x11-f6756d89433b6890.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cosmic-text@0.12.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cosmic_text","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cosmic-text-0.12.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fontconfig","rayon","std","swash","sys-locale"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libcosmic_text-ccfd2b2c1b1b877f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#softbuffer@0.4.6","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.4.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"softbuffer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.4.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["as-raw-xcb-connection","bytemuck","default","drm","fastrand","kms","memmap2","rustix","tiny-xlib","wayland","wayland-backend","wayland-client","wayland-dlopen","wayland-sys","x11","x11-dlopen","x11rb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsoftbuffer-f1fa418f123382cb.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.32.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","staging","unstable","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols-a857668ed25ae9f4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_core@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_core-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_core-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auto-detect-theme"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_core-fcfbbcd522be9c97.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-experimental@20250721.0.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-experimental-20250721.0.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols_experimental","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-experimental-20250721.0.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols_experimental-786714a1b4e2454e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-misc@0.3.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-misc-0.3.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols_misc","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-misc-0.3.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols_misc-4393c09200032f77.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.2.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols_plasma","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols_plasma-03a463d8205ce84c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_futures@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_futures-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_futures","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_futures-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["thread-pool","tokio"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_futures-d1241974eb186ff4.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_runtime@0.13.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_runtime-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_runtime","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_runtime-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_runtime-64cb30a87cbf24d1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_graphics@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_graphics-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_graphics","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_graphics-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fira-sans","geometry","image","kamadak-exif","lyon_path"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_graphics-f56d17c4c5376aa8.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-wlr@0.3.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-wlr-0.3.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols_wlr","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-wlr-0.3.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols_wlr-552e55f03f610ed2.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_tiny_skia@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_tiny_skia-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_tiny_skia","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_tiny_skia-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["geometry","image"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_tiny_skia-763cd47e42f7e017.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.3.9","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.3.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wayland_protocols_plasma","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-plasma-0.3.9/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","wayland-client"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwayland_protocols_plasma-00eb19a8b9fb87d7.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.19.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.19.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smithay_client_toolkit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.19.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["calloop","calloop-wayland-source"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmithay_client_toolkit-cfd0e0d104b1e3c0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.20.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.20.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smithay_client_toolkit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-client-toolkit-0.20.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["calloop","calloop-wayland-source"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmithay_client_toolkit-23eb7267e301614a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sctk-adwaita@0.10.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sctk-adwaita-0.10.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sctk_adwaita","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sctk-adwaita-0.10.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ab_glyph","memmap2"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsctk_adwaita-15cd9fa8916ba5f6.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smithay-clipboard@0.7.3","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-clipboard-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smithay_clipboard","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smithay-clipboard-0.7.3/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dlopen"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libsmithay_clipboard-12653b7acc1f665b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clipboard_wayland@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_wayland-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clipboard_wayland","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clipboard_wayland-0.2.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libclipboard_wayland-e7dbf7c4f929f483.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#window_clipboard@0.4.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/window_clipboard-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"window_clipboard","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/window_clipboard-0.4.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwindow_clipboard-8c045f6dd83c98de.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ashpd@0.12.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.12.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ashpd","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.12.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-std"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libashpd-1d029819c8b9096d.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ashpd@0.11.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.11.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ashpd","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.11.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-std","wayland","wayland-backend","wayland-client","wayland-protocols"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libashpd-92f80d1fffeacc5c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.12","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","bytemuck","default","memmap2","percent-encoding","rwh_06","sctk","sctk-adwaita","wayland","wayland-backend","wayland-client","wayland-csd-adwaita","wayland-dlopen","wayland-protocols","wayland-protocols-plasma","x11","x11-dl","x11rb"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwinit-6281a84d9b201c08.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#oo7@0.5.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oo7-0.5.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"oo7","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oo7-0.5.0/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async-std","native_crypto"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/liboo7-511be13f76128c24.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_winit@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_winit-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_winit","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_winit-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","program","wayland","wayland-csd-adwaita","wayland-dlopen","x11"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_winit-ee44a7b5eaa99f69.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/api#0.1.0","manifest_path":"/home/servius/Projects/jello/api/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"api","src_path":"/home/servius/Projects/jello/api/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libapi-fd5ac3cfa6d61e14.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/api#0.1.0","manifest_path":"/home/servius/Projects/jello/api/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"api","src_path":"/home/servius/Projects/jello/api/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libapi-5fb1e89b6ff5f9ea.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/api#0.1.0","manifest_path":"/home/servius/Projects/jello/api/Cargo.toml","target":{"kind":["example"],"crate_types":["bin"],"name":"items","src_path":"/home/servius/Projects/jello/api/examples/items.rs","edition":"2024","doc":false,"doctest":false,"test":false},"message":{"$message_type":"diagnostic","message":"unused `Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"api/examples/items.rs","byte_start":427,"byte_end":542,"line_start":11,"line_end":14,"column_start":5,"column_end":6,"is_primary":true,"text":[{"text":" std::fs::write(","highlight_start":5,"highlight_end":20},{"text":" \"items.json\",","highlight_start":1,"highlight_end":22},{"text":" serde_json::to_string_pretty(&items).expect(\"Serialize items\"),","highlight_start":1,"highlight_end":72},{"text":" );","highlight_start":1,"highlight_end":6}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"api/examples/items.rs","byte_start":427,"byte_end":427,"line_start":11,"line_end":11,"column_start":5,"column_end":5,"is_primary":true,"text":[{"text":" std::fs::write(","highlight_start":5,"highlight_end":5}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused `Result` that must be used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mapi/examples/items.rs:11:5\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m std::fs::write(\n\u001b[1m\u001b[94m12\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m \"items.json\",\n\u001b[1m\u001b[94m13\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m serde_json::to_string_pretty(&items).expect(\"Serialize items\"),\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m );\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_____^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: this `Result` may be an `Err` variant, which should be handled\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default\n\u001b[1m\u001b[96mhelp\u001b[0m: use `let _ = ...` to ignore the resulting value\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11\u001b[0m \u001b[1m\u001b[94m| \u001b[0m \u001b[92mlet _ = \u001b[0mstd::fs::write(\n \u001b[1m\u001b[94m|\u001b[0m \u001b[92m+++++++\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello/api#0.1.0","manifest_path":"/home/servius/Projects/jello/api/Cargo.toml","target":{"kind":["example"],"crate_types":["bin"],"name":"items","src_path":"/home/servius/Projects/jello/api/examples/items.rs","edition":"2024","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/examples/libitems-36c9b665df56a17f.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-core@0.19.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-core-0.19.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_core","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-core-0.19.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dx12","gles","link","metal","raw-window-handle","vulkan","wgsl"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwgpu_core-7fe135ac4fc653da.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu@0.19.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.19.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.19.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","dx12","metal","webgpu","wgsl"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libwgpu-8438170b8adc2e58.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_glyphon@0.6.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_glyphon-0.6.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_glyphon","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_glyphon-0.6.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_glyphon-b2347816f93bc503.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_wgpu@0.13.5","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_wgpu-0.13.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_wgpu","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_wgpu-0.13.5/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["geometry","image","lyon"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_wgpu-704b0a43f5216f2a.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_renderer@0.13.0","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_renderer-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_renderer","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_renderer-0.13.0/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["fira-sans","geometry","iced_tiny_skia","iced_wgpu","image","tiny-skia","wgpu"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_renderer-2c637c16960934fa.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpui@0.2.2","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpui","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gpui-0.2.2/src/gpui.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ashpd","blade-graphics","blade-macros","blade-util","bytemuck","calloop-wayland-source","cosmic-text","filedescriptor","font-kit","open","wayland","wayland-backend","wayland-client","wayland-cursor","wayland-protocols","wayland-protocols-plasma","xkbcommon"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libgpui-620890e65d548f61.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Report`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/errors.rs","byte_start":22,"byte_end":28,"line_start":1,"line_end":1,"column_start":23,"column_end":29,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":23,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/errors.rs","byte_start":22,"byte_end":30,"line_start":1,"line_end":1,"column_start":23,"column_end":31,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":23,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/errors.rs","byte_start":21,"byte_end":22,"line_start":1,"line_end":1,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/errors.rs","byte_start":39,"byte_end":40,"line_start":1,"line_end":1,"column_start":40,"column_end":41,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":40,"highlight_end":41}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `Report`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/errors.rs:1:23\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub use error_stack::{Report, ResultExt};\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Resource`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":204,"byte_end":212,"line_start":9,"line_end":9,"column_start":87,"column_end":95,"is_primary":true,"text":[{"text":" App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,","highlight_start":87,"highlight_end":95}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":202,"byte_end":212,"line_start":9,"line_end":9,"column_start":85,"column_end":95,"is_primary":true,"text":[{"text":" App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,","highlight_start":85,"highlight_end":95}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `Resource`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:9:87\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[1m\u001b[94m|\u001b[0m App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `JellyfinClient`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":30,"byte_end":44,"line_start":3,"line_end":3,"column_start":11,"column_end":25,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":11,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":30,"byte_end":46,"line_start":3,"line_end":3,"column_start":11,"column_end":27,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":11,"highlight_end":27}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/main.rs","byte_start":29,"byte_end":30,"line_start":3,"line_end":3,"column_start":10,"column_end":11,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":10,"highlight_end":11}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/main.rs","byte_start":60,"byte_end":61,"line_start":3,"line_end":3,"column_start":41,"column_end":42,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":41,"highlight_end":42}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `JellyfinClient`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/main.rs:3:11\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m3\u001b[0m \u001b[1m\u001b[94m|\u001b[0m use api::{JellyfinClient, JellyfinConfig};\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Report`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/errors.rs","byte_start":22,"byte_end":28,"line_start":1,"line_end":1,"column_start":23,"column_end":29,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":23,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/errors.rs","byte_start":22,"byte_end":30,"line_start":1,"line_end":1,"column_start":23,"column_end":31,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":23,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/errors.rs","byte_start":21,"byte_end":22,"line_start":1,"line_end":1,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/errors.rs","byte_start":39,"byte_end":40,"line_start":1,"line_end":1,"column_start":40,"column_end":41,"is_primary":true,"text":[{"text":"pub use error_stack::{Report, ResultExt};","highlight_start":40,"highlight_end":41}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `Report`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/errors.rs:1:23\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub use error_stack::{Report, ResultExt};\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Resource`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":204,"byte_end":212,"line_start":9,"line_end":9,"column_start":87,"column_end":95,"is_primary":true,"text":[{"text":" App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,","highlight_start":87,"highlight_end":95}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":202,"byte_end":212,"line_start":9,"line_end":9,"column_start":85,"column_end":95,"is_primary":true,"text":[{"text":" App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,","highlight_start":85,"highlight_end":95}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `Resource`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:9:87\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[1m\u001b[94m|\u001b[0m App, Application, Bounds, ClickEvent, Context, ImageId, ImageSource, RenderImage, Resource,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `JellyfinClient`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":30,"byte_end":44,"line_start":3,"line_end":3,"column_start":11,"column_end":25,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":11,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":30,"byte_end":46,"line_start":3,"line_end":3,"column_start":11,"column_end":27,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":11,"highlight_end":27}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/main.rs","byte_start":29,"byte_end":30,"line_start":3,"line_end":3,"column_start":10,"column_end":11,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":10,"highlight_end":11}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/main.rs","byte_start":60,"byte_end":61,"line_start":3,"line_end":3,"column_start":41,"column_end":42,"is_primary":true,"text":[{"text":"use api::{JellyfinClient, JellyfinConfig};","highlight_start":41,"highlight_end":42}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `JellyfinClient`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/main.rs:3:11\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m3\u001b[0m \u001b[1m\u001b[94m|\u001b[0m use api::{JellyfinClient, JellyfinConfig};\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `state`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1913,"byte_end":1918,"line_start":69,"line_end":69,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1913,"byte_end":1918,"line_start":69,"line_end":69,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":"_state","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `state`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:15\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_state`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `event`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1931,"byte_end":1936,"line_start":69,"line_end":69,"column_start":33,"column_end":38,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1931,"byte_end":1936,"line_start":69,"line_end":69,"column_start":33,"column_end":38,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":38}],"label":null,"suggested_replacement":"_event","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `event`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_event`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1951,"byte_end":1957,"line_start":69,"line_end":69,"column_start":53,"column_end":59,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":53,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1951,"byte_end":1957,"line_start":69,"line_end":69,"column_start":53,"column_end":59,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":53,"highlight_end":59}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:53\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `entity`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2061,"byte_end":2067,"line_start":71,"line_end":71,"column_start":34,"column_end":40,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":34,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2061,"byte_end":2067,"line_start":71,"line_end":71,"column_start":34,"column_end":40,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":34,"highlight_end":40}],"label":null,"suggested_replacement":"_entity","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `entity`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:34\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m cx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_entity`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `app`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2069,"byte_end":2072,"line_start":71,"line_end":71,"column_start":42,"column_end":45,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":42,"highlight_end":45}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2069,"byte_end":2072,"line_start":71,"line_end":71,"column_start":42,"column_end":45,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":42,"highlight_end":45}],"label":null,"suggested_replacement":"_app","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `app`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:42\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m cx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_app`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `state`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2285,"byte_end":2290,"line_start":78,"line_end":78,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2285,"byte_end":2290,"line_start":78,"line_end":78,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":"_state","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `state`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:15\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_state`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `item`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2303,"byte_end":2307,"line_start":78,"line_end":78,"column_start":33,"column_end":37,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2303,"byte_end":2307,"line_start":78,"line_end":78,"column_start":33,"column_end":37,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":37}],"label":null,"suggested_replacement":"_item","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `item`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_item`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2316,"byte_end":2322,"line_start":78,"line_end":78,"column_start":46,"column_end":52,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":46,"highlight_end":52}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2316,"byte_end":2322,"line_start":78,"line_end":78,"column_start":46,"column_end":52,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":46,"highlight_end":52}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:46\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `cx`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2337,"byte_end":2339,"line_start":78,"line_end":78,"column_start":67,"column_end":69,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":67,"highlight_end":69}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2337,"byte_end":2339,"line_start":78,"line_end":78,"column_start":67,"column_end":69,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":67,"highlight_end":69}],"label":null,"suggested_replacement":"_cx","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `cx`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:67\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_cx`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":3433,"byte_end":3439,"line_start":120,"line_end":120,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":3433,"byte_end":3439,"line_start":120,"line_end":120,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:120:27\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m120\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":4568,"byte_end":4574,"line_start":154,"line_end":154,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":4568,"byte_end":4574,"line_start":154,"line_end":154,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:154:27\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m154\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `cx`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":4589,"byte_end":4591,"line_start":154,"line_end":154,"column_start":48,"column_end":50,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":48,"highlight_end":50}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":4589,"byte_end":4591,"line_start":154,"line_end":154,"column_start":48,"column_end":50,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":48,"highlight_end":50}],"label":null,"suggested_replacement":"_cx","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `cx`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:154:48\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m154\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_cx`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `state`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1913,"byte_end":1918,"line_start":69,"line_end":69,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1913,"byte_end":1918,"line_start":69,"line_end":69,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":"_state","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `state`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:15\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_state`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `event`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1931,"byte_end":1936,"line_start":69,"line_end":69,"column_start":33,"column_end":38,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1931,"byte_end":1936,"line_start":69,"line_end":69,"column_start":33,"column_end":38,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":38}],"label":null,"suggested_replacement":"_event","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `event`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_event`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":1951,"byte_end":1957,"line_start":69,"line_end":69,"column_start":53,"column_end":59,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":53,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":1951,"byte_end":1957,"line_start":69,"line_end":69,"column_start":53,"column_end":59,"is_primary":true,"text":[{"text":" move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {","highlight_start":53,"highlight_end":59}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:69:53\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m69\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, event: &ClickEvent, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `entity`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2061,"byte_end":2067,"line_start":71,"line_end":71,"column_start":34,"column_end":40,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":34,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2061,"byte_end":2067,"line_start":71,"line_end":71,"column_start":34,"column_end":40,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":34,"highlight_end":40}],"label":null,"suggested_replacement":"_entity","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `entity`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:34\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m cx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_entity`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `app`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2069,"byte_end":2072,"line_start":71,"line_end":71,"column_start":42,"column_end":45,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":42,"highlight_end":45}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2069,"byte_end":2072,"line_start":71,"line_end":71,"column_start":42,"column_end":45,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":42,"highlight_end":45}],"label":null,"suggested_replacement":"_app","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `app`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:42\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m cx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_app`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `state`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2285,"byte_end":2290,"line_start":78,"line_end":78,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2285,"byte_end":2290,"line_start":78,"line_end":78,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":"_state","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `state`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:15\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_state`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `item`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2303,"byte_end":2307,"line_start":78,"line_end":78,"column_start":33,"column_end":37,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2303,"byte_end":2307,"line_start":78,"line_end":78,"column_start":33,"column_end":37,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":33,"highlight_end":37}],"label":null,"suggested_replacement":"_item","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `item`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_item`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2316,"byte_end":2322,"line_start":78,"line_end":78,"column_start":46,"column_end":52,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":46,"highlight_end":52}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2316,"byte_end":2322,"line_start":78,"line_end":78,"column_start":46,"column_end":52,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":46,"highlight_end":52}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:46\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `cx`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2337,"byte_end":2339,"line_start":78,"line_end":78,"column_start":67,"column_end":69,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":67,"highlight_end":69}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2337,"byte_end":2339,"line_start":78,"line_end":78,"column_start":67,"column_end":69,"is_primary":true,"text":[{"text":" move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {","highlight_start":67,"highlight_end":69}],"label":null,"suggested_replacement":"_cx","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `cx`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:78:67\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m78\u001b[0m \u001b[1m\u001b[94m|\u001b[0m move |state: &mut Self, item: &bool, window: &mut Window, cx: &mut Context| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_cx`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":3433,"byte_end":3439,"line_start":120,"line_end":120,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":3433,"byte_end":3439,"line_start":120,"line_end":120,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:120:27\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m120\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn content(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `window`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":4568,"byte_end":4574,"line_start":154,"line_end":154,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":4568,"byte_end":4574,"line_start":154,"line_end":154,"column_start":27,"column_end":33,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":27,"highlight_end":33}],"label":null,"suggested_replacement":"_window","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `window`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:154:27\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m154\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_window`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `cx`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":4589,"byte_end":4591,"line_start":154,"line_end":154,"column_start":48,"column_end":50,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":48,"highlight_end":50}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":4589,"byte_end":4591,"line_start":154,"line_end":154,"column_start":48,"column_end":50,"is_primary":true,"text":[{"text":" fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {","highlight_start":48,"highlight_end":50}],"label":null,"suggested_replacement":"_cx","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused variable: `cx`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:154:48\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m154\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn sidebar(&mut self, window: &mut Window, cx: &mut Context) -> impl IntoElement {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m \u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_cx`\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"fields `title`, `items`, `item_ids`, `current_item`, `errors`, and `jellyfin_client` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":349,"byte_end":357,"line_start":14,"line_end":14,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct AppState {","highlight_start":12,"highlight_end":20}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":368,"byte_end":373,"line_start":15,"line_end":15,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub title: SharedString,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":397,"byte_end":402,"line_start":16,"line_end":16,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub items: BTreeMap,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":442,"byte_end":450,"line_start":17,"line_end":17,"column_start":9,"column_end":17,"is_primary":true,"text":[{"text":" pub item_ids: BTreeMap,","highlight_start":9,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":491,"byte_end":503,"line_start":18,"line_end":18,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" pub current_item: Option,","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":535,"byte_end":541,"line_start":19,"line_end":19,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub errors: Vec,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":564,"byte_end":579,"line_start":20,"line_end":20,"column_start":9,"column_end":24,"is_primary":true,"text":[{"text":" pub jellyfin_client: api::JellyfinClient,","highlight_start":9,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`AppState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `title`, `items`, `item_ids`, `current_item`, `errors`, and `jellyfin_client` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:15:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct AppState {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m--------\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m15\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub title: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[1m\u001b[94m16\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub items: BTreeMap,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[1m\u001b[94m17\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub item_ids: BTreeMap,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m18\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub current_item: Option,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m19\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub errors: Vec,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n\u001b[1m\u001b[94m20\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub jellyfin_client: api::JellyfinClient,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `AppState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"fields `id`, `name`, `item_type`, and `media_type` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":640,"byte_end":644,"line_start":24,"line_end":24,"column_start":12,"column_end":16,"is_primary":false,"text":[{"text":"pub struct Item {","highlight_start":12,"highlight_end":16}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":655,"byte_end":657,"line_start":25,"line_end":25,"column_start":9,"column_end":11,"is_primary":true,"text":[{"text":" pub id: SharedString,","highlight_start":9,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":681,"byte_end":685,"line_start":26,"line_end":26,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub name: SharedString,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":709,"byte_end":718,"line_start":27,"line_end":27,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":" pub item_type: SharedString,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":742,"byte_end":752,"line_start":28,"line_end":28,"column_start":9,"column_end":19,"is_primary":true,"text":[{"text":" pub media_type: SharedString,","highlight_start":9,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `id`, `name`, `item_type`, and `media_type` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:25:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct Item {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub id: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub name: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub item_type: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m28\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub media_type: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"struct `Card` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":5772,"byte_end":5776,"line_start":194,"line_end":194,"column_start":12,"column_end":16,"is_primary":true,"text":[{"text":"pub struct Card {","highlight_start":12,"highlight_end":16}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: struct `Card` is never constructed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:194:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m194\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct Card {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"struct `BlurHash` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":6587,"byte_end":6595,"line_start":226,"line_end":226,"column_start":12,"column_end":20,"is_primary":true,"text":[{"text":"pub struct BlurHash {","highlight_start":12,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: struct `BlurHash` is never constructed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:226:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m226\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct BlurHash {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"associated function `new` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":6654,"byte_end":6667,"line_start":231,"line_end":231,"column_start":1,"column_end":14,"is_primary":false,"text":[{"text":"impl BlurHash {","highlight_start":1,"highlight_end":14}],"label":"associated function in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":6681,"byte_end":6684,"line_start":232,"line_end":232,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: associated function `new` is never used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:232:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m231\u001b[0m \u001b[1m\u001b[94m|\u001b[0m impl BlurHash {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m-------------\u001b[0m \u001b[1m\u001b[94massociated function in this implementation\u001b[0m\n\u001b[1m\u001b[94m232\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn new(\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"fields `title`, `items`, `item_ids`, `current_item`, `errors`, and `jellyfin_client` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":349,"byte_end":357,"line_start":14,"line_end":14,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct AppState {","highlight_start":12,"highlight_end":20}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":368,"byte_end":373,"line_start":15,"line_end":15,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub title: SharedString,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":397,"byte_end":402,"line_start":16,"line_end":16,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub items: BTreeMap,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":442,"byte_end":450,"line_start":17,"line_end":17,"column_start":9,"column_end":17,"is_primary":true,"text":[{"text":" pub item_ids: BTreeMap,","highlight_start":9,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":491,"byte_end":503,"line_start":18,"line_end":18,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" pub current_item: Option,","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":535,"byte_end":541,"line_start":19,"line_end":19,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub errors: Vec,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":564,"byte_end":579,"line_start":20,"line_end":20,"column_start":9,"column_end":24,"is_primary":true,"text":[{"text":" pub jellyfin_client: api::JellyfinClient,","highlight_start":9,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`AppState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `title`, `items`, `item_ids`, `current_item`, `errors`, and `jellyfin_client` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:15:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct AppState {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m--------\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m15\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub title: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[1m\u001b[94m16\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub items: BTreeMap,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[1m\u001b[94m17\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub item_ids: BTreeMap,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m18\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub current_item: Option,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m19\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub errors: Vec,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n\u001b[1m\u001b[94m20\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub jellyfin_client: api::JellyfinClient,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `AppState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"fields `id`, `name`, `item_type`, and `media_type` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":640,"byte_end":644,"line_start":24,"line_end":24,"column_start":12,"column_end":16,"is_primary":false,"text":[{"text":"pub struct Item {","highlight_start":12,"highlight_end":16}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":655,"byte_end":657,"line_start":25,"line_end":25,"column_start":9,"column_end":11,"is_primary":true,"text":[{"text":" pub id: SharedString,","highlight_start":9,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":681,"byte_end":685,"line_start":26,"line_end":26,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub name: SharedString,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":709,"byte_end":718,"line_start":27,"line_end":27,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":" pub item_type: SharedString,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":742,"byte_end":752,"line_start":28,"line_end":28,"column_start":9,"column_end":19,"is_primary":true,"text":[{"text":" pub media_type: SharedString,","highlight_start":9,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `id`, `name`, `item_type`, and `media_type` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:25:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct Item {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub id: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub name: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub item_type: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m28\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub media_type: SharedString,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"struct `Card` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":5772,"byte_end":5776,"line_start":194,"line_end":194,"column_start":12,"column_end":16,"is_primary":true,"text":[{"text":"pub struct Card {","highlight_start":12,"highlight_end":16}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: struct `Card` is never constructed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:194:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m194\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct Card {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"struct `BlurHash` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":6587,"byte_end":6595,"line_start":226,"line_end":226,"column_start":12,"column_end":20,"is_primary":true,"text":[{"text":"pub struct BlurHash {","highlight_start":12,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: struct `BlurHash` is never constructed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:226:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m226\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct BlurHash {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"associated function `new` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":6654,"byte_end":6667,"line_start":231,"line_end":231,"column_start":1,"column_end":14,"is_primary":false,"text":[{"text":"impl BlurHash {","highlight_start":1,"highlight_end":14}],"label":"associated function in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/ui.rs","byte_start":6681,"byte_end":6684,"line_start":232,"line_end":232,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: associated function `new` is never used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:232:12\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m231\u001b[0m \u001b[1m\u001b[94m|\u001b[0m impl BlurHash {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m-------------\u001b[0m \u001b[1m\u001b[94massociated function in this implementation\u001b[0m\n\u001b[1m\u001b[94m232\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn new(\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused `Task` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2040,"byte_end":2159,"line_start":71,"line_end":73,"column_start":13,"column_end":15,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":13,"highlight_end":48},{"text":" tracing::info!(\"Loading item with id: {}\", item_id);","highlight_start":1,"highlight_end":69},{"text":" });","highlight_start":1,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2040,"byte_end":2040,"line_start":71,"line_end":71,"column_start":13,"column_end":13,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":13,"highlight_end":13}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused `Task` that must be used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:13\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m cx.spawn(async move |entity, app| {\n\u001b[1m\u001b[94m72\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m tracing::info!(\"Loading item with id: {}\", item_id);\n\u001b[1m\u001b[94m73\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m });\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|______________^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default\n\u001b[1m\u001b[96mhelp\u001b[0m: use `let _ = ...` to ignore the resulting value\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m| \u001b[0m \u001b[92mlet _ = \u001b[0mcx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[92m+++++++\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused `Task` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/ui.rs","byte_start":2040,"byte_end":2159,"line_start":71,"line_end":73,"column_start":13,"column_end":15,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":13,"highlight_end":48},{"text":" tracing::info!(\"Loading item with id: {}\", item_id);","highlight_start":1,"highlight_end":69},{"text":" });","highlight_start":1,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/ui.rs","byte_start":2040,"byte_end":2040,"line_start":71,"line_end":71,"column_start":13,"column_end":13,"is_primary":true,"text":[{"text":" cx.spawn(async move |entity, app| {","highlight_start":13,"highlight_end":13}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused `Task` that must be used\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/ui.rs:71:13\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m cx.spawn(async move |entity, app| {\n\u001b[1m\u001b[94m72\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m tracing::info!(\"Loading item with id: {}\", item_id);\n\u001b[1m\u001b[94m73\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m });\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|______________^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default\n\u001b[1m\u001b[96mhelp\u001b[0m: use `let _ = ...` to ignore the resulting value\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m71\u001b[0m \u001b[1m\u001b[94m| \u001b[0m \u001b[92mlet _ = \u001b[0mcx.spawn(async move |entity, app| {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[92m+++++++\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libjello-6b194683ea860015.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///home/servius/Projects/jello#0.1.0","manifest_path":"/home/servius/Projects/jello/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"jello","src_path":"/home/servius/Projects/jello/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libjello-6fff7909a29420c1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced_widget@0.13.4","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_widget-0.13.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced_widget","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced_widget-0.13.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["canvas","image","wgpu"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced_widget-e5806ca52e92e8a6.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iced@0.13.1","manifest_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced-0.13.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iced","src_path":"/home/servius/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iced-0.13.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["auto-detect-theme","canvas","default","fira-sans","image","image-without-codecs","tiny-skia","tokio","wgpu"],"filenames":["/home/servius/.cache/cargo/target/debug/deps/libiced-2b411413f6b5504c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"cannot find type `Contacts` in this scope","code":{"code":"E0412","explanation":"A used type name is not in scope.\n\nErroneous code examples:\n\n```compile_fail,E0412\nimpl Something {} // error: type name `Something` is not in scope\n\n// or:\n\ntrait Foo {\n fn bar(N); // error: type name `N` is not in scope\n}\n\n// or:\n\nfn foo(x: T) {} // type name `T` is not in scope\n```\n\nTo fix this error, please verify you didn't misspell the type name, you did\ndeclare it or imported it into the scope. Examples:\n\n```\nstruct Something;\n\nimpl Something {} // ok!\n\n// or:\n\ntrait Foo {\n type N;\n\n fn bar(_: Self::N); // ok!\n}\n\n// or:\n\nfn foo(x: T) {} // ok!\n```\n\nAnother case that causes this error is when a type is imported into a parent\nmodule. To fix this, you can follow the suggestion and use File directly or\n`use super::File;` which will import the types from the parent namespace. An\nexample that causes this error is below:\n\n```compile_fail,E0412\nuse std::fs::File;\n\nmod foo {\n fn some_function(f: File) {}\n}\n```\n\n```\nuse std::fs::File;\n\nmod foo {\n // either\n use super::File;\n // or\n // use std::fs::File;\n fn foo(f: File) {}\n}\n# fn main() {} // don't insert it for us; that'll break imports\n```\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":"not found in this scope","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Contacts` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0412]\u001b[0m\u001b[1m: cannot find type `Contacts` in this scope\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:8:14\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Contacts(Contacts),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91mnot found in this scope\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Contacts` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[91m- \u001b[0m Contacts(\u001b[91mContacts\u001b[0m),\n\u001b[1m\u001b[94m8\u001b[0m \u001b[92m+ \u001b[0m Contacts(\u001b[92mcrate::Message\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[91m- \u001b[0m Contacts(\u001b[91mContacts\u001b[0m),\n\u001b[1m\u001b[94m8\u001b[0m \u001b[92m+ \u001b[0m Contacts(\u001b[92mcrate::Screen\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"cannot find type `Contacts` in this scope","code":{"code":"E0412","explanation":"A used type name is not in scope.\n\nErroneous code examples:\n\n```compile_fail,E0412\nimpl Something {} // error: type name `Something` is not in scope\n\n// or:\n\ntrait Foo {\n fn bar(N); // error: type name `N` is not in scope\n}\n\n// or:\n\nfn foo(x: T) {} // type name `T` is not in scope\n```\n\nTo fix this error, please verify you didn't misspell the type name, you did\ndeclare it or imported it into the scope. Examples:\n\n```\nstruct Something;\n\nimpl Something {} // ok!\n\n// or:\n\ntrait Foo {\n type N;\n\n fn bar(_: Self::N); // ok!\n}\n\n// or:\n\nfn foo(x: T) {} // ok!\n```\n\nAnother case that causes this error is when a type is imported into a parent\nmodule. To fix this, you can follow the suggestion and use File directly or\n`use super::File;` which will import the types from the parent namespace. An\nexample that causes this error is below:\n\n```compile_fail,E0412\nuse std::fs::File;\n\nmod foo {\n fn some_function(f: File) {}\n}\n```\n\n```\nuse std::fs::File;\n\nmod foo {\n // either\n use super::File;\n // or\n // use std::fs::File;\n fn foo(f: File) {}\n}\n# fn main() {} // don't insert it for us; that'll break imports\n```\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":"not found in this scope","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Contacts` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":93,"byte_end":101,"line_start":8,"line_end":8,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(Contacts),","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0412]\u001b[0m\u001b[1m: cannot find type `Contacts` in this scope\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:8:14\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Contacts(Contacts),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91mnot found in this scope\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Contacts` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[91m- \u001b[0m Contacts(\u001b[91mContacts\u001b[0m),\n\u001b[1m\u001b[94m8\u001b[0m \u001b[92m+ \u001b[0m Contacts(\u001b[92mcrate::Message\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m8\u001b[0m \u001b[91m- \u001b[0m Contacts(\u001b[91mContacts\u001b[0m),\n\u001b[1m\u001b[94m8\u001b[0m \u001b[92m+ \u001b[0m Contacts(\u001b[92mcrate::Screen\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"cannot find type `Conversation` in this scope","code":{"code":"E0412","explanation":"A used type name is not in scope.\n\nErroneous code examples:\n\n```compile_fail,E0412\nimpl Something {} // error: type name `Something` is not in scope\n\n// or:\n\ntrait Foo {\n fn bar(N); // error: type name `N` is not in scope\n}\n\n// or:\n\nfn foo(x: T) {} // type name `T` is not in scope\n```\n\nTo fix this error, please verify you didn't misspell the type name, you did\ndeclare it or imported it into the scope. Examples:\n\n```\nstruct Something;\n\nimpl Something {} // ok!\n\n// or:\n\ntrait Foo {\n type N;\n\n fn bar(_: Self::N); // ok!\n}\n\n// or:\n\nfn foo(x: T) {} // ok!\n```\n\nAnother case that causes this error is when a type is imported into a parent\nmodule. To fix this, you can follow the suggestion and use File directly or\n`use super::File;` which will import the types from the parent namespace. An\nexample that causes this error is below:\n\n```compile_fail,E0412\nuse std::fs::File;\n\nmod foo {\n fn some_function(f: File) {}\n}\n```\n\n```\nuse std::fs::File;\n\nmod foo {\n // either\n use super::File;\n // or\n // use std::fs::File;\n fn foo(f: File) {}\n}\n# fn main() {} // don't insert it for us; that'll break imports\n```\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":"not found in this scope","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0412]\u001b[0m\u001b[1m: cannot find type `Conversation` in this scope\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:9:18\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Conversation(Conversation),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mnot found in this scope\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[91m- \u001b[0m Conversation(\u001b[91mConversation\u001b[0m),\n\u001b[1m\u001b[94m9\u001b[0m \u001b[92m+ \u001b[0m Conversation(\u001b[92mcrate::Message\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[91m- \u001b[0m Conversation(\u001b[91mConversation\u001b[0m),\n\u001b[1m\u001b[94m9\u001b[0m \u001b[92m+ \u001b[0m Conversation(\u001b[92mcrate::Screen\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":532,"byte_end":540,"line_start":24,"line_end":24,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::None => Task::none(),","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":532,"byte_end":542,"line_start":24,"line_end":24,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::None => Task::none(),","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:24:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::None => Task::none(),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::None => Task::none(),\n\u001b[1m\u001b[94m24\u001b[0m \u001b[92m+ \u001b[0m Action::None => Task::none(),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"cannot find type `Conversation` in this scope","code":{"code":"E0412","explanation":"A used type name is not in scope.\n\nErroneous code examples:\n\n```compile_fail,E0412\nimpl Something {} // error: type name `Something` is not in scope\n\n// or:\n\ntrait Foo {\n fn bar(N); // error: type name `N` is not in scope\n}\n\n// or:\n\nfn foo(x: T) {} // type name `T` is not in scope\n```\n\nTo fix this error, please verify you didn't misspell the type name, you did\ndeclare it or imported it into the scope. Examples:\n\n```\nstruct Something;\n\nimpl Something {} // ok!\n\n// or:\n\ntrait Foo {\n type N;\n\n fn bar(_: Self::N); // ok!\n}\n\n// or:\n\nfn foo(x: T) {} // ok!\n```\n\nAnother case that causes this error is when a type is imported into a parent\nmodule. To fix this, you can follow the suggestion and use File directly or\n`use super::File;` which will import the types from the parent namespace. An\nexample that causes this error is below:\n\n```compile_fail,E0412\nuse std::fs::File;\n\nmod foo {\n fn some_function(f: File) {}\n}\n```\n\n```\nuse std::fs::File;\n\nmod foo {\n // either\n use super::File;\n // or\n // use std::fs::File;\n fn foo(f: File) {}\n}\n# fn main() {} // don't insert it for us; that'll break imports\n```\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":"not found in this scope","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":121,"byte_end":133,"line_start":9,"line_end":9,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(Conversation),","highlight_start":18,"highlight_end":30}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0412]\u001b[0m\u001b[1m: cannot find type `Conversation` in this scope\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:9:18\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Conversation(Conversation),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mnot found in this scope\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[91m- \u001b[0m Conversation(\u001b[91mConversation\u001b[0m),\n\u001b[1m\u001b[94m9\u001b[0m \u001b[92m+ \u001b[0m Conversation(\u001b[92mcrate::Message\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m9\u001b[0m \u001b[91m- \u001b[0m Conversation(\u001b[91mConversation\u001b[0m),\n\u001b[1m\u001b[94m9\u001b[0m \u001b[92m+ \u001b[0m Conversation(\u001b[92mcrate::Screen\u001b[0m),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":592,"byte_end":600,"line_start":25,"line_end":25,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::Run(task) => task.map(Message::Contacts),","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":592,"byte_end":602,"line_start":25,"line_end":25,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::Run(task) => task.map(Message::Contacts),","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:25:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::Run(task) => task.map(Message::Contacts),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::Run(task) => task.map(Message::Contacts),\n\u001b[1m\u001b[94m25\u001b[0m \u001b[92m+ \u001b[0m Action::Run(task) => task.map(Message::Contacts),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":672,"byte_end":680,"line_start":26,"line_end":26,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::Chat(contact) => {","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":672,"byte_end":682,"line_start":26,"line_end":26,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::Chat(contact) => {","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:26:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::Chat(contact) => {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::Chat(contact) => {\n\u001b[1m\u001b[94m26\u001b[0m \u001b[92m+ \u001b[0m Action::Chat(contact) => {\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":532,"byte_end":540,"line_start":24,"line_end":24,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::None => Task::none(),","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":532,"byte_end":542,"line_start":24,"line_end":24,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::None => Task::none(),","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:24:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::None => Task::none(),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::None => Task::none(),\n\u001b[1m\u001b[94m24\u001b[0m \u001b[92m+ \u001b[0m Action::None => Task::none(),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":592,"byte_end":600,"line_start":25,"line_end":25,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::Run(task) => task.map(Message::Contacts),","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":592,"byte_end":602,"line_start":25,"line_end":25,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::Run(task) => task.map(Message::Contacts),","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:25:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::Run(task) => task.map(Message::Contacts),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::Run(task) => task.map(Message::Contacts),\n\u001b[1m\u001b[94m25\u001b[0m \u001b[92m+ \u001b[0m Action::Run(task) => task.map(Message::Contacts),\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":672,"byte_end":680,"line_start":26,"line_end":26,"column_start":21,"column_end":29,"is_primary":true,"text":[{"text":" contacts::Action::Chat(contact) => {","highlight_start":21,"highlight_end":29}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider importing one of these enums","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::pane_grid::state::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::widget::text_editor::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":"use iced::window::Action;\n","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null},{"message":"if you import `Action`, refer to it directly","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":672,"byte_end":682,"line_start":26,"line_end":26,"column_start":21,"column_end":31,"is_primary":true,"text":[{"text":" contacts::Action::Chat(contact) => {","highlight_start":21,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:26:21\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[1m\u001b[94m|\u001b[0m contacts::Action::Chat(contact) => {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\u001b[1m\u001b[96mhelp\u001b[0m: consider importing one of these enums\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::pane_grid::state::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::widget::text_editor::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m 1\u001b[0m \u001b[92m+ use iced::window::Action;\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: if you import `Action`, refer to it directly\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[91m- \u001b[0m \u001b[91mcontacts::\u001b[0mAction::Chat(contact) => {\n\u001b[1m\u001b[94m26\u001b[0m \u001b[92m+ \u001b[0m Action::Chat(contact) => {\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of undeclared type `Conversation`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":"use of undeclared type `Conversation`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of undeclared type `Conversation`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:27:52\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[1m\u001b[94m|\u001b[0m let (conversation, task) = Conversation::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of undeclared type `Conversation`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[91m- \u001b[0m let (conversation, task) = \u001b[91mConversation\u001b[0m::new(contact);\n\u001b[1m\u001b[94m27\u001b[0m \u001b[92m+ \u001b[0m let (conversation, task) = \u001b[92mcrate::Message\u001b[0m::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[91m- \u001b[0m let (conversation, task) = \u001b[91mConversation\u001b[0m::new(contact);\n\u001b[1m\u001b[94m27\u001b[0m \u001b[92m+ \u001b[0m let (conversation, task) = \u001b[92mcrate::Screen\u001b[0m::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of undeclared type `Conversation`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":"use of undeclared type `Conversation`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum","code":null,"level":"help","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":null,"suggested_replacement":"crate::Message","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"ui-iced/src/lib.rs","byte_start":760,"byte_end":772,"line_start":27,"line_end":27,"column_start":52,"column_end":64,"is_primary":true,"text":[{"text":" let (conversation, task) = Conversation::new(contact);","highlight_start":52,"highlight_end":64}],"label":null,"suggested_replacement":"crate::Screen","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of undeclared type `Conversation`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:27:52\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[1m\u001b[94m|\u001b[0m let (conversation, task) = Conversation::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of undeclared type `Conversation`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: there is an enum variant `crate::Message::Conversation` and 1 other; try using the variant's enum\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[91m- \u001b[0m let (conversation, task) = \u001b[91mConversation\u001b[0m::new(contact);\n\u001b[1m\u001b[94m27\u001b[0m \u001b[92m+ \u001b[0m let (conversation, task) = \u001b[92mcrate::Message\u001b[0m::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[91m- \u001b[0m let (conversation, task) = \u001b[91mConversation\u001b[0m::new(contact);\n\u001b[1m\u001b[94m27\u001b[0m \u001b[92m+ \u001b[0m let (conversation, task) = \u001b[92mcrate::Screen\u001b[0m::new(contact);\n \u001b[1m\u001b[94m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"type annotations needed","code":{"code":"E0282","explanation":"The compiler could not infer a type and asked for a type annotation.\n\nErroneous code example:\n\n```compile_fail,E0282\nlet x = Vec::new();\n```\n\nThis error indicates that type inference did not result in one unique possible\ntype, and extra information is required. In most cases this can be provided\nby adding a type annotation. Sometimes you need to specify a generic type\nparameter manually.\n\nIn the example above, type `Vec` has a type parameter `T`. When calling\n`Vec::new`, barring any other later usage of the variable `x` that allows the\ncompiler to infer what type `T` is, the compiler needs to be told what it is.\n\nThe type can be specified on the variable:\n\n```\nlet x: Vec = Vec::new();\n```\n\nThe type can also be specified in the path of the expression:\n\n```\nlet x = Vec::::new();\n```\n\nIn cases with more complex types, it is not necessary to annotate the full\ntype. Once the ambiguity is resolved, the compiler can infer the rest:\n\n```\nlet x: Vec<_> = \"hello\".chars().rev().collect();\n```\n\nAnother way to provide the compiler with enough information, is to specify the\ngeneric type parameter:\n\n```\nlet x = \"hello\".chars().rev().collect::>();\n```\n\nAgain, you need not specify the full type if the compiler can infer it:\n\n```\nlet x = \"hello\".chars().rev().collect::>();\n```\n\nApart from a method or function with a generic type parameter, this error can\noccur when a type parameter of a struct or trait cannot be inferred. In that\ncase it is not always possible to use a type annotation, because all candidates\nhave the same return type. For instance:\n\n```compile_fail,E0282\nstruct Foo {\n num: T,\n}\n\nimpl Foo {\n fn bar() -> i32 {\n 0\n }\n\n fn baz() {\n let number = Foo::bar();\n }\n}\n```\n\nThis will fail because the compiler does not know which instance of `Foo` to\ncall `bar` on. Change `Foo::bar()` to `Foo::::bar()` to resolve the error.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":889,"byte_end":893,"line_start":31,"line_end":31,"column_start":25,"column_end":29,"is_primary":true,"text":[{"text":" task.map(Message::Conversation)","highlight_start":25,"highlight_end":29}],"label":"cannot infer type","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[91merror[E0282]\u001b[0m\u001b[1m: type annotations needed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:31:25\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m31\u001b[0m \u001b[1m\u001b[94m|\u001b[0m task.map(Message::Conversation)\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^\u001b[0m \u001b[1m\u001b[91mcannot infer type\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"type annotations needed","code":{"code":"E0282","explanation":"The compiler could not infer a type and asked for a type annotation.\n\nErroneous code example:\n\n```compile_fail,E0282\nlet x = Vec::new();\n```\n\nThis error indicates that type inference did not result in one unique possible\ntype, and extra information is required. In most cases this can be provided\nby adding a type annotation. Sometimes you need to specify a generic type\nparameter manually.\n\nIn the example above, type `Vec` has a type parameter `T`. When calling\n`Vec::new`, barring any other later usage of the variable `x` that allows the\ncompiler to infer what type `T` is, the compiler needs to be told what it is.\n\nThe type can be specified on the variable:\n\n```\nlet x: Vec = Vec::new();\n```\n\nThe type can also be specified in the path of the expression:\n\n```\nlet x = Vec::::new();\n```\n\nIn cases with more complex types, it is not necessary to annotate the full\ntype. Once the ambiguity is resolved, the compiler can infer the rest:\n\n```\nlet x: Vec<_> = \"hello\".chars().rev().collect();\n```\n\nAnother way to provide the compiler with enough information, is to specify the\ngeneric type parameter:\n\n```\nlet x = \"hello\".chars().rev().collect::>();\n```\n\nAgain, you need not specify the full type if the compiler can infer it:\n\n```\nlet x = \"hello\".chars().rev().collect::>();\n```\n\nApart from a method or function with a generic type parameter, this error can\noccur when a type parameter of a struct or trait cannot be inferred. In that\ncase it is not always possible to use a type annotation, because all candidates\nhave the same return type. For instance:\n\n```compile_fail,E0282\nstruct Foo {\n num: T,\n}\n\nimpl Foo {\n fn bar() -> i32 {\n 0\n }\n\n fn baz() {\n let number = Foo::bar();\n }\n}\n```\n\nThis will fail because the compiler does not know which instance of `Foo` to\ncall `bar` on. Change `Foo::bar()` to `Foo::::bar()` to resolve the error.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":889,"byte_end":893,"line_start":31,"line_end":31,"column_start":25,"column_end":29,"is_primary":true,"text":[{"text":" task.map(Message::Conversation)","highlight_start":25,"highlight_end":29}],"label":"cannot infer type","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[91merror[E0282]\u001b[0m\u001b[1m: type annotations needed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:31:25\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m31\u001b[0m \u001b[1m\u001b[94m|\u001b[0m task.map(Message::Conversation)\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^\u001b[0m \u001b[1m\u001b[91mcannot infer type\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":167,"byte_end":175,"line_start":13,"line_end":13,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(contacts::Message),","highlight_start":14,"highlight_end":22}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:13:14\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m13\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Contacts(contacts::Message),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `contacts`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":167,"byte_end":175,"line_start":13,"line_end":13,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":" Contacts(contacts::Message),","highlight_start":14,"highlight_end":22}],"label":"use of unresolved module or unlinked crate `contacts`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:13:14\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m13\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Contacts(contacts::Message),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `contacts`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `contacts`, use `cargo add contacts` to add it to your `Cargo.toml`\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `conversation`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":204,"byte_end":216,"line_start":14,"line_end":14,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(conversation::Message),","highlight_start":18,"highlight_end":30}],"label":"use of unresolved module or unlinked crate `conversation`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `conversation`, use `cargo add conversation` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `conversation`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:14:18\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Conversation(conversation::Message),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `conversation`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `conversation`, use `cargo add conversation` to add it to your `Cargo.toml`\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"failed to resolve: use of unresolved module or unlinked crate `conversation`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared module or unlinked crate\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"ui-iced/src/lib.rs","byte_start":204,"byte_end":216,"line_start":14,"line_end":14,"column_start":18,"column_end":30,"is_primary":true,"text":[{"text":" Conversation(conversation::Message),","highlight_start":18,"highlight_end":30}],"label":"use of unresolved module or unlinked crate `conversation`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `conversation`, use `cargo add conversation` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0433]\u001b[0m\u001b[1m: failed to resolve: use of unresolved module or unlinked crate `conversation`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mui-iced/src/lib.rs:14:18\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m Conversation(conversation::Message),\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `conversation`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `conversation`, use `cargo add conversation` to add it to your `Cargo.toml`\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0282, E0412, E0433.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mSome errors have detailed explanations: E0282, E0412, E0433.\u001b[0m\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0282, E0412, E0433.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mSome errors have detailed explanations: E0282, E0412, E0433.\u001b[0m\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0282`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about an error, try `rustc --explain E0282`.\u001b[0m\n"}} +{"reason":"compiler-message","package_id":"path+file:///home/servius/Projects/jello/ui-iced#0.1.0","manifest_path":"/home/servius/Projects/jello/ui-iced/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ui_iced","src_path":"/home/servius/Projects/jello/ui-iced/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0282`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about an error, try `rustc --explain E0282`.\u001b[0m\n"}} +{"reason":"build-finished","success":false}